No description
Find a file
yaye.work 7d80582fda Card polish: round toggle button, visible title, default collapsed
- The expand/collapse chevron is now a small round button (accent icon
  on a circular background) instead of a bare glyph.
- Inline bodies always show the note's title at the top; clicking it
  opens the note in a tab (Cmd/Ctrl+click for a new tab). Scroll for
  long notes moves to the content area so the title stays visible.
- Card style gets rounder corners (10px), a hairline border, and a
  subtler two-layer shadow; it's now the default nesting style.
- Killed the leftover vertical line: the embed factory can stamp
  markdown-embed classes on the container itself, which the previous
  selectors missed.
- Inline notes now default to collapsed everywhere — nothing auto-opens
  when a page loads.
2026-07-16 16:50:49 +10:00
variants/card-setup Fix CSS lint warnings: use text-decoration shorthand, drop !important 2026-07-15 16:44:53 +10:00
.gitignore Inline Note v0.1.0 2026-07-15 16:12:56 +10:00
LICENSE Inline Note v0.1.0 2026-07-15 16:12:56 +10:00
main.js Card polish: round toggle button, visible title, default collapsed 2026-07-16 16:50:49 +10:00
manifest.json Release 0.1.1 2026-07-15 16:48:29 +10:00
README.md Render embeds in inline notes; preview long notes at 200 chars 2026-07-16 12:26:21 +10:00
styles.css Card polish: round toggle button, visible title, default collapsed 2026-07-16 16:50:49 +10:00

Inline Note

Write inside your links without leaving the page.

When you create a [[wikilink]] in Obsidian, you often want to jot something down for that new topic right now — but clicking through opens a blank note and you lose the context you were writing in. Inline Note lets you expand any link into an editable note body inline, directly beneath the link, without navigating away. The link itself becomes a collapsible title.

Every inline note is a real Markdown file in your vault, so backlinks, graph view, and normal note-opening all behave exactly as usual. You're just editing it from where you are.

How it works

  • Toggle button on every link. In Live Preview, each [[link]] gets a small control after it:
    • a icon (revealed on line hover) when the note doesn't exist yet — click to create it and start writing inline;
    • a chevron (always visible) once the note exists — click to expand or collapse its inline body.
  • Keyboard-first. With the cursor right after the closing ]], press Tab to cycle the inline note: create + expand, expand, or collapse. Tab only acts there, so normal indentation is untouched everywhere else.
  • Nesting. Inline bodies are full editors, so a [[link]] typed inside an inline note behaves identically — expand it and you get a note within a note, up to five levels deep. Links inside inline bodies render live-preview style (brackets hidden until you edit) and open on click / new tab on Ctrl/Cmd-click.
  • Real notes. Nothing here is virtual. Watch your graph fill in live as you write nested notes.

Settings

Nesting style — control how inline bodies are drawn:

  1. Vertical accent line: indented under a thin accent bar (default).
  2. Card: a subtle rounded background per level.
  3. Card + vertical accent line… both.

Tips

Use together with my Never Leave the Graph View plugin: make inline notes directly in the graph preview pane, watch your connection grow without (truely) leaving the graph view. NICE.

Feedback & Support

Thank you for using Never Leave the Graph View! If you run into a bug or have an idea, please open an issue. Feature requests and bug reports are very welcome.

And if you find inline notes useful, you can:

buymea bubbletea

It's genuinely appreciated.

Happy noting!

Yaye

Installation (manual)

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Copy them into <your vault>/.obsidian/plugins/inline-note/.
  3. Reload Obsidian and enable Inline Note under Settings → Community plugins.

License

MIT © yaye.work