Editor

Apart from markdown, Editor supports different extensions including Code blocks, Mermaid, Katex, Images, Tables and more. To see all the extensions, use the / command.

Code blocks

You can trigger code blocks with ``` quotes or using `

in a single line.

main :: IO ()
main = putStrLn "Hello, World!"

Mermaid

Mermaid is a core plugin in acreom which allows you to create flowcharts and diagrams using text and code.

if you are not familiar with Mermaid, here's a quick primer.

Screen Shot 2022-10-29 at 23.21.49.png

Converting data

With highlighting any text you can also convert it to any other data type like task, page or code block.

For a quick convert to, you can use ALT+T shortcut to convert the higlighted text to task or ALT+D to convert to page.

convert-doc.gif

acreom automatically creates backlinks for converted pages so you can backtrack the context. This is especially useful if you use My Day for a quick capture and branch out ideas and issues with converting to separate pages.