Skip to content

Qoderian 1.0.8

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Sep 08:17

Installation

Download main.js, manifest.json, and styles.css below, then place
them in your vault's plugin directory:

<your-vault>/.obsidian/plugins/qoderian/
├── main.js
├── manifest.json
└── styles.css

Then enable the Qoderian plugin in Obsidian settings.

The MIT license and attribution notice are embedded at the top of
main.js; see LICENSE
and NOTICE in the repository.

What's Changed

Fixed

  • Qoderian tabs no longer keep Obsidian's renderer busy while idle. The
    context row above the composer re-checked its chip layout on every display
    frame for as long as Obsidian was visible, once per open tab, and each frame
    did more work when a note was attached. The row now re-measures only when
    its chips or width change.

See CHANGELOG.md for the full history.