I’ve completed my latest side project, the Marked Conductor. Here’s the backstory: Marked 2 offers the option to use Custom Processors (and Preprocessors) which allow you use Markdown (and other) flavors with your own commands to convert them to HTML. This is commonly used for processing with Pandoc. Personally, I use it to process my…
I’ve said this before, but I need to keep repeating it based on the number of queries I get. nvALT is at end of life, unless someone picks up the reigns and modernizes the (open source) code base. As it stands now, nvALT barely functions on modern OSs. Fletcher Penney and I have designed nvALT’s…
First, there seems to be a misconception that Dimspirations are generated with AI or some other such trickery. I want to assure you that, while the entire process of posting them is automated, each Dimspiration is lovingly crafted by me in Affinity Photo1. I wanted to detail the automation though, partially for my own reference,…
I’ve been working with a former nvALT user who stored all of their files in RTF format. Ideally, people switching from nvALT to another app — be it nvUltra, Obsidian, or anything Markdown-based — would already be storing their notes as individual text files. If nvALT is still working for you, make that change now…
Ok, this one will probably wrap up this little run of key binding tricks. It’s been fun, though, and I’d love to answer any questions I can in the forum. If you’ve ever examined my master DefaultKeyBinding.dict (or even looked at the readme), you’ll see that I make use of a lot of multi-stroke key…
The latest version of mdless, my most recent coding obsession, now includes MultiMarkdown document transclusion. File transclusion is the ability to tell MultiMarkdown to insert the contents of another file inside the current file being processed. You can include a document by inserting a relative path between two pairs of curly brackets: {{myfile.md}} The path…