← Swik
Workflow

A radial menu for Obsidian and Notion: vaults, templates, and quick capture

Heavy note-takers do the same six things forty times a day. Open a vault. Capture a fleeting thought. Open today's daily note. Hop to a second workspace. Paste from the clipboard. Drop in a template. The friction is not in writing — it is in the navigation between writing.

This post is a layout. It is not an integration. Swik does not have a built-in Obsidian or Notion module, and it is not pretending to. What it does have is a set of generic primitives — pin a URL, run an Apple Shortcut, paste from a clipboard ring, insert text — that line up neatly with how Obsidian and Notion already expose themselves to the rest of the OS. You wire it together. The result is a radial menu that puts your six hot actions one flick from any app.

The DIY part is real. Set aside half an hour for the URL schemes and one Shortcut, and you will not touch the configuration again for months.

The six hot actions

Pick six because the human eye reads a six-wedge ring as positions, not as a list. Add a seventh and people start scanning labels. Below is the canonical set; swap any of them for the action you open every twenty minutes.

Five of these resolve to URL schemes or Apple Shortcuts. The sixth — paste from clipboard — is a feature Swik already ships. We will walk through wiring each one.

The Obsidian half: URL schemes and Actions For Obsidian

Obsidian has supported a URL scheme for years. Every action below is a string you can drop into a wedge as either a pinned URL or, more commonly, as an Apple Shortcut that wraps the URL using the "Open URLs" action.

ActionURL
Open a vaultobsidian://open?vault=YourVault
Open a specific noteobsidian://open?vault=YourVault&file=Notes/Path
Create a new noteobsidian://new?vault=YourVault&name=Untitled
Search the vaultobsidian://search?vault=YourVault&query=meeting

That is enough for "open vault," "quick capture," and "switch to second vault" without installing anything else. For "daily note" and "insert template," Obsidian's native scheme runs out of expressiveness — the daily-note plugin manages dated filenames internally — so you reach for one of two extensions.

Actions For Obsidian is a third-party app that adds 40+ dedicated Apple Shortcuts actions for Obsidian on macOS and iOS, including "Open or create today's daily note," "Append to daily note," and "Create note from template." Build a Shortcut that calls the action, then assign that Shortcut to a wedge. Here's the wiring guide for Shortcuts in Swik.

Alternatively, the Advanced Obsidian URI plugin extends the native scheme with parameters like ?daily=true and ?append=..., which means you can stay in pure URL territory if you prefer not to add another app to the chain. Either path works; the wedge does not care which one delivered the URL.

The Notion half: notion:// and the Mac app's keyboard shortcuts

Notion's deep-linking story is much narrower. The official trick is documented by Notion themselves: take any page URL and replace https:// with notion://, and the link will open in the Mac app instead of a browser tab.

That is the entire surface. There is no notion://new, no notion://search, no template parameter. So the Notion half of the layout works differently — you lean on three things instead.

Notion users sometimes ask for an Obsidian-style URL surface and the answer has been "not yet" for a long time. The honest workaround is to commit harder to pinning specific pages — the URL of every page is stable, and a wedge full of pinned pages is faster than any sidebar tree.

Closing the loop with the clipboard ring and text-insert

Two Swik features that earn their wedges in any note-taking layout:

Clipboard ring. Swik keeps the last eight text clips you copied. Put a clipboard wedge on the menu and a flick opens a sub-menu showing each clip — a second flick pastes it into the active note. This is the wedge that turns "I copied a quote three copies ago" from a small problem into a non-problem. It is not a searchable database; for that, see the dedicated clipboard post. For the recency case, it is the fastest tool on the Mac.

Text-insert wedges. Pin a snippet of literal text to a wedge — a YAML frontmatter block, a meeting-note skeleton, a project tag. One flick inserts it at the cursor. This is not a full snippet manager (no auto-expansion, no variables) but for the three or four templates you actually use, a wedge is faster than navigating Obsidian's templates plugin or Notion's template button.

