v0.3.2 Finder Open With for .md files is fixed. Download · What changed

Open With on macOS

Right-click any .md or .markdown file in Finder and open it directly in Dickory Docs — the app adds the file’s parent folder as a workspace when needed.

Download the right build

Installers are on GitHub Releases. On macOS, pick the .dmg that matches your CPU:

Check Download
uname -m prints arm64 (Apple Silicon) Dickory.Docs_*_aarch64.dmg
uname -m prints x86_64 (Intel Mac) Dickory.Docs_*_x64.dmg

Run in Terminal:

uname -m

On Apple Silicon, if the native aarch64 build misbehaves, try the x64 DMG — it runs under Rosetta.

First launch (unsigned build)

CI builds are not notarized. If macOS blocks the app:

Use Open With

  1. Install Dickory Docs from the DMG into Applications.
  2. In Finder, right-click a Markdown file (e.g. README.md).
  3. Choose Open WithDickory Docs.

If Dickory Docs is not listed, choose Other…, select the app in Applications, and click Open.

The app opens the file in split editor + preview (or preview-only if you hid the editor). If the folder is not already a workspace, Dickory Docs adds the parent directory automatically.

v0.3.1 fix

v0.3.0 registered Markdown types in Info.plist but could not accept files from Finder because the underlying window layer (Tao 0.16) did not implement document-open delegate methods. v0.3.1 adds those handlers so Open With works as intended.