Skip to content

hypc/obsidian-markmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obsidian Markmap

A markmap plugin for Obsidian.

Example

# markmap

## Links

- <https://markmap.js.org/>
- [GitHub](https://github.com/gera2ld/markmap)

## Related

- [coc-markmap](https://github.com/gera2ld/coc-markmap)
- [gatsby-remark-markmap](https://github.com/gera2ld/gatsby-remark-markmap)

## Features

- links
- **inline** ~~text~~ *styles*
- multiline
  text
- `inline code`
-
    ```js
    console.log('code block');
    ```
- Katex - $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$

Custom build

build with yarn:

foo@bar:~/obsidian-markmap$ yarn install
foo@bar:~/obsidian-markmap$ yarn build

or build with npm:

foo@bar:~/obsidian-markmap$ npm install
foo@bar:~/obsidian-markmap$ npm run build

then, copy dist/* to your vault:

foo@bar:~/obsidian-markmap$ mkdir -p ${your_vault_path}/.obsidian/plugins/obsidian-markmap/
foo@bar:~/obsidian-markmap$ copy dist/* ${your_vault_path}/.obsidian/plugins/obsidian-markmap/

finally, enable the plugin Obsidian Markmap.

Maintainers

@hypc

License

MIT © hypc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published