Backlinks & Outline
Tools for scanning a long, long document at a glance, and for tracking, in reverse, how other notes think of you. π΅οΈββοΈ
β Home: ObsiKO 101 Β· For the basics of connections, look here! β Wiki Links & Tags
The skeleton of your writing: the outline (structure explorer) π
- It gathers not only the headings (
#through######) of the document you're currently viewing, but also structure tags like<thinking>,<constraints>,<examples>into a single tree. (Heading TOC + tag explorer = structure explorer!) - A
<tag>that comes at the very start of a line is treated as a container, so headings and tags inside it are neatly indented one level in. Tag entries are marked with aβdiamond, so they're easy to tell apart from headings at a glance. - (Text-decoration tags like
<b>,<i>,<span>, and tags inside code blocks are excluded from the outline β we only show you the real "structure"!) - Click any entry in the list and it smoothly scrolls you right to that spot.
- Too many entries? Filter headings and tags in the search box to find things fast.
- This really shines on writing that uses tags for structure, like AI prompts or LLM Wiki documents. β Building an LLM Wiki
- Of course, if there's no document open, the outline takes a break and stays empty.
- You can drag headings to reorder them. Grab one and the whole section underneath comes along. On phones and tablets, press and hold briefly (about a third of a second) before you drag β otherwise the list just scrolls.
Just the to-dos β
Tap the To-dos tab at the top of the outline panel and you'll see only the checkbox items from the note you're looking at.
- Just below the search box, your progress shows up as
2 / 5 done. - Tap the little box to mark something done β the body text updates right along with it.
- Tap an item and it takes you to that line in the body.
- Drag to reorder. Anything nested underneath comes along for the ride. (On phones and tablets, press and hold briefly first!)
- Turn on
Finished at bottomand finished to-dos slide down below the unfinished ones. After that, they drop down on their own every time you check one off. - Checking the box in the body works too. Panel or body β it doesn't matter.
- Don't worry β items that still have unfinished sub-items stay put. We'd never let real work get buried under a pile of finished things.
- And while you're typing
- [x] something, it holds still. We'd never yank the line out from under you β it tidies up once your cursor moves away. - Changed your mind? One Undo puts it all back.
π‘ Write
- [ ] somethingto make a checkbox. More on that β 03 Markdown Basics
Every relationship your note has, all in one place: the Connections panel π
Just one Connections panel in the right sidebar shows you every relationship this note has, neatly sorted by direction. Switch between Outgoing β Incoming β Suggestions with the tabs up top. Each tab carries a connection-count badge, so you can gauge the scale before you even open it!
β‘οΈ Outgoing connections (what I point to)
- Wiki links: gathers all the
[[links]]this note sends out to the world, in one place. Pointing at a note you haven't created yet? Click it and a new note is created on the spot. Don't hesitate! (Markdown[title](path)links are also resolved smartly, relative paths included, and clicking[[Note#Heading]]jumps straight to that heading's line.) - Attachments/embeds: collects attached files like images and PDFs placed in the body, plus
![[embeds]], separately. - Relations: write type relations like
is-aorpart-ofin the frontmatter, and they're neatly grouped by predicate. β Structuring Knowledge
β¬ οΈ Incoming connections (what points to me)
- Backlinks: a list of every other note that has linked to me (the current note). Perfect for that "wait, where did I mention this idea before...?" moment β successfully traced back! (Even a file card in a mind map (.canvas) that points to me gets found here.)
- Reverse relations: shows which relation points to me (e.g. a broader concept that holds me via
part-of), sorted by predicate. Pretty reassuring, right? If you register inverse names in the relation dictionary, they read naturally ("β i.e. this note's works"). - οΌ Add relation: the
οΌbutton above the panel adds relations without touching YAML β pick a relation name (suggestions) and a target note (autocomplete); names of not-yet-created notes are fine too. - Relation check: below the Outgoing tab, gentle advisories flag targets that don't exist yet (β create), predicates missing from the dictionary (β one-click register), and kind mismatches β guidance, not errors. β More: 16-5 Zettelkasten & Ontology
- Instances π§¬: a list of notes that use this note as their
type(class). See "how many examples of this concept were there again?" at a glance! - Unlinked mentions: finds spots where this note's title just appears in the text without being linked. A great place to discover candidates worth linking!
π‘ Link suggestions (notes worth connecting)
"This note really belongs with that oneβ¦" β ObsiKO finds those for you. Open the third tab, Suggestions, and it picks out link-worthy candidates from notes you haven't connected yet.
- Only well-grounded candidates appear β notes whose titles actually appear in each other's text, that are genuinely similar in content (semantic search), or that share a rare tag. Each candidate carries reason chips showing why it was suggested. Zero AI calls, zero cost.
- Hit [Connect]: if the note's title appears in your text, the first occurrence turns into a
[[link]]; if not, it's quietly added to the frontmatterrelated:list. Change your mind? A single βZ undoes it cleanly. -
Candidates you dismiss with [β] never come back. Nothing is ever linked automatically β only what you approve gets applied.
-
Filter & sort: once connections pile up, narrow them down with the filter box up top, and toggle the sort button between by name β by count to tidy things up.
π‘ The old "Backlinks" panel and "Ontology" panel have been merged into this single Connections panel. Links or relations, outgoing or incoming β see it all on one screen!
Link up β new notes get caught in the web πΈοΈ
Connection suggestions only appear when you open a note β but Link up comes to you. When a newly arrived note (web clip, RSS collection, transcription, or just a fresh memo) isn't connected to anything yet, ObsiKO quietly finds likely partners in the background and places them on the "Link up" card in the Dashboard.
- The card shows new note β candidate note pairs with the evidence ("mentioned in the text", "similar content", β¦). Hit β Link to connect them on the spot, or β to never see that pair again.
- The linking style fits the note: regular notes get their existing in-text mention turned into a link, while clips and sources (notes with a
source:) are connected via arelated:property without touching the original text. Just-made links can be undone right from the card. - Nothing links without your approval β there is no auto-linking. No candidates? The card stays quietly empty.
- Add
aliasesto a note's properties and nicknames count too β withaliases: [LLM], "LLM" in any text counts as a mention of your "Large Language Model" note (connection suggestions and unlinked mentions benefit as well).
π‘ Pairs beautifully with RSS subscriptions (20 Web Clipper) β material flows in automatically, Link up catches it in the web, and with a tap of approval your vault weaves itself tighter.
Some pairing tips worth trying! π―
- Want to visualize how your notes relate, like a gorgeous spiderweb? β Graph View
- Keep reference material open beside you while you write and peek at it (the Reference View feature!) β Search & Navigation
β Previous: Wiki Links & Tags Β· Home Β· Next: Graph View β