OpenKnowledge

v0.35.6

Released Jul 21, 2026. Part of the OpenKnowledge changelog.

Patch Changes

  • Fixed a bug where deleting a template left the app unclickable until reload. The template row's actions menu opened a modal confirmation dialog while itself being a modal menu, stacking two pointer-events: none body locks; the post-delete refresh then unmounted the still-open dialog before Radix could unwind the lock, freezing every button (including "New" and "New template"). The menu is now non-modal, matching the file tree and project switcher.
  • OK Desktop can now open a single markdown file without setting up a project. The single-file editing session that ok <file> already provides is now reachable from the app itself: File → Open file… (⇧⌘O), the Cmd+K palette, and the Project Navigator, each opening a native .md/.mdx picker. Loose files also open via Finder's Open With → OpenKnowledge. These flows open the file in a temporary session and never write a .ok folder into its directory, so previewing one file no longer risks turning its parent folder into a project. A picked file that already lives inside a project opens that project instead.

View v0.35.6 on GitHub