Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.15 KB

README.md

File metadata and controls

42 lines (35 loc) · 1.15 KB

Argument Map with Argdown in Obsidian

Version 2.0 Changes

  • 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

Features

  • syntax highlighting
  • start codeblocks with argdown or argdown-map
  • view your maps in the Preview Pane
  • multiple Argdown blocks in one file

Demo

demo

How to Use

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
```

Dark Mode

See suggestion of @trungng2006: amdecker#3