Categories
Asides

Notes.app Markdown flavored

I made it possible to write in Markdown in the macOS Notes.app—well, just the bare minimum, but it’s working the way I wanted.

It’s based on my existing Hammerspoon setup, which I’ve been using mainly for Emacs-style keybindings across the system. I modified it so that when I write Markdown-style text, it instantly turns into rich text inside Notes. You type > quote or # Heading, and it becomes actual formatting on the fly.

This is useful if you’re the kind of person who prefers writing in Markdown (like in Slack or Asana) but still wants the end result to be nicely formatted and readable.

I’ve published the code on GitHub.

Categories
Asides

Markdown For WordPress To Write Faster

Hurdles

Writing and publishing blog posts are always fun for me but I have some hurdles to overcome. To convert plain text into HTML is one of the hurdles.
WordPress can handle it with a built-in WYSIWYG editor or helper buttons but I need some extra actions to re-format my text. I just wanna focus on writing.
To use Markdown is an option if you’re familiar with it. I’m a big fan of Markdown and I always choose it if I have that option on web apps. So I decided to find a way to handle Markdown even on WordPress.

Exit mobile version