README file from
GithubThe README couldn't be loaded right now. View it on GitHub →
Neurodivergence-friendly gamification for Obsidian: XP, levels, streaks with freeze tokens, deterministic loot, and gothic-cyberpunk lore. Off-by-default.
getSettingDefinitions(), which is the only render path left. If you
are on an older Obsidian, stay on 1.2.0 — it keeps working; you just will not receive
further updates until you upgrade the app.display() fallback for Obsidian < 1.13, along with the collapsible,
collapsed-by-default settings sections it drew. The declarative settings API has no
equivalent for collapsing a group, so those sections are gone. On Obsidian 1.13 they were
already gone in practice: the framework stops calling display() as soon as
getSettingDefinitions() returns anything, so nothing that was still visible was removed.
In exchange the settings are now indexed by Obsidian's global settings search.uiCollapsed setting (it only stored which sections were collapsed) and the vendored
collapsible.ts / folder-suggest.ts modules, which lost their only caller. Folder fields
keep their suggestions — Obsidian's own folder control provides them.The README couldn't be loaded right now. View it on GitHub →