# Aside Site Notion

> Notion workspace, page navigation, and block-editing guidance.

- Skill: `kunanonj/aside-site-notion` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kunanonj/aside-site-notion`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kunanonj/aside-site-notion/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: KunanonJ (https://skillmd.com/u/kunanonj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kunanonj/aside-site-notion

---

# Notion

## Canonical URLs

- Login: `https://www.notion.so/login`
- App: `https://www.notion.so`

## Working style

- Stay inside the authenticated workspace and prefer copied page links over guessed internal URLs.
- Public pages may live under `notion.site`, but in-app workspace pages usually remain under `notion.so`.
- Use the sidebar and search as the main navigation model:
  - `Search` for pages and databases
  - `Home` for current work
  - `Inbox` for assignments and mentions
  - `Library` for broader workspace content
- Notion is block-first. Prefer slash commands and shortcuts over toolbar hunting.

## Useful shortcuts

- Search or jump: `Cmd/Ctrl+P` or `Cmd/Ctrl+K`
- Copy current page URL: `Cmd/Ctrl+L`
- Back / forward: `Cmd/Ctrl+[`, `Cmd/Ctrl+]`
- New page: `Cmd/Ctrl+N`
- Comment: `Cmd/Ctrl+Shift+M`
- Duplicate selected blocks: `Cmd/Ctrl+D`
- Edit or change block: `Cmd/Ctrl+/`
- Indent / unindent: `Tab`, `Shift+Tab`
- Select current block or clear selection: `Escape`
- Edit block or open nested page: `Enter`

Useful typing shortcuts:

- To-do: `[]` then `Space`
- Heading: `#`, `##`, `###` then `Space`
- Toggle list: `>` then `Space`

