mirror of
https://github.com/pj4316/markmap-to-csv-obsidian.git
synced 2026-07-22 09:40:27 +00:00
No description
| .github | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| data.md | ||
| esbuild.config.mjs | ||
| example-capture-csv.png | ||
| example-capture-md.png | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| test.html | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Markmap to CSV
this plugin makes you easy to convert markmap to a csv file. let's trying!
it can be read until heading 2. under heading 2, you can use list!
video: How to use this plugin
Example
- markdown input
- csv output
How to use
- write your markmap
# apple 1
## banana 1
- chocolate 1
- dog 1
- egg 1
- dog 2
- egg 1
- fox 1
- gold 1
- dog 3
- dog 4
- egg 1
- egg 2
- chocolate 2
- chocolate 3
- dog 1
- dog 2
- dog 3
- chocolate 4
- dog 4
- egg 1
- egg 2
- egg 3
## banana 2
chocolate 1
- dog 1
- egg 1
- dog 2
- egg 1
- fox 1
- gold 1
- dog 3
- dog 4
- egg 1
- egg 2A
- convert markmap to csv
- input
convert markmap to csvusing command palette - use shortcut
Other
you can use other plugin if you want to see markmap render.

