Formatting reference

You can use Markdown to format text in Dynalist. Markdown is rendered whenever you’re not focusing on an item. When you focus on an item, the plain text source behind the Markdown is displayed so that you can edit it.

Dynalist’s Markdown syntax is identical to Markdown except that *italic* and _italic_ doesn’t work. Instead, **bold** and __italic__ is used. The intention is to not surprise people who don’t use Markdown, as it’s common to have * or _ surround text.

Bulk formatting

Most of the shortcuts work with multiple items. Simply drag to select the items you want and use the menu or press the shortcut.

Heading

You can emphasize an item by making it a heading. In the item menu, click on “H1” to make it a level 1 heading, and so on. There are 3 levels of heading.

To clear the current heading, click on its current heading option, which is marked by blue (e.g. to clear a level 2 heading, click on the “H2” again in the item menu).

There’s no associated keyboard shortcut, but you can customize one with Dynalist Pro.

Color labels

Visual thinkers can take advantage of color labels to quickly categorize things.

In the item menu, you’ll see a bunch of “A”s on different background colors. Click on one to apply a color label. Click on the current color again will remove the color.

There’s no associated keyboard shortcut, but you can customize one with Dynalist Pro.

Bold

You can make bold text **like this**. The associated keyboard shortcut is Ctrl+B.

Italic

You can make italic text __like this__. The associated keyboard shortcut is Ctrl+I.

Inline code

You can make inline code `like this`. The associated keyboard shortcut is Ctrl+`.

Note: the character used here is not a quote character, but rather a grave accent. It’s also called a backtick. You can find it above your Tab key.

Strikethrough

You can make strikethrough text ~~like this~~. There’s no associated keyboard shortcut, but you can customize one with Dynalist Pro.

Link

You can make a link [like this](www.dynalist.io). There’s no associated keyboard shortcut.

If you don’t need the link to be named, pasting the URL is enough to make it clickable. No Markdown needed.

Note: if not using Markdown, please include the protocol (e.g. http:// or https://) in your links, otherwise they won’t display as links. The intention is to not mistake normal text as links. If you paste links from the browser, the protocol should be automatically included.

Image link

You can make an image link ![like this](example.com/kitten.jpg). There’s no associated keyboard shortcut.

The difference between image links and normals is that image links have an image icon to mark it, and hovering on an image link would open a preview of the linked image inside Dynalist.

LaTeX

You can write LaTeX equations $$like this$$. There’s no associated keyboard shortcut, but you can customize one with Dynalist Pro.

Dynalist uses KaTeX by Khan Academy to render LaTeX. It’s faster than MathJAX but is still incomplete at this point. Their project is open-source and hosted on GitHub. You’re welcome to create an issue there if you feel like it’s missing the functionalities you need.

To see all TeX functions supported by KaTeX, please refer to this list.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.