v0.35.1-beta.7
Pre-releaseDelta since previous beta (v0.35.1-beta.6) — 2 new changesets.
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: nonebody 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/.mdxpicker. Loose files also open via Finder's Open With → OpenKnowledge. These flows open the file in a temporary session and never write a.okfolder 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.