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)
Note
Plugin is not compatible with other asciidoctor plugins, i.e.:
- asciidoc-reader
- asciidoc-blocks
If you are experiencing error Failed to load plugin "asciidoctor-editor"
please try to disable plugins described above.
- 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