Asciidoctor editor
approvedby dzruyk
View and modify asciidoc pages
Obsidian Asciidoc editor plugin
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.
Preview

How to use
- Clone this repo.
- Make sure your NodeJS is at least v16 (
node --version). npm ioryarnto install dependencies.npm run devto start compilation in watch mode.
Manually installing the plugin
- Copy over
main.js,styles.css,manifest.jsonto your vaultVaultFolder/.obsidian/plugins/your-plugin-id/.
Please bump this Obsidian API feature request
https://forum.obsidian.md/t/expand-support-for-non-markdown-text-files/79807
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.