Skip to content

v0.35.6

Latest

Choose a tag to compare

@inkeep-internal-ci inkeep-internal-ci released this 21 Jul 21:23

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.