Obsidian config I use for my vaults
- Copy the
.obsidian
to your vault, adapt configs as needed and have fun. - If you want to use vim, you can also copy my
./.obsidian.vimrc
- Vim mode and config
- Mind map and table editor support
- Custom keybindings and config
- And much more
If you want to use Markdown links instead of Wikilinks, use the following config in ./.obsidian/app.json
:
"newLinkFormat": "relative",
"useMarkdownLinks": true
With this setting, links and images work when previewing and rendering the markdown sites to HTML, PDF & co.
You can use the config. For the code in the ./obsidian/plugins/
directory check the LICENCE of the Plugin directly.