A plugin that allows you to edit and view documents in the asciidoc language.
The plugin supports both view and edit modes, which can be switched using standard Toggle reading view
hotkey.
Global file search is not supported by Obsidian due to the limitations of the Obsidian API. But you can use the omnisearch plugin https://github.com/scambier/obsidian-omnisearch)
- Clone this repo.
- Make sure your NodeJS is at least v16 (
node --version
). npm i
oryarn
to install dependencies.npm run dev
to start compilation in watch mode.
- Copy over
main.js
,styles.css
,manifest.json
to your vaultVaultFolder/.obsidian/plugins/your-plugin-id/
.
https://forum.obsidian.md/t/expand-support-for-non-markdown-text-files/79807