Asciidoctor editor

approved

by dzruyk

View and modify asciidoc pages

31 stars2,403 downloadsUpdated 3mo agoMIT
View on GitHub

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

preview

How to use

  • Clone this repo.
  • Make sure your NodeJS is at least v16 (node --version).
  • npm i or yarn to install dependencies.
  • npm run dev to start compilation in watch mode.

Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.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.

Asciidoctor editor | SimilarPlugins