Together, these two cover "paste from clipboard" and "insert template" without leaning on any external app.

A full suggested layout

Here is the layout I have been running for a quarter. Yours will look different by the second week.

WedgeWhat it doesHow it's wired
Open vault Opens main Obsidian vault obsidian://open?vault=Main as pinned URL
Quick capture New Obsidian note in inbox folder obsidian://new?vault=Main&path=Inbox/Untitled
Daily note Open or create today's daily note Apple Shortcut wrapping Actions For Obsidian's "Today's daily note"
Notion home Opens Notion dashboard page in Mac app notion://www.notion.so/your-page-id
Clipboard Sub-menu of last 8 clips, flick to paste Built-in Swik clipboard ring
Templates Sub-menu of text-insert wedges Three or four pinned text snippets

Six wedges. One trigger — a hotkey or a mouse side button. The whole loop runs without lifting a hand off the mouse, which is the entire point of doing this in the first place.

Context profiles for "writing mode" vs "reference mode"

One genuinely nice trick if your note-taking splits into modes: use Swik's context-aware profiles to swap the layout based on Wi-Fi network, attached display, or time of day.

Optional. The single layout above works fine. But if your writing days and your reference days look different, the profile change is automatic and you stop reaching for the wrong tool.

The DIY caveat, said clearly

Swik does not know what Obsidian is. It does not know what Notion is. It cannot fetch your daily-note title, list your databases, or auto-populate "recent notes" on a hover. None of that is supported and there is no roadmap to add it.

What Swik provides is a circular surface and a set of generic primitives — open URL, run Shortcut, insert text, paste clip, switch profile. The reason this works for note-takers is that Obsidian and Notion both expose themselves to the OS through documented URL schemes and (for Obsidian) a rich Shortcuts surface via Actions For Obsidian. Swik is the trigger surface. You are the integrator.

If that sounds like work, it is — for half an hour. After that, the layout sits there and earns its trigger every time you reach for a vault, a daily note, or a template. The number of times in a year that adds up to is the only argument worth making.

Frequently asked questions

Does Swik integrate with Obsidian or Notion?

No. Swik has no purpose-built integration with either app. What it has are generic primitives — pin a URL, run an Apple Shortcut, paste from a clipboard ring, insert text — that cover the same ground when you wire them up yourself. Obsidian exposes an obsidian:// URL scheme and (via a third-party app called Actions For Obsidian) a deep set of Shortcuts actions. Notion exposes a notion:// scheme that opens any page in its Mac app. Swik just gives you a circular surface to put those URLs and Shortcuts on.

What are the most useful note-taking wedges?

Six cover most of a heavy note-taker's day. Open the main vault or workspace. Quick-capture a thought into the inbox. Jump to today's daily note. Switch to a second workspace. Paste from the clipboard ring. Insert a template (meeting, project, weekly review). Each maps to a wedge — five of them are URL schemes or Shortcuts, and the clipboard ring is built into Swik.

How do I create a new Obsidian note from a wedge?

Use Obsidian's URL scheme: obsidian://new?vault=YourVault&name=Untitled. Wrap that in an Apple Shortcut using the "Open URLs" action, then assign the Shortcut to a wedge in Swik. One flick creates a fresh note. If you want the note to start with a template, install Actions For Obsidian and use its "Create note from template" action instead — same wiring, more control.

Can I use one radial menu for both Obsidian and Notion?

Yes, and it's the right shape if you genuinely use both. Put Obsidian and Notion on two different wedges of the top ring, then put their actions in sub-menus underneath. Or — if your work splits cleanly — use Swik's context-aware profiles to swap layouts based on Wi-Fi or display, so the office menu favours Notion and the home menu favours Obsidian. There's no single right answer; the menu is a layout, not a preset.

Swik — a radial menu for macOS

Launch anything. One gesture. Free for five wedges, $9 one-time for unlimited. Requires macOS 14 Sonoma or later.

Download for macOS