Getting started
Product
In Reflect there are two ways of organizing your notes: backlinks and tags.
Let's dive into each.
A backlink is just a link between two notes. You should be back-linking any entities you reference in your notes. (For example, an entity might be a particular person, company, or location.)
Generally you'll be working in today's daily note, and creating back-links from there. In this example we're going to backlink Ankit Pansari, a person we just met with.
Let's try it. To create a backlink, type [[
and then the entity name.
You'll then can either select an existing note (use the arrow keys) or create a new blank note. Hit enter
or tab
to create the backlink.
Backlinks are case-sensitive and should be the full entity name (use New York City rather than NYC).
Clicking on the purple backlink will show you the linked note. In this example, notice that the incoming backlinks panel at the bottom of the note titled Ankit Pansari has a reference back to the daily note linking to it.
You can start to see how this would start to build up an activity feed of all your meetings with Ankit.
Over time these back-linked associations form a graph, in a similar fashion to the way neurons work in your brain.
You can see this graph forming under the Map tab. Here's mine:
So what’s the point of all this backlinking (other than creating pretty visualizations)? The answer is to do with recall.
Let’s just say you backlink Ankit to the company he works for, OSlash.
Now you can pull up the company note quickly (cmd k
). And then see anyone working at that company.
You can also go in the opposite direction, pulling up employees and seeing where they work.
You can extend this to all sorts of things, like backlinking specific locations, or projects that you’re working on.
When you forget something, say a name, type what you do remember into Reflect. And you’ll be able to follow the associations to whatever you’ve forgotten.
So now we've seen how backlinks work, let's move onto tags. OSlash is Ankit's company. Let's navigate to that company's dedicated note and decorate it with the company website and #company
hashtag.
Tags can be created by typing the hash symbol (#
) and then the tag-name. Our convention for tag names is lowercase singular without spaces. Hit enter or tab to insert the tag.
We pre-create some system level tags (like #person
), but in the example above we're creating a custom #company
tag.
Now that the note has a custom #company
hashtag we can navigate to it easily under All notes.
While some system tags are elevated (people/books/etc), custom tags are available under the far right context menu.
We often get asked, when do I use a backlink and when do I use a tag?
The answer is simple:
If something doesn't fit neatly into one of these buckets, default to using a backlink.
For example, these entities would be backlinks: Alex MacCaw, Google, New York.
And these categories would be tags: #book, #company, #person
Notice we use the convention of singular lower-case for tags.
The reason lies behind the different behavior when clicking on a backlink vs a tag.
Clicking on a backlink takes you to a dedicated note, which is what you'd want to see for an entity (like a particular person).
Every time that dedicated note is back-linked (say from your daily notes), a reference will appear in incoming backlinks. This is super handy when pulling up call notes on a person, for example.
On other other hand, clicking on a tag takes you to a list of notes containing that tag. For example, clicking on the #person
tag shows you a list of all notes with that tag (i.e. all the people you've tagged in Reflect).
https://www.youtube.com/watch?v=rhtWHtkH6y8
On this page