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.
You can trigger code blocks with ```
quotes or using `
in a single line.
main :: IO ()
main = putStrLn "Hello, World!"
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.
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.
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.