- Version 2.0 comes with the Argdown processor. No need to install any extra programs!
- To get started, just install the plugin from the Obsidian Community Plugins list and start mapping. That's it.
- On the settings page you can change the default view to source or map
- syntax highlighting
- start codeblocks with argdown or argdown-map
- view your maps in the Preview Pane
- multiple Argdown blocks in one file
Check out https://argdown.org for more information on usage & syntax.
Add an Argdown codeblock to your note and just start typing. The preview will automatically update.
```argdown
[Statement]: this is a statement
+ pro one
+ pro 2
- con 1
```
or
```argdown-map
[Statement]: this is a statement
+ pro one
+ pro 2
- con 1
```
See suggestion of @trungng2006: amdecker#3