mgmeyers / obsidian-kanban

Create markdown-backed Kanban boards in Obsidian.
https://publish.obsidian.md/kanban/
GNU General Public License v3.0
3.12k stars 176 forks source link

Can the unordered list be used? #1

Open 5eagull opened 3 years ago

5eagull commented 3 years ago

Can it use the unordered list? Because this will make Markdown data common across different software. Using the "-" unordered list allows Markdown data to be used in a variety of different software more than "##".

---

kanban-plugin: basic

---

- A
    - [ ] A1  
    - [ ] A2  
- B
    - [ ] B2  
- C
    - [ ] C1  

For example, remnote supports Markdown's unordered lists. demo v2-866a7dd821c986b98ed10a61c20894bb_b

isle9 commented 3 years ago

Can this be an option in the settings? I like the fact that the plugin currently uses checklists because it can easily be integrated with the Tasks plugin.