x

Removing obsidian comments

New in v3.1.0

Configure

If you don't want the behavior as defined below, you can turn this off by setting the following key in your config yml:

toggles:
  features:
    eraser:
      enabled: False

Behavior

Obsidian has a comment system: everything between %% is a comment and will not be shown in view mode

Text
%%
comment block
%%
Text

Text %% inline comment %% text

- This extension removes these comments.
- `%%` in codelines/-blocks are ignored.

Below here you will see the same text as above, but outside of the code block:

Text Text

Text text

  • This extension removes these comments.
  • %% in codelines/-blocks are ignored.
Left-click: follow link, Right-click: select node, Scroll: zoom
x