83 private links
Tool for converting markdown files into anki decks - GitHub - lukesmurray/markdown-anki-decks: Tool for converting markdown files into anki decks
Uses GitHub markdown API (actually queries it for rendering) and displays your readme files.
Can be used just to display github readmes and preview your own project ones, but also to transform markdown files to html-formatted ones (without e.g. pandoc), to create local copies of github wikis (example at link), etc.
A quick overview on how to handle async processes in luv in Neovim.
Uses example of spawning a pandoc process, which is a good example starting point for reviewing implementations.
Pandoc preprocessor/wrapper to consume, display, merge and diff criticmarkup (i.e. track changes mode).
A brief comparison of AsciiDoc and Markdown.
AsciiDoc does have some less visually translatable decisions, but also has a more concise and (above all) universal syntax.
simple markdown zettelkasten --
add, search, tag things in your zettelkasten from the commandline
Using criticmarkup to generate word 'track changes' style reviews and merging 'track changes' style reviews into criticmarkup. Back and forth.
Marked as suspended development, but if it works it could prove very useful.
Cross-platform desktop note-taking app. Sticky notes with Markdown and Tabs. All in one .txt file.
Interesting application of txt files to be shown in 'corkboard' view.
Unfortunately packaged as electron app, making ~100kb of actual code into ~200mb of program.
The idea could be used however, for a re-arrangeable corkboard / network view of my personal notes.
CLI plain-text note-taking, bookmarking, and archiving with encryption, filtering and search, Git-backed versioning and syncing, Pandoc-backed conversion, and more in a single portable script. - xwmx
Like gofmt, but for Markdown. Contribute to shurcooL
Converts Markdown file(s) to the Anki cards. Contribute to ashlinchak
A framework for writing markdown-based scholarly articles. - rubensworks
CodiMD - Realtime collaborative markdown notes on all platforms. - codimd
Markup for keeping track of revisions and changes, good for editing and reviewing
and vim plugin
Extract clean(er), readable text from web pages via Mercury Web Parser API. - jarun
I’ve started using VIM a year or so ago and I’ve never looked back. It’s a very powerful and (in my opinion) efficient text editor, favoured by many programm...
The fastest wiki and knowledge base for growing teams. Beautiful, feature rich, markdown compatible and open source. - outline
One of the most interesting, however rarely commented, features of Pandoc is its support for LaTeX templates. Pandoc templates allows us to ...