<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[Harley Stagner]]></title><description><![CDATA[Harley Stagner]]></description><link>https://harleystagner.com/</link><image><url>https://harleystagner.com/favicon.png</url><title>Harley Stagner</title><link>https://harleystagner.com/</link></image><generator>Ghost 5.75</generator><lastBuildDate>Fri, 22 Dec 2023 04:10:31 GMT</lastBuildDate><atom:link href="https://harleystagner.com/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Digital Smart Notes in Obsidian Part 3 - How to Create Permanent Notes]]></title><description><![CDATA[The best part comes next. It's up to you to decide how you will utilize your permanent notes. I use them to write and discuss topics that spark passion. What will you create?]]></description><link>https://harleystagner.com/digital-smart-notes-in-obsidian-part-3-how-to-create-permanent-notes/</link><guid isPermaLink="false">60f4b58e364ad2003b656d5f</guid><category><![CDATA[obsidian]]></category><category><![CDATA[smart notes]]></category><dc:creator><![CDATA[Harley Stagner]]></dc:creator><pubDate>Mon, 19 Jul 2021 12:00:00 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1589915762094-1bb944b5744d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDYxfHxub3Rlc3xlbnwwfHx8fDE2MjY2NTAyMjQ&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1589915762094-1bb944b5744d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDYxfHxub3Rlc3xlbnwwfHx8fDE2MjY2NTAyMjQ&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" alt="Digital Smart Notes in Obsidian Part 3 - How to Create Permanent Notes"><p>Welcome to Digital Smart Notes in <a href="https://obsidian.md/?ref=harleystagner.com">Obsidian</a> Part 3. In <a href="https://harleystagner.com/digital-smart-notes-in-obsidian-part-2-how-to-create-literature-notes/">Part 2</a>, I covered creating Literature Notes. This article will cover how to develop Permanent Notes from multiple Literature Notes.</p><p>As a quick refresher, I follow a workflow adapted from <a href="https://www.goodreads.com/book/show/34507927-how-to-take-smart-notes?ref=harleystagner.com">How to Take Smart Notes</a> by S&#xF6;nke Ahrens. The high-level tasks described in the book are:</p><ul><li>Make fleeting notes</li><li>Make literature notes</li><li>Make permanent notes</li></ul><p>I take fleeting notes as I highlight sources. Those fleeting notes are synced with <a href="https://readwise.io/?ref=harleystagner.com">Readwise</a>, which is synced with Obsidian using the <a href="https://github.com/renehernandez/obsidian-readwise?ref=harleystagner.com">Readwise Community Plugin</a>. Then, I create literature notes in Obsidian using the method that I discussed in &quot;<a href="https://harleystagner.com/digital-smart-notes-in-obsidian-part-2-how-to-create-literature-notes/">Digital Smart Notes in Obsidian Part 2</a>.&quot; Finally, we have arrived at creating permanent notes.</p><p>I know that it has taken a while to release this part of my series, but I&apos;m glad that I have waited. I have incorporated some powerful new tools and workflows to streamline the permanent note creation process. I think you will be happy with the results.</p><h1 id="plugins-used-in-this-article">Plugins Used In This Article</h1><p>Here is the list of community plugins that I utilize for my permanent note creation process.</p><ul><li><a href="https://github.com/blacksmithgu/obsidian-dataview?ref=harleystagner.com">Dataview</a> (Particularly the dataviewjs functionality).</li><li><a href="https://github.com/ryanjamurphy/workbench-obsidian?ref=harleystagner.com">Workbench</a> (For collecting my Literature Notes and thoughts)</li><li><a href="https://github.com/chhoumann/quickadd?ref=harleystagner.com">QuickAdd</a> (New addition to my workflow for quickly filling in the Permanent Note Template)</li></ul><h1 id="permanent-note-creation-process">Permanent Note Creation Process</h1><p>When I create a new permanent note, I use three basic workflows.</p><ul><li>Gather literature notes and main thoughts.</li><li>Create a permanent note with QuickAdd.</li><li>File permanent note to slipbox.</li></ul><p>I use the Obsidian workspaces feature to switch my layout to the task I am performing during these three workflows.</p><h2 id="gathering-my-thoughts">Gathering My Thoughts</h2><p>The first thing I do is gather literature notes that I feel are related. I will use these notes in the permanent note that I am creating. For this, I open my Literature Notes page and my Workbench page from the Workbench plugin. I also open the Workbench page in preview mode in the right sidebar to see what I add to it quickly.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/07/DSMOp3-1-Permanent-Note-Creation-Blank.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 3 - How to Create Permanent Notes" loading="lazy"><figcaption>Permanent Note Creation Blank Workbench</figcaption></figure><h3 id="literature-notes-page">Literature Notes Page</h3><p>The Literature Notes page uses the Dataview Plugin with a dataviewjs query to create a table that sorts my literature notes by tag frequency. This sorting allows me to see where I have tag clusters forming quickly. When I have many literature notes forming around a particular tag, there&apos;s a good chance that those literature notes are good candidates for inclusion in one or more new permanent notes.</p><p>Dataviewjs lets you execute javascript code as part of a dataview query. This script execution allows powerful table visualizations that may not otherwise be available in the regular dataview queries. I have always said that one of the best things about Obsidian is the community. The dataviewjs query below proves that. I asked a question in the Obsidian forum about how to go about this particular query, and <a href="https://twitter.com/chrisbbh?ref=harleystagner.com">Christian Badger Bach Houmann</a>, the creator of the QuickAdd plugin that I will discuss later in the article, suggested the below dataviewjs query.</p><pre><code>```dataviewjs
// Get all pages with tag #litnote
const pages = dv.pages(&quot;#litnote and -#processed&quot;);

// Instantiate object. Target format is &quot;Tag&quot;: File[]
const s = {};

// Iterate all pages
pages.forEach(p =&gt; {
    // Get all tags for page except #litnote 
    const tags = p.file.etags.filter(t =&gt; t !== &quot;#litnote&quot;);
    
    // Push each tag to the &apos;s&apos; object with the file
    tags.forEach(tag =&gt; {
        if (!s[tag]) s[tag] = [];
        s[tag].push(p.file.link);
    });
});
// Create a table
const sorted = Object.keys(s).sort((a, b) =&gt; s[b].length - s[a].length);
dv.table([&quot;Tag&quot;, &quot;Files&quot;], sorted.map(i =&gt; [i, s[i].map(p =&gt; p)]));
```
</code></pre><p>This query produces the results seen in the Literature Notes page in preview mode.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/07/DSMOp3-2-Literature-Notes-Preview.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 3 - How to Create Permanent Notes" loading="lazy"><figcaption>Literature Notes Tag Cluster Page</figcaption></figure><h3 id="workbench-page">Workbench Page</h3><p>Once I can view my literature notes by tag frequency, I look down the page at the notes and use the following steps to start thinking about my permanent note.</p><ul><li>As I see notes related, I use CMD-ALT-CLICK to open the note in a new pane and automatically add an embedded link to the note on the Workbench page. The workbench plugin provides this functionality.</li><li>Once I have selected two or more literature notes, I can close the Literature Notes page.</li><li>I add a &quot;processed&quot; tag to each of the literature notes that I have used so that Dataview will filter them out of my dataviewjs query the next time I create a permanent note.</li></ul><p>My screen now looks like the following screenshot.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/07/DSMOp3-3-Literature-Notes-Processed.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 3 - How to Create Permanent Notes" loading="lazy"><figcaption>Processed Literature Notes</figcaption></figure><p>I can now close the literature notes that I have opened and give the Workbench page my full attention to finish the rest of my thought process. The Workbench is open in preview mode on the right sidebar to easily see the embedded literature notes.</p><p>Use the area under the embedded literature notes to clarify your thoughts on the permanent note.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/07/DSMOp3-4-Workbench-Flesh-Out.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 3 - How to Create Permanent Notes" loading="lazy"><figcaption>Populated Workbench Page</figcaption></figure><p>You are now ready to create the permanent note.</p><h2 id="using-quickadd-to-create-a-permanent-note">Using QuickAdd to Create a Permanent Note</h2><p>QuickAdd is a new plugin that I am using to automate the capturing and creating of notes. It has a built-in GUI for creating QuickAdd scripts to aid in note capture. Many of my QuickAdd workflows are now replacing Templater scripts in my vault. QuickAdd is found in the Community Plugins. Once installed, create a &quot;capture&quot; choice with the following options (you can change them to suit your use case and folder structure).</p><ul><li>File Name: 3.Resources/Zettelkasten/Permanent Notes/{{DATE:YYMMDD}} - {{VALUE:TITLE}}</li><li>Create a file if it doesn&apos;t exist, should be toggled ON.</li><li>Capture format should be toggled on.</li><li>Finally, to make it easy to call the Permanent Note Creation QuickAdd choice from the command palette, I toggle the lightning bolt next to the choice name in the main QuickAdd Settings section.</li></ul><p>I use the following capture format for my permanent note.</p><pre><code>---
notetype: &quot;Permanent Note&quot;
cssclass: permanent-note
---
**{{VALUE:TITLE}}**

***
#permnote | {{VALUE: Tags-Space Delimited}}
***
# Relevant Notes:

# Notes:
{{VALUE: Notes}}

# Literature Notes:\n
```js quickadd
return await this.quickAddApi.utility.getClipboard();
```
</code></pre><p>In the settings and capture format, you will see a few QuickAdd formats.</p><ul><li><code>{{VALUE: &lt;Variable Name}}</code> : This is a named variable that is used to bring up a user input modal. The value that the user inputs will be stored and output to the note.</li><li><code>{{DATE:YYMMDD}}</code> : This will input the date in the following format YYMMDD. I use this as part of the identifier on Permanent Notes.</li><li>jsquickadd: The js quickadd section runs a bit of javascript to capture the clipboard and output that value to the note when it is created.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/07/DSMOp3-5-QuickNote-Choice-Settings.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 3 - How to Create Permanent Notes" loading="lazy"><figcaption>QuickAdd Choice Settings</figcaption></figure><p>You can find further details on using QuickAdd at the <a href="https://github.com/chhoumann/quickadd?ref=harleystagner.com">QuickAdd Git Repository</a>.</p><p>The permanent note has a few sections.</p><ul><li>YAML frontmatter that defines the note type and cssclass for styling.</li><li>Tag section: Includes the &quot;permnote&quot; tag for search and any other domain-specific tags that you want to define.</li><li>Relevant Notes: This section is where you would link any other permanent notes that you feel are relevant to this permanent note.</li><li>Notes: This is the brief notes section of the permanent note.</li><li>Literature Notes: This is where the embedded literature notes that make up the permanent note will go.</li></ul><p>When you are ready, perform the following:</p><ul><li>Highlight the embedded literature notes from the workbench page and use copy or cut to get them in your clipboard (I prefer cut because it clears the workbench, leaving only my thoughts).</li><li>Bring up the command palette with CMD-P.</li><li>Type in the name of your QuickAdd choice for permanent note creation and hit enter.</li></ul><p>QuickAdd will present you with several modals for data entry corresponding to each user-defined section in the permanent note.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/07/DSMOp3-6-QuickAdd-Modal-1.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 3 - How to Create Permanent Notes" loading="lazy"><figcaption>Permanent Note Title Modal</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/07/DSMOp3-7-QuickAdd-Modal-2.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 3 - How to Create Permanent Notes" loading="lazy"><figcaption>Permanent Note Tag Modal</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/07/DSMOp3-8-QuickAdd-Modal-3.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 3 - How to Create Permanent Notes" loading="lazy"><figcaption>Permanent Note Note Detail Modal</figcaption></figure><p>You can now delete the contents of the Workbench note if you would like.</p><h2 id="filing-the-permanent-note-to-the-slipbox-page">Filing the Permanent Note to the Slipbox Page</h2><p>I have created a slipbox page in my vault that has various main topic headings nested with other topics beneath them. Once I make a new permanent note, I find a space on that page under a heading or create a new heading for the permanent note.</p><p>File the permanent note by following these steps:</p><ul><li>Open the Slipbox page. A section called Not Processed at the bottom of my Slipbox page uses a Dataview query to create a table of unprocessed notes. I use this to open the newly constructed permanent note quickly.</li><li>Open the new permanent note. You&apos;ll notice in preview mode that the literature notes are all transcluded into the note.</li><li>Find a heading/subheading or new heading that fits the permanent note. You can use the outline view in the right sidebar (Outline is a core plugin that needs to be enabled) to easily navigate the slipbox headings and get a good overview of the Slipbox page.</li></ul><p>In this case, I will start a new heading for Philosophy (Philosophy -&gt; Stoicism -&gt; Dealing with Emotions) because I want to keep it as a separate domain. If you didn&apos;t care as much about the label of Philosophy and wanted to concentrate on the Personal Growth aspect of the note, you could file it under the existing Personal Growth heading.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/07/DSMOp3-9-Permanent-Note-File-Slipbox---Before.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 3 - How to Create Permanent Notes" loading="lazy"><figcaption>Slipbox Page Before Filing</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/07/DSMOp3-10-Permanent-Note-File-Slipbox-After.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 3 - How to Create Permanent Notes" loading="lazy"><figcaption>Slipbox Page After Filing</figcaption></figure><p><strong>Note: Here is the Dataview query used at the Bottom of the Slipbox page.</strong></p><pre><code>```dataview
TABLE rows.file.link AS &quot;Note&quot;, rows.file.cday AS &quot;Date&quot;

FROM !outgoing([[Slipbox]])

WHERE notetype=&quot;Permanent Note&quot;

GROUP BY file.link

sort date ASCENDING
```
</code></pre><p>At this point, you could also explore more of your Slipbox and see if there were any relevant notes that you would like to link under the Relevant Notes section in the new permanent note.</p><h1 id="conclusion">Conclusion</h1><p>We have now journeyed through the three main parts of the Digital Smart Notes process. We read and highlighted, taking fleeting notes along the way. Then we turned those highlights and fleeting insights into literature notes. Finally, we created permanent notes from our related literature notes. The best part comes next. It&apos;s up to you to decide how you will utilize your permanent notes. I use them to write and discuss topics that spark passion. What will you create?</p>]]></content:encoded></item><item><title><![CDATA[Digital Smart Notes in Obsidian Part 2 - How to Create Literature Notes]]></title><description><![CDATA[When creating a Literature Note, I like to use just enough structure to organize.]]></description><link>https://harleystagner.com/digital-smart-notes-in-obsidian-part-2-how-to-create-literature-notes/</link><guid isPermaLink="false">60b1611c181079003be5f6c1</guid><category><![CDATA[obsidian]]></category><category><![CDATA[smart notes]]></category><dc:creator><![CDATA[Harley Stagner]]></dc:creator><pubDate>Mon, 31 May 2021 12:00:00 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1614332625575-6bef549fcc7b?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDR8fGxpdGVyYXR1cmV8ZW58MHx8fHwxNjIyMjM3NTY4&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1614332625575-6bef549fcc7b?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDR8fGxpdGVyYXR1cmV8ZW58MHx8fHwxNjIyMjM3NTY4&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" alt="Digital Smart Notes in Obsidian Part 2 - How to Create Literature Notes"><p>Welcome to Digital Smart Notes in <a href="https://obsidian.md/?ref=harleystagner.com">Obsidian</a> Part 2. In <a href="https://harleystagner.com/digital-smart-notes-in-obsidian-part-1-exporting-highlights-from-readwise/">Part 1</a>, I covered syncing your Readwise reference notes to Obsidian with the <a href="https://github.com/renehernandez/obsidian-readwise?ref=harleystagner.com">Readwise Community Plugin</a>. This article will cover how to create Literature Notes in Obsidian from those highlights you carefully curated during your reading.</p><p>As a quick refresher, I follow a workflow adapted from <a href="https://www.goodreads.com/book/show/34507927-how-to-take-smart-notes?ref=harleystagner.com">How to Take Smart Notes</a> by S&#xF6;nke Ahrens. These are the high-level tasks described in the book:</p><ul><li>Make fleeting notes</li><li>Make literature notes</li><li>Make permanent notes</li></ul><h1 id="literature-note-structure">Literature Note Structure</h1><p>When creating a Literature Note, I like to use just enough structure to organize. I don&apos;t want too much metadata getting in the way of the note itself. I have found a good balance of metadata and content for me with the format demonstrated below.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/05/Obsidian-LitNote-Preview-Explainer.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 2 - How to Create Literature Notes" loading="lazy"><figcaption>Obsidian Literature Note</figcaption></figure><h2 id="title">Title</h2><p>I repeat the title (without the date stamp) in bold as the first line in the note preview. The title repetition is to help when I display the embedded note inside a Permanent Note.</p><h2 id="tag-section">Tag Section</h2><p>The tag section is a single line at the top. This tag section is further broken down into two categories, with a <code>|</code> separating these categories.</p><ul><li><strong>Main Tag</strong>: This tag denotes the type of note that I am creating. I use <code>#litnote</code> for this.</li><li><strong>Secondary Tags</strong>: These are the general related topic areas that I consider when creating the note.</li></ul><h2 id="note-quote-source">Note, Quote, Source</h2><p>I call the next section the NQS section or Note, Quote, Source.</p><ul><li><strong>Notes</strong>: This is the Literature Note (in my own words) derived from the highlight(s) of the Reference Note.</li><li><strong>Quotes</strong>: These are embedded highlights from the Reference Note imported from <a href="https://readwise.io/?ref=harleystagner.com">Readwise</a>. A block embed takes this form of <code>![[&lt;Note Title&gt;#^&lt;block-id&gt;]]</code> For example, you can create this by starting to type <code>![[How to Take Smart Notes#^&lt;Select the line from the note or start typing to search&gt;]]</code>. Once you find the line you are looking for, hit enter, and the embed will be complete.</li><li><strong>Source</strong>: This is the source material. In this example, the note is derived from the book &quot;How to Take Smart Notes.&quot;</li></ul><p>That&apos;s it for content. I like to keep the note as straightforward as possible while allowing for querying.</p><h2 id="hidden-metadata-yaml-front-matter">Hidden Metadata: YAML Front Matter</h2><p>Let&apos;s take a look at the same Literature Note in edit mode.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/05/Obsidian-LitNote-Edit-Explainer.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 2 - How to Create Literature Notes" loading="lazy"><figcaption>YAML Front Matter</figcaption></figure><p>There is an extra bit of information at the top of the note that does not show in preview mode. The extra information is called <a href="https://help.obsidian.md/Advanced+topics/YAML+front+matter?ref=harleystagner.com">YAML Front Matter</a>. I use this section to give the note additional properties that I don&apos;t want to show in preview mode. These properties make it easier for me to search the note later. I also use the <code>cssclass</code> YAML property specifically to style the note separately from my other general notes. In this example, I can treat <code>literature-note</code>as a regular CSS class to target elements for styling on a note with the <code>cssclass: literature-note</code> front matter.</p><h1 id="literature-notes-section-on-the-reference-note">Literature Notes Section on the Reference Note</h1><p>If you are using the <a href="https://github.com/blacksmithgu/obsidian-dataview?ref=harleystagner.com">Dataview plugin</a> that was suggested in <a href="https://harleystagner.com/digital-smart-notes-in-obsidian-part-1-exporting-highlights-from-readwise/">part 1 of this series</a>, the new Literature Note will show up in the Dataview table in preview mode on the Reference Note page. This table view is why we created that Dataview section under the <code># Literature Notes</code> heading. As a reminder, the code for this Dataview query looks like this:</p><pre><code>```dataview
TABLE rows.file.link AS &quot;Literature Note&quot;, rows.file.cday AS &quot;Date&quot;

FROM #litnote AND [[How to Take Smart Notes]]

GROUP BY file.link

sort date ASCENDING
```
</code></pre><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/05/Obsidian-Reference-Note.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 2 - How to Create Literature Notes" loading="lazy"><figcaption>Obsidian Reference Note</figcaption></figure><p>Every time a new Literature Note is added and linked back to the original Reference Note, it will show up in this table.</p><h1 id="automating-the-process">Automating the Process</h1><p>Everything you need to create a Literature Note can be accomplished by following the structure outlined in this article. If you want to automate the processes to make it easier to capture your thoughts without worrying too much about the structure, then keep reading.</p><p>I use the fantastic community plugin called <a href="https://github.com/SilentVoid13/Templater?ref=harleystagner.com">Templater</a> for most of my automation in Obsidian. You can find setup and configuration for Templater in the <a href="https://silentvoid13.github.io/Templater/?ref=harleystagner.com">documentation site for the plugin</a>. There is also an excellent video from GitMurf about <a href="https://github.com/SilentVoid13/Templater/discussions/187?ref=harleystagner.com">setting up your first Templater JS script</a>. For my Literature Notes creation workflow, I use two different Templater scripts.</p><ul><li>copy.blockref: This script creates a block reference and copies the embed code from that block reference to my clipboard, making it ready to paste into the Literature Note. I tie this to a keyboard shortcut using the <a href="https://github.com/Vinzent03/obsidian-hotkeys-for-templates?ref=harleystagner.com">Hotkeys for Templates</a> plugin.</li><li>T-Literature Note: This script prompts several items in the Literature Note and then creates a new note with the structure in place. The cursor is placed where you would need to paste the first block reference from your Readwise highlights.</li></ul><p>The contents of the two scripts are below.</p><p><strong>copy.blockref</strong></p><pre><code>&lt;%*
function createBlockHash() {
    let result = &apos;&apos;;
    var characters = &apos;abcdefghijklmnopqrstuvwxyz0123456789&apos;;
    var charactersLength = characters.length;
    for ( var i = 0; i &lt; 7; i++ ) {
        result += characters.charAt(Math.floor(Math.random() * charactersLength));
    }
    return result;
}
let id = createBlockHash();
let blockRef;

blockRef = `![[${tp.file.title}#^${id}]]`.split(&quot;\n&quot;).join(&quot;&quot;);
tR = tp.file.selection() + ` ^${id}`.split(&quot;\n&quot;).join(&quot;&quot;);
selectedText = blockRef;

navigator.clipboard.writeText(blockRef).then(text =&gt; text);
-%&gt;
</code></pre><p><strong>T-Literature Note</strong></p><pre><code>&lt;%*
// show a prompt to enter a note title
const promptNoteTitle = await tp.system.prompt(&quot;Note title:&quot;);
// show a prompt to enter notes
const promptNotes = await tp.system.prompt(&quot;Notes:&quot;);
// show a prompt to enter tags
const promptTags = await tp.system.prompt(&quot;Tags: Space Delimited&quot;);
// choose the Reference Source
const referenceNote = await tp.system.suggester((item) =&gt; item.path, this.app.vault.getMarkdownFiles(), false);
// Take the inputted name and prefix with a date
const title = await tp.date.now(&quot;YYMMDD&quot;) + &quot; - &quot; + promptNoteTitle;
// rename the note with the title defined above and move to proper folder
await tp.file.move(&quot;3.Resources/Zettelkasten/Literature Notes/&quot; + title);
-%&gt;
---
&lt;% tp.file.include(&quot;[[YFM.NoteType.LiteratureNote]]&quot;) -%&gt;
&lt;% tp.file.include(&quot;[[YFM.CSSClass.LiteratureNote]]&quot;) %&gt;
---
**&lt;%*tR += promptNoteTitle %&gt;**
***
#litnote | &lt;%* tR += promptTags %&gt;
***

# Notes:
&lt;%* tR += promptNotes -%&gt;

## Quote(s):
&lt;% tp.file.cursor() %&gt;
# Source:
[[&lt;%* tR += referenceNote.basename %&gt;]]
</code></pre><!--kg-card-begin: markdown--><p><strong>Note:</strong> The <code>tp.file.include</code> statements that are in the &quot;T-Literature Note&quot; Templater script are pointing to files that are read and included as part of the script processing. In this case, I am filling in the YAML front matter with these two statements. The contents of the files are:</p>
<ul>
<li>notetype: &quot;Literature Note&quot;</li>
<li>cssclass: literature-note</li>
</ul>
<!--kg-card-end: markdown--><p>To use the <code>copy.blockref</code> script, put the cursor at the end of the line you want to reference, then either Insert Templater Template from the command palette or use the hotkey you have assigned to the script. It will leave a block reference id similar to the one shown below.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/05/Obsidian-Reference-Note-Block-ID.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 2 - How to Create Literature Notes" loading="lazy"><figcaption>Obsidian Block Reference ID</figcaption></figure><p>You can create a new Literature Note by choosing <code>Templater: Create new note from template</code>from the Obsidian command palette. Choose your Literature Note template (T-Literature Note in this case). After you choose, a modal should pop up, and you can follow the prompts to create the Literature Note.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/05/Obsidian-Literature-Note-Templater-Modal.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 2 - How to Create Literature Notes" loading="lazy"><figcaption>Obsidian Literature Note Template Modal</figcaption></figure><p>Once you have finished filling in the details and choosing the Reference Note, the script will create a new note structured to be a Literature Note.</p><h1 id="conclusion">Conclusion</h1><p>Creating a Literature Note doesn&apos;t have to be daunting. It&apos;s a note tied to a Reference Note highlight that resonates with you in your own words. In this article, we created a Literature Note with &quot;just enough&quot; structure to aid with search-ability and discoverability. We even automated the processes to concentrate on the note&apos;s content rather than the structure. The <a href="https://harleystagner.com/digital-smart-notes-in-obsidian-part-3-how-to-create-permanent-notes/">next article in this series</a> will discuss creating a Permanent Note from several Literature Notes.</p>]]></content:encoded></item><item><title><![CDATA[Digital Smart Notes in Obsidian Part 1 - Exporting Highlights From Readwise]]></title><description><![CDATA[I'm not looking to replicate the exact methodology I used in Roam because Obsidian is a different tool.]]></description><link>https://harleystagner.com/digital-smart-notes-in-obsidian-part-1-exporting-highlights-from-readwise/</link><guid isPermaLink="false">60a83355181079003be5f6a6</guid><category><![CDATA[obsidian]]></category><category><![CDATA[smart notes]]></category><dc:creator><![CDATA[Harley Stagner]]></dc:creator><pubDate>Mon, 24 May 2021 12:00:00 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1553941884-f8947df6e0ba?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDU4fHxwdXJwbGUlMjBib29rc3xlbnwwfHx8fDE2MjE2MzYyNjc&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1553941884-f8947df6e0ba?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDU4fHxwdXJwbGUlMjBib29rc3xlbnwwfHx8fDE2MjE2MzYyNjc&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" alt="Digital Smart Notes in Obsidian Part 1 - Exporting Highlights From Readwise"><p>I recently started <a href="https://harleystagner.com/im-learning-obsidian/">learning Obsidian</a>. I learn best by tying my learning to a particular project. One of the first things I started tackling in <a href="https://obsidian.md/?ref=harleystagner.com">Obsidian</a> was my Digital Smart Notes or Zettelkasten system. This article series will take a similar path for those familiar with my <a href="https://harleystagner.com/digital-smart-notes-series/">Digital Smart Notes Series</a> for Roam Research.</p><p>I&apos;m not looking to replicate the exact methodology I used in Roam because Obsidian is a different tool. However, many of the workflows, concepts, and collection methodologies will apply. This article will assume familiarity with various tools available for digital highlight collecting and Readwise for highlight aggregation. If you want to learn more about how I will be using it in this series, please read <a href="https://harleystagner.com/digital-smart-notes-part-1-the-capture-toolkit/">part 1 of the original Digital Smart Notes series</a>.</p><p><strong>UPDATE [[2021-05-25]]- I have started using native Obsidian {{ title }} template variable in the template instead of the Templater &lt;% tp.file.title %&gt; as it works a little more reliably when a new page is created from the Readwise import. This change is reflected in the template sections.</strong></p><h1 id="a-note-on-plugins">A note on plugins</h1><p>The work that you will produce by using this methodology can be accomplished with or without plugins. I will be utilizing community plugins in this series as a way to augment the workflows. They add tremendous value, but they aren&apos;t required to do the work. Here are the plugins that we will use in this series:</p><h2 id="this-article">This Article</h2><ul><li><a href="https://github.com/renehernandez/obsidian-readwise?ref=harleystagner.com">Readwise Community</a></li><li><a href="https://github.com/blacksmithgu/obsidian-dataview?ref=harleystagner.com">Dataview</a></li><li><a href="https://github.com/SilentVoid13/Templater?ref=harleystagner.com">Templater</a>- <strong><em>Make sure to turn on &quot;Trigger Templater on New File Creation&quot; as this will allow Templater to fill in Readwise header details when a new file is created or moved into the vault.</em></strong></li></ul><h2 id="future-articles">Future Articles</h2><ul><li><a href="https://github.com/bjsi/incremental-writing?ref=harleystagner.com">Incremental Writing</a></li></ul><h2 id="installing-a-community-plugin">Installing a Community Plugin</h2><p>All the plugins that I will be using are in the community plugin repository. That means that we can install them within the Obsidian UI. Open <strong><em>Settings</em></strong> -&gt; <strong><em>Community Plugins</em></strong> . Then Turn off <strong><em>Safe Mode</em></strong> to enable plugins. You can now browse the Community Plugins Repository by clicking on <strong><em>Browse</em></strong>.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/05/Obsidian-Community-Plugins.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 1 - Exporting Highlights From Readwise" loading="lazy"><figcaption>Obsidian Community Plugins Settings</figcaption></figure><h1 id="importing-from-readwise">Importing From Readwise</h1><p>To start using our Readwise highlights, we need to import them into Obsidian. While I will be utilizing the Readwise Community plugin, I feel that it works best when you manually import all your highlights first. Then, you can use the Readwise Community plugin to import new highlights. New highlights to existing sources will append to a source that you have imported manually as long as the source name remains the same.</p><p>To get started, follow these steps:</p><ul><li>Log into your Readwise account.</li><li>On the top menu click <strong><em>Connect &amp; Sync</em></strong> -&gt; <strong><em>Export Highlights</em></strong></li><li>Choose <strong><em>Export</em></strong> on the Markdown Export option.</li></ul><p>There are a few options here that you can turn on:</p><ul><li><strong>Include Highlight Location</strong>- This option allows you to include your highlight locations as part of your highlight. The highlight location works for sources that have location information, such as a Kindle book. If you click the location link, it will open kindle on your device and go right to the highlight.</li><li><strong>Use Custom Formatting</strong>- This option allows you to adjust the template used for the incoming highlights. We will use this to add text to the Readwise export template.</li></ul><p>After you have adjusted the options, you can download the highlights.</p><p>Here is what the Page Metadata template should look like to get you started:</p><pre><code>#refnote
***
{% if image_url -%}
![]({{image_url}})

{% endif -%}
### Metadata

- Author: [[{{author}}]]
- Full Title: {{full_title}}
- Category: #{{category}}
{% if url %}- URL: {{url}}{% endif %}

### Literature Notes
```dataview
TABLE rows.file.link AS &quot;Literature Note&quot;, rows.file.cday AS &quot;Date&quot;

FROM #litnote AND [[{{ title }}]]

GROUP BY file.link

sort date ASCENDING
```
</code></pre><p>The part that I added was at the bottom starting with <code>### Literature Notes</code></p><p>The dataview code fence combines the Dataview plugin with the Templater plugin to display any notes tagged with <code>#litnote</code> and the reference note title (imported Readwise note). We will explore this functionality in a future article. We are adding it here so that we can use it when we start to process Literature Notes.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/05/Readwise-Highlight-Export-Success.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 1 - Exporting Highlights From Readwise" loading="lazy"><figcaption>Readwise Export Success</figcaption></figure><p>After your zip file downloads, you can extract the files, separated by category (book, article, podcast, etc.). One of the things I like best about Obsidian is that it stores the notes as markdown files. Once your Readwise files download, you can place them in a folder of your choosing inside your Obsidian vault. I have chosen to keep my Readwise highlights in <code>3.Resources/Zettelkasten/Reference Notes/</code>.</p><p><strong>If you want to continue manually importing your Readwise highlights, you can stop here and periodically import them using the method outlined here. If you&apos;re going to automate the addition of new highlights more, there is more work to do.</strong></p><h2 id="automating-import-with-the-readwise-community-plugin">Automating Import with the Readwise Community Plugin</h2><p>Once you install the Readwise Community Plugin, there is a setup that you need to do. Follow these steps.</p><ul><li>Install the Readwise Community Plugin</li><li>Click on the Readwise Community Plugin Settings under <strong><em>Plugin Options</em></strong></li><li>Paste your Readwise API token from the link provided in the settings</li><li>Select sync on startup if you&apos;d like</li><li>Set sync on interval (this is in hours)</li><li>Set your highlight storage path to be the same path as your initial import from Readwise. In my case, I used <code>3.Resources/Zettelkasten/Reference Notes/</code></li><li>Set your custom header template path (this is a note that we will use as a custom header template for the import). Here I used <code>!System/Tempalate-Snippets/Readwise.Import.Header</code></li><li>Set your custom highlight template path (this is a note that we will use as a custom highlight template for the import). Here I used <code>!System/Template-Snippets/Readwise.Import.Highlights</code></li><li>Disable notifications if you&apos;d like.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/05/Readwise-Community-Plugin-Settings.png" class="kg-image" alt="Digital Smart Notes in Obsidian Part 1 - Exporting Highlights From Readwise" loading="lazy"><figcaption>Readwise Community Plugin Settings</figcaption></figure><p>You can take a look at the <a href="https://github.com/renehernandez/obsidian-readwise?ref=harleystagner.com">Readwise Community Plugin GitHub page</a> to learn more about template options. Here are the templates that I use.</p><p><strong>Readwise Community Header Template</strong></p><pre><code># {{ title }}
#refnote 
***
### Metadata
- Author: [[{{ author }}]]
- Full Title: {{ title }}
- Category: #{{ category }}
- URL: {{ source_url }}

### Literature Notes
```dataview
TABLE rows.file.link AS &quot;Literature Note&quot;, rows.file.cday AS &quot;Date&quot;

FROM #litnote AND [[{{ title }}]]

GROUP BY file.link

sort date ASCENDING
```
### Highlights
</code></pre><p><strong>Readwise Community Import Template</strong></p><pre><code>- {{ text }} %% highlight_id: {{ id }} %%
    - {%- if note %}
    - Note: {{ note }}
    - {%- endif %}
</code></pre><p>When you add new highlights to Readwise from your collection sources, they will match the existing highlights you have imported.</p><h1 id="conclusion">Conclusion</h1><p>This article is the first in a series of articles that I plan on doing for taking Digital Smart Notes in Obsidian. With your Reference Notes importing to your Obsidian vault from Readwise, you are all set to start creating Literature Notes. I will cover this and my use of Templater to create those notes in more detail in the <a href="https://harleystagner.com/digital-smart-notes-in-obsidian-part-2-how-to-create-literature-notes/">next article</a>.</p>]]></content:encoded></item><item><title><![CDATA[I’m Learning Obsidian]]></title><description><![CDATA[For some, there is no room for any other than Roam. That's fine, but that was no longer working for me.]]></description><link>https://harleystagner.com/im-learning-obsidian/</link><guid isPermaLink="false">609d8b73ce51bb003bf1beee</guid><category><![CDATA[obsidian]]></category><dc:creator><![CDATA[Harley Stagner]]></dc:creator><pubDate>Fri, 14 May 2021 12:00:00 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1527067829737-402993088e6b?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDM5fHxwdXJwbGV8ZW58MHx8fHwxNjIwOTM3OTc4&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<blockquote>Every intellectual endeavor starts with a note. - <em>S&#xF6;nke Ahrens, How to Take Smart Notes</em></blockquote><img src="https://images.unsplash.com/photo-1527067829737-402993088e6b?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDM5fHxwdXJwbGV8ZW58MHx8fHwxNjIwOTM3OTc4&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" alt="I&#x2019;m Learning Obsidian"><p>A little less than a year ago, I started using a note-taking tool called <a href="https://roamresearch.com/?ref=harleystagner.com">Roam Research</a>. It completely changed how I think about knowledge work and introduced me to &quot;<a href="https://amzn.to/3w1chHW?ref=harleystagner.com">How to Take Smart Notes</a>,&quot; by S&#xF6;nke Ahrens. I am immensely thankful for the mental models that Roam has given me. They will stay with me forever. However, I feel it is time to try something new. For now, I will be giving <a href="https://obsidian.md/?ref=harleystagner.com">Obsidian</a> a spin.</p><h1 id="trust-and-ownership">Trust and Ownership</h1><p>For a while, the iterative, wherever the wind blows, development approach of Roam was exciting. New features would be released surreptitiously, with notification coming from Twitter. Learning about some unknown or hidden feature made it feel like I was part of an insiders club.</p><p>I have known about Obsidian for a while but never gave it a fair shot because Roam seemed so revolutionary. The more I used Roam, the more valuable my notes became. This increase in value made me realize that I needed a little more trust in the developers&apos; approach to release management. It wasn&apos;t always clear how changes would affect my workflow. With Obsidian, I can choose to have complete control over my notes.</p><p>The final catalyst for me to seriously explore Obsidian was a perceived trend of elitist interactions in the Roam community. For some, there is no room for any other than Roam. That&apos;s fine, but that was no longer working for me.</p><h1 id="a-kick-ass-community-and-a-markdown-centric-approach">A Kick-Ass Community and A Markdown-Centric Approach</h1><p>Since Obsidian is based on Markdown text files, this offers some unique advantages over Roam.</p><ul><li><strong>Portability</strong>: Markdown files are just text files. I prefer to stay in Obsidian for most of my workflow, but nothing says I need to do so. For example, creating and publishing a blog draft in Roam required copying, pasting, formatting, and editing. Since this page is a text file, I can open it in Ulysses for some final tweaks and publish it to my blog from there.</li><li><strong>Trust</strong>: I trust myself with my notes more than anyone else. While there is an optional sync service (or sync via dropbox or a myriad of other options), I don&apos;t need to use it or depend on a server for note-taking. As for the development of Obsidian, the developers are very approachable and share a <a href="https://trello.com/b/Psqfqp7I/obsidian-roadmap?ref=harleystagner.com">public roadmap</a>.</li><li><strong>Interoperability</strong>: Quite simply, anything that can open, edit, manipulate, or view a markdown text file can be a potential note endpoint or UI. I have already set up some workflows that use Zapier to send new notes with a specific tag from Evernote to Obsidian while converting them to markdown along the way. I can programmatically manipulate or automate my note workflows very quickly. Full regex is also supported since I&apos;m working with text files.</li><li><strong>Community</strong>: I cannot say enough good things about the Obsidian community. From the moment I <a href="https://twitter.com/hstagner/status/1386348535243841539?s=20&amp;ref=harleystagner.com">reached out for tips on Twitter</a>, the Obsidian users met me with enthusiasm and genuine willingness to help. The <a href="https://obsidian.md/community?ref=harleystagner.com">official Obsidian Discord and Forums</a> are just as welcoming and filled with a flurry of awesome activity. For a deeper dive, I highly recommend <a href="https://twitter.com/roamhacker/status/1390928424672370689?s=20&amp;ref=harleystagner.com">Roamhacker&apos;s thread review of the community on Twitter</a>.</li></ul><h1 id="finding-my-flow">Finding My Flow</h1><p>Had I tried to learn Obsidian before developing the mental models and workflows that came with Roam, I don&apos;t think I would have had as much luck or insight into what I wanted. With that in mind, I set out to approach learning Obsidian by framing its capabilities within some critical features of Roam that I used heavily. While I use and appreciate community extensions and plugins, these make the experience click for me.</p><ul><li>Daily Notes Page: This was a must for me because I trained myself to use the daily notes page in Roam almost exclusively. Thankfully, Obsidian offers the option to create a Daily Notes Page upon opening each day.</li><li>Block References: Obsidian can do this too. It&apos;s not as feature-rich as Roam&apos;s implementation, but I am happy to have the option.</li><li>Transclusion: The ability to embed block references or entire pages within other pages was a game-changer for me in Roam. This feature is available in Obsidian as well. The implementation is different in Obsidian due to its page-centric nature, but it is still beneficial.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/05/Obsidian-DNP.png" class="kg-image" alt="I&#x2019;m Learning Obsidian" loading="lazy"><figcaption>Obsidian Daily Note Plugin Settings</figcaption></figure><h2 id="pages-versus-blocks">Pages Versus Blocks</h2><p>I love the granularity of blocks in Roam Research, and I don&apos;t think Obsidian&apos;s implementation is as feature-rich. I can reference certain lines of text (or blocks) in Obsidian, but I cannot (yet) drag them around to place them anywhere within my system. This UX is something that I do miss from Roam, but I&apos;m finding that adapting to Obsidian is more manageable than I initially thought it would be.</p><p>After reading Robert Haisfield&apos;s excellent write-up on how he is adapting to Obsidian as a former Roam user, I find that I am missing blocks less than when I started with Obsidian. This post in that same thread resonated with me:</p><p><a href="https://forum.obsidian.md/t/using-daily-notes-as-a-convert-from-roam/15393/6?ref=harleystagner.com">https://forum.obsidian.md/t/using-daily-notes-as-a-convert-from-roam/15393/6</a></p><p>The post author explains that in Roam (at least the way I was using it), everything links out <em>from</em> the Daily Notes Page. In Obsidian, your day&apos;s work links back <em>into</em> the Daily Notes Page. This distinction made it easier to grasp how I would work with Obsidian. I would work on my pages and link them back to the Daily Notes Page to have a record of what I worked on that day.</p><h2 id="easy-wins-for-obsidian">Easy Wins for Obsidian</h2><ul><li>Long-Form Writing: This is hands-down a much better experience in Obsidian. The text flows smoothly, the interface is snappy, and moving from draft to published is nearly seamless. Obsidian&apos;s markdown-centric approach wins here.</li><li>Style and Formatting: I was pleasantly surprised by how Obsidian handles styling the UI elements. There are community themes that you can enable. For more minor UI tweaks, Obsidian employs a CSS snippet system that allows you to store CSS snippets in a folder. The snippets in the folder can be turned on or off with a toggle in Obsidian appearance settings. Compared to the chaotic nature of handling CSS in Roam, this was a welcome feature.</li><li>The Graph Display: Quite simply, it&apos;s beautiful! I can easily filter what is shown based on any search that I can perform in Obsidian. I can also group-specific notes by color (again with searches). These capabilities mean that, unlike with Roam&apos;s native graph display, I can glean helpful information.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/05/Obsidian-Appearance-Settings.png" class="kg-image" alt="I&#x2019;m Learning Obsidian" loading="lazy"><figcaption>Obsidian Appearance Settings</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/05/Obsidian-Graph-Display.png" class="kg-image" alt="I&#x2019;m Learning Obsidian" loading="lazy"><figcaption>Obsidian Graph Display</figcaption></figure><h1 id="conclusion">Conclusion</h1><p>I am just getting started with Obsidian, but I love it so far. I miss some features from Roam, but I&apos;m not finding the switch nearly as daunting as I initially thought it would be. I may do deeper dives into some of the features as I am learning them. For example, I am in the process of <a href="https://twitter.com/hstagner/status/1392213580175581188?s=20&amp;ref=harleystagner.com">working out my Zettelkasten / Smart Notes system in Obsidian</a>. I may write it up once I establish a permanent workflow. For now, I am happy to have landed here. I love the community, the developers, and the product. I&apos;m looking forward to the journey.</p>]]></content:encoded></item><item><title><![CDATA[Building Out Your Roam Part 3: Templates and TODOs]]></title><description><![CDATA[In building a system for information consumption and processing, I have focused on one goal above all else. I want to avoid context switching...]]></description><link>https://harleystagner.com/building-out-your-roam-part-3-templates-and-todos/</link><guid isPermaLink="false">607378540e6fb2003b85284f</guid><category><![CDATA[roam research]]></category><dc:creator><![CDATA[Harley Stagner]]></dc:creator><pubDate>Mon, 12 Apr 2021 12:00:00 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1606585728587-96d527044311?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDEzfHx0ZW1wbGF0ZXxlbnwwfHx8fDE2MTgxODA0NDc&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1606585728587-96d527044311?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDEzfHx0ZW1wbGF0ZXxlbnwwfHx8fDE2MTgxODA0NDc&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" alt="Building Out Your Roam Part 3: Templates and TODOs"><p>In <a href="https://harleystagner.com/building-out-your-roam-part-2-questions-queries-and-block-references/">Part 2</a> of this series, I discussed how you could use block references in Roam Research to create a navigation framework for your database. In this article, I will discuss Roam native templates and TODO item queries. Templates will build out specific pages faster. TODO item queries will allow you to maintain focus while working with TODO items.</p><h1 id="todo-queries-and-context-switching">TODO Queries and Context Switching</h1><blockquote>In building a system for information consumption and processing, I have focused on one goal above all else. I want to avoid context switching... <a href="https://harleystagner.com/digital-smart-notes-part-1-the-capture-toolkit/">Digital Smart Notes Part 1</a></blockquote><p>If you have read my <a href="https://harleystagner.com/digital-smart-notes-series/">Digital Smart Notes article series</a>, remember that in part one, a driving concept behind building out my smart note-taking system was to avoid context switching. I want my attention to stay focused on the task I&apos;m doing at the moment. With that in mind, I tend to remain in the Roam Daily Notes Page (DNP) for most of my work in Roam.</p><p>When I want to add a TODO item to my database, I will add the item with appropriate tagging and let queries resurface them. Let&apos;s see what this looks like in practice by adding some TODO query sections to the block reference navigation we have been building in <a href="https://harleystagner.com/building-out-your-roam-part-1-pages-blocks-and-how-to-find-them/">part 1</a> and <a href="https://harleystagner.com/building-out-your-roam-part-2-questions-queries-and-block-references/">part 2</a> of this series.</p><h2 id="adding-work-todos-to-your-navigation-structure">Adding Work TODOs to Your Navigation Structure</h2><p>Follow these steps to add the Work TODO structure:</p><ul><li>Create a page called &quot;Work Tasks&quot; and navigate to that page.</li><li>Open your &quot;Life&quot; page in the right sidebar.</li><li>Copy the <code>#Work</code> block reference to the first block under the &quot;Work Tasks&quot; page</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/04/work-block-ref-to-work-tasks.png" class="kg-image" alt="Building Out Your Roam Part 3: Templates and TODOs" loading="lazy"><figcaption>Work Block Reference Under Work Tasks</figcaption></figure><h2 id="building-out-work-tasks-with-queries">Building Out Work Tasks with Queries</h2><p>I use two main tags for any TODO item: <code>#LiveList, #WaitingFor</code>. The &quot;LiveList&quot; tag is for TODO items that need my attention soon. The &quot;WaitingFor&quot; tag is for TODO items that require an action or communication from someone else. I also use the concept of a &quot;Backlog&quot; of TODO items that are not tagged with either &quot;LiveList&quot; or &quot;TODO.&quot;</p><p>With that in mind, let&apos;s create some sections in the &quot;Work Tasks&quot; page to place queries by following these steps:</p><ul><li>Create three highlighted sections as siblings to the <code>#Work</code> block reference block. They should be <code>^^LIVE LIST^^</code>, <code>^^WAITING FOR^^</code>, and <code>^^BACKLOG^^</code>.</li><li>Create an AND, NOT, OR query indented under the &quot;LIVE LIST&quot; block. It should look like this: <code>{{[[query]]: {and: [[Work]] [[TODO]] [[LiveList]] {not: {or: [[query]]}}}}}</code> The reason to add the NOT, OR is to filter out actual queries themselves that may contain the page references that are being queried. As a rule of thumb, I always use OR if I need to add another exclusion in the future quickly.</li><li>Create an AND, NOT, OR query indented under the &quot;WAITING FOR&quot; block. It should look like this:<code>{{[[query]]: {and: [[Work]] [[TODO]] [[WaitingFor]] {not: {or: [[query]]}}}}}</code></li><li>Finally, create an AND, NOT, OR query indented under the &quot;BACKLOG&quot; block. It should look like this: <code>{{[[query]]: {and: [[Work]] [[TODO]]{not: {or: [[query]] [[WaitingFor]] [[LiveList]]}}}}}</code></li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/04/work-tasks-page-complete.png" class="kg-image" alt="Building Out Your Roam Part 3: Templates and TODOs" loading="lazy"><figcaption>Work Tasks Page</figcaption></figure><h2 id="creating-and-navigating-new-work-tasks">Creating and Navigating New Work Tasks</h2><p>With proper tagging, you can surface TODOs with these queries. Let&apos;s test it out by creating a TODO on the Daily Notes Page using the following steps:</p><ul><li>Open the &quot;Life&quot; page in the right sidebar.</li><li>Open the Daily Notes Page in the main area.</li><li>In an empty block on the Daily Notes Page, hit Ctrl(Cmd on Mac)-Enter to toggle a TODO item.</li><li>Type the following: <code>Some important work task I need to do soon. #Work, #LiveList</code></li><li>Hit enter to go to the next block, then type the following: <code>Some important work task that I need input on. #Work, #WaitingFor</code></li><li>Finally, hit enter to go to the next block, then type the following: <code>Some work task that I will get to eventually. #Work</code></li></ul><p>You should now have three TODO item blocks on your Daily Notes Page. Since they are properly tagged, they will also resurface with the appropriate query.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/04/daily-notes-todo-items.png" class="kg-image" alt="Building Out Your Roam Part 3: Templates and TODOs" loading="lazy"><figcaption>Daily Notes TODO Items</figcaption></figure><p>Navigate to the queries that we just created in the &quot;Work Tasks&quot; page with the following steps:</p><ul><li>Click on the inline-block reference number to the right of the <code>#Work</code> block.</li><li>Click on the words &quot;Work Tasks&quot; that appear.</li><li>You will see the &quot;Work Tasks&quot; page structure that you created.</li><li>Expand the &quot;LIVE LIST&quot; section to see the query results.</li><li>Expand the &quot;WAITING FOR&quot; section to see the query results.</li><li>Expand the &quot;BACKLOG&quot; section to see the query results.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/04/life-todo-navigation.png" class="kg-image" alt="Building Out Your Roam Part 3: Templates and TODOs" loading="lazy"><figcaption>TODO Items Under the Life Navigation Page</figcaption></figure><p>When you surface your TODO items with queries, you can avoid context switching by simply tagging them as you create them in the Daily Notes Page. By adding some simple navigation under the &quot;Life&quot; page, you can trust that you will easily find the items later.</p><h2 id="projects-todos-and-meetings">Projects, TODOs, and Meetings</h2><p>Often, your TODOs will be project-related and not just work-related. You can also track projects and their TODOs in the navigation framework you are setting up by following this article series. I like to track projects by creating a new page for each project. The naming convention of that page is &quot;P-. On that page, I place a project structure for my project notes and TODO items.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/04/project-page.png" class="kg-image" alt="Building Out Your Roam Part 3: Templates and TODOs" loading="lazy"><figcaption>Test Project Page</figcaption></figure><p>I use the following highlighted sections:</p><ul><li><strong>Keywords</strong>- The &quot;Projects&quot; tag is listed here by default. I&apos;ll separate any others that I think are necessary with a comma. The keywords make querying easier should I need to do so in the future.</li><li><strong>Due Date</strong>- The due date, if known, for a project. By default, I use a &quot;TBD&quot; tag.</li><li><strong>Goals</strong>- Goals for the project.</li><li><strong>Project Todos</strong>- Query for project-specific TODO items.</li><li><strong>Deliverables / Files / Links</strong>- Important links, files, or other deliverable for the project.</li><li><strong>Meetings</strong>- Query for project-specific meetings. I will detail the structure that I use for meetings in the next article in this series.</li></ul><p>You can set up this page structure very quickly by using a Roam Native Template. Templates in Roam are a feature that lets you type &quot;;;&quot; and bring up a list of templates that, upon selecting one, will automatically fill in the structure in the template. To create a template, use the following steps:</p><ul><li>Create a new page called roam/templates.</li><li>In the first block on the new &quot;roam/templates&quot; page, type the template&apos;s name. For this example, let&apos;s use Project Page.</li><li>Then, indented under the &quot;Project Page&quot; block, type out the rest of the page structure. You will need to adjust the queries so that they are AND, NOT, OR queries to exclude the &quot;roam/templates&quot; page and any queries themselves.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/04/project-page-template.png" class="kg-image" alt="Building Out Your Roam Part 3: Templates and TODOs" loading="lazy"><figcaption>Project Page Template</figcaption></figure><p>To see how this works, let&apos;s create a new project page by using the following steps:</p><ul><li>Create a new project page called &quot;P-Test Project 2.&quot;</li><li>Copy the &quot;P-Test Project 2&quot; page title text so that you will be able to paste it once the template builds out.</li><li>On the first block in the page, type &quot;;;&quot; to bring up the list of templates and select the &quot;Project Page&quot; option.</li><li>The rest of the page will build out.</li><li>Finally, replace the &quot;P-ProjectName&quot; text in the queries with the actual project name.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/04/template-selection.png" class="kg-image" alt="Building Out Your Roam Part 3: Templates and TODOs" loading="lazy"><figcaption>Template Selection Command</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/04/test-project-2-build-out.png" class="kg-image" alt="Building Out Your Roam Part 3: Templates and TODOs" loading="lazy"><figcaption>Test Project 2 Page Template Build Out</figcaption></figure><h2 id="work-projects-navigation">Work Projects Navigation</h2><p>Now that you have created a project page structure, you can easily bolt the navigation structure for those pages into your &quot;Life&quot; page navigation. To do this, use the following steps:</p><ul><li>Create a page called &quot;Work Projects.&quot;</li><li>Copy the <code>#Work</code> block reference from your &quot;Life&quot; page into the first block of the &quot;Work Projects&quot; page.</li><li>Under the <code>#Work</code> block reference block on the &quot;Work Projects&quot; page, embed each project page that you create by typing the following (P-Test Project example): <code>{{[[embed]]: [[P-Test Project]]}}</code></li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/04/work-projects-embed.png" class="kg-image" alt="Building Out Your Roam Part 3: Templates and TODOs" loading="lazy"><figcaption>Embedded Project Pages</figcaption></figure><p>You can now discover the projects through navigation. To see it in action, open the Daily Notes Page on the main screen and open the &quot;Life&quot; page in the sidebar. Take the following steps:</p><ul><li>In the next empty block, create a new TODO item and tag it with &quot;Work&quot; and the project name.</li><li>Click on the inline-block reference number to the right of the &quot;Work&quot; block under the &quot;Life&quot; page.</li><li>Click on the &quot;Work Projects&quot; text to expand the new &quot;Work Projects&quot; page structure.</li><li>Click on the bar to the left of the &quot;P-Test Project&quot; page to expand the &quot;P-Test Project&quot; page.</li><li>You will see the entire project page and the newly created task under the &quot;Project Todos&quot; query.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/04/project-navigation.png" class="kg-image" alt="Building Out Your Roam Part 3: Templates and TODOs" loading="lazy"><figcaption>Project Navigation Under Life</figcaption></figure><h1 id="conclusion">Conclusion</h1><p>We covered a lot of ground in this article. The structures you are putting in place now for &quot;Work&quot; can be implemented in the same way for the &quot;Personal&quot; section of the navigation framework.</p>]]></content:encoded></item><item><title><![CDATA[Building Out Your Roam Part 2: Questions, Queries, and Block References]]></title><description><![CDATA[Build a simple navigation framework in Roam Research to quickly find your most important notes!]]></description><link>https://harleystagner.com/building-out-your-roam-part-2-questions-queries-and-block-references/</link><guid isPermaLink="false">6060a8870e6fb2003b85283c</guid><category><![CDATA[roam research]]></category><dc:creator><![CDATA[Harley Stagner]]></dc:creator><pubDate>Mon, 29 Mar 2021 12:00:00 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1599622893826-eac29bcef5a6?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDEzfHxpY2ViZXJnfGVufDB8fHx8MTYxNjk0NzkwMQ&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1599622893826-eac29bcef5a6?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDEzfHxpY2ViZXJnfGVufDB8fHx8MTYxNjk0NzkwMQ&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" alt="Building Out Your Roam Part 2: Questions, Queries, and Block References"><p><a href="https://harleystagner.com/building-out-your-roam-part-1-pages-blocks-and-how-to-find-them/">Part 1</a> of this series on building out <a href="https://roamresearch.com/?ref=harleystagner.com">Roam Research</a> discussed the relationship between page references and linked page references. We used page references in the form of a tag (<code>#Questions</code>) to track open and answered questions by utilizing &quot;linked references&quot; and filtering. If you haven&apos;t read <a href="https://harleystagner.com/building-out-your-roam-part-1-pages-blocks-and-how-to-find-them/">Part 1</a> yet, please go ahead and check it out. This article builds upon the previous discussion.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/questions-page-with-questions-linked-reference-1.png" class="kg-image" alt="Building Out Your Roam Part 2: Questions, Queries, and Block References" loading="lazy"><figcaption>Questions Page</figcaption></figure><p>While &quot;linked references&quot; are immediately helpful, I believe there is a better way to visualize and track open questions or anything else you may want to track in your Roam database. Let&apos;s build upon what we have created so far. As promised in the previous article, I will discuss why we created the &quot;Open Questions&quot; and &quot;Answered Questions&quot; blocks on the Questions page.</p><h2 id="finding-blocks-with-queries">Finding Blocks with Queries</h2><p>The &quot;Open Questions&quot; and &quot;Answered Questions&quot; blocks on the Questions page would serve as headers for a couple of queries that we will use to surface our questions (open or answered).</p><h3 id="basic-and-query">Basic AND Query</h3><p>This article is not a comprehensive lesson on queries.</p><p>To begin, we will use a basic &quot;AND&quot; query by indenting a block under the &quot;Open Questions&quot; block and typing <code>/query</code>, and selecting the &quot;Query (and)&quot; option.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/query-menu.png" class="kg-image" alt="Building Out Your Roam Part 2: Questions, Queries, and Block References" loading="lazy"><figcaption>Query Menu</figcaption></figure><p>An example query will show up in the block. Replace it with the following:</p><ul><li><code>{{[[query]]: {and: [[TODO]] [[Questions]]}}}</code></li></ul><p>When you click outside the block, Roam should present you with any blocks that are a &quot;TODO&quot; AND have the &quot;Questions&quot; tag.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/query-todo-and-questions.png" class="kg-image" alt="Building Out Your Roam Part 2: Questions, Queries, and Block References" loading="lazy"><figcaption>Query: TODO and Questions</figcaption></figure><p>Next, construct a similar query for &quot;Answered Questions&quot; and place the block indented under the &quot;Answered Questions&quot; section. The query should read:</p><ul><li><code>{{[[query]]: {and: [[DONE]] [[Questions]]}}}</code></li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/query-done-and-questions.png" class="kg-image" alt="Building Out Your Roam Part 2: Questions, Queries, and Block References" loading="lazy"><figcaption>Query: DONE and Questions</figcaption></figure><p>If you tick the checkbox next to any question, Roam will now surface the block in the &quot;Answered Questions&quot; section of your &quot;Questions&quot; page.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/query-done-and-questions-done-item.png" class="kg-image" alt="Building Out Your Roam Part 2: Questions, Queries, and Block References" loading="lazy"><figcaption>Done Item in Query</figcaption></figure><p>It does not matter where you write the question in your database. If it is a &quot;TODO&quot; that has the &quot;Questions&quot; tag, it will surface on your &quot;Questions&quot; page with these queries.</p><h2 id="navigating-with-block-references">Navigating With Block References</h2><p>In the <a href="https://harleystagner.com/building-out-your-roam-part-1-pages-blocks-and-how-to-find-them/">previous article in this series</a>, I discussed blocks as the most crucial element in Roam. The block&apos;s flexibility and power will become evident when you create your first block reference.</p><h3 id="creating-a-block-reference">Creating a Block Reference</h3><p>The easiest way to create a block reference is to right-click on the block you would like to reference and select &quot;copy block ref&quot; from the context menu.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/block-reference-menu.png" class="kg-image" alt="Building Out Your Roam Part 2: Questions, Queries, and Block References" loading="lazy"><figcaption>Copy Block Reference Menu</figcaption></figure><p>You can paste the block reference anywhere else you would like. For this example, I will paste the block reference as the first bullet in a page titled &quot;Block Reference Test.&quot; When you first paste it, you will see a block ID generated. If you click outside the block, you will see that it references the original block.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/block-ref-id.png" class="kg-image" alt="Building Out Your Roam Part 2: Questions, Queries, and Block References" loading="lazy"><figcaption>Block Reference Block ID</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/block-ref-text.png" class="kg-image" alt="Building Out Your Roam Part 2: Questions, Queries, and Block References" loading="lazy"><figcaption>Block Reference Text</figcaption></figure><p>When the contents of the original block change, any reference to that block also changes. This functionality allows you to have a single source of truth for the content while referencing the same content anywhere in your Roam database.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/block-ref-text-change-sidebar.png" class="kg-image" alt="Building Out Your Roam Part 2: Questions, Queries, and Block References" loading="lazy"><figcaption>Block Reference Text Change</figcaption></figure><p>You will also notice a number appear to the right of the original block. This number shows how many times you reference that particular block in your Roam database. If you click on that number, it will show you where the block reference location is in your database. You can then expand the reference for more details. This functionality is called an &quot;inline block reference.&quot;</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/block-ref-inline.png" class="kg-image" alt="Building Out Your Roam Part 2: Questions, Queries, and Block References" loading="lazy"><figcaption>Inline Block Reference</figcaption></figure><h3 id="exploiting-inline-block-references-for-navigation">Exploiting Inline Block References for Navigation</h3><p>Inline block references remind me of a collapsable context menu. We will take advantage of that fact and build a simple navigation structure in our &quot;Life&quot; page to navigate to our &quot;Open Questions&quot; and &quot;Answered Questions.&quot; Follow these steps to create the &quot;inline block reference&quot; navigation menu.</p><ul><li>Open the &quot;Life&quot; page in the right sidebar by shift-clicking the &quot;Life&quot; page reference under &quot;Shortcuts&quot; in the left sidebar. You can also start typing &quot;Life&quot; in the &quot;Find or Create Page&quot; search bar and shift-click on the &quot;Life&quot; item.</li><li>Open the &quot;Questions&quot; page in the main window by searching for &quot;Questions&quot; in the &quot;Find or Create Page&quot; search bar.</li><li>In the &quot;Life&quot; page in the right sidebar, right-click the &quot;Questions&quot; tag block and select &quot;copy block ref&quot; from the menu.</li><li>Paste the block reference so that it is indented directly under &quot;Open Questions&quot; and &quot;Answered Questions&quot; on the Questions Page. You can also use alt(cmd for mac)-drag the block to the desired location to create a block reference in that location.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/block-ref-create-nav.png" class="kg-image" alt="Building Out Your Roam Part 2: Questions, Queries, and Block References" loading="lazy"><figcaption>Using Block Reference to Create Navigation</figcaption></figure><p>Now, as you work in your &quot;Daily Notes&quot; page, if you keep the &quot;Life&quot; page in the right sidebar, you can access your &quot;Open Questions&quot; and &quot;Answered Questions&quot; by clicking the number for the &quot;inline block references&quot; next to &quot;Questions&quot; under the &quot;Life&quot; page. After the &quot;inline block references&quot; open, you will click the &quot;Open Questions&quot; or &quot;Answered Questions&quot; depending on what you want to see.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/block-ref-open-questions.png" class="kg-image" alt="Building Out Your Roam Part 2: Questions, Queries, and Block References" loading="lazy"><figcaption>Inline Block Reference for Open Questions</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/block-ref-answered-questions.png" class="kg-image" alt="Building Out Your Roam Part 2: Questions, Queries, and Block References" loading="lazy"><figcaption>Inline Block Reference for Answered Questions</figcaption></figure><h2 id="conclusion">Conclusion</h2><p>This article discussed using queries to find what you need in your database and block references to reference any block anywhere in your database. Then, we added a simple navigational structure to our Roam database by utilizing the block reference functionality. I hope that you will see the flexibility and power of blocks in Roam from this small exercise. Using the block reference navigational framework shown here, you can build out your navigation while hiding the complexity when you don&apos;t need it. The <a href="https://harleystagner.com/building-out-your-roam-part-3-templates-and-todos/">next article in this series</a> will build upon the navigation by adding some templates for projects and meetings.</p>]]></content:encoded></item><item><title><![CDATA[Building Out Your Roam Part 1: Pages, Blocks, and How to Find Them]]></title><description><![CDATA[But, the block is the thing. Roam is built on the block. It's the solid foundation for your thinking and notes in Roam. Roam wants you to think bottom-up, not top-down.]]></description><link>https://harleystagner.com/building-out-your-roam-part-1-pages-blocks-and-how-to-find-them/</link><guid isPermaLink="false">6048f08f9dda7000392a821c</guid><category><![CDATA[roam research]]></category><dc:creator><![CDATA[Harley Stagner]]></dc:creator><pubDate>Thu, 11 Mar 2021 13:00:00 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1556156653-e5a7c69cc263?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDV8fHNjYWZmb2xkaW5nfGVufDB8fHx8MTYxNTQxNjEwNg&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<h1 id="i-m-building-out-a-new-roam-">I&apos;m Building Out a New Roam!</h1><img src="https://images.unsplash.com/photo-1556156653-e5a7c69cc263?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDV8fHNjYWZmb2xkaW5nfGVufDB8fHx8MTYxNTQxNjEwNg&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" alt="Building Out Your Roam Part 1: Pages, Blocks, and How to Find Them"><p>When I first started to use <a href="https://roamresearch.com/?ref=harleystagner.com">Roam Research</a> in the Summer of 2020, top-down thinking was still my operation mode. I have learned over the several months that I have been using Roam that I only need a little structure to make my Roam database work for me.</p><p>I&apos;m also the type to try out every add-on, widget, gizmo, and integration with a new piece of software. This experimentation helped me in some areas and hurt in others.</p><p>I&apos;m building out a new Roam for this article series to focus on my lessons learned and show how I would structure it from the very beginning. This series will be a slow burn, focusing on one or two key concepts at a time. I&apos;ll add just enough structure along the way to organize and let Roam do what it does best. Let&apos;s call it &quot;organized chaos.&quot;</p><h1 id="the-block-is-the-thing">The Block is THE Thing</h1><p>When you first log into Roam after signing up, a help menu and (once you close the help menu) a blank page with a date at the top greet you. Feel free to check out the menus and buttons. Most of them are pretty self-explanatory, and I will only focus on those essential to this first article.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/fresh-roam.png" class="kg-image" alt="Building Out Your Roam Part 1: Pages, Blocks, and How to Find Them" loading="lazy"><figcaption>Fresh Roam Page</figcaption></figure><p>There is a particular page in Roam called the &quot;DAILY NOTES&quot; page. Roam creates a fresh &quot;DAILY NOTES&quot; page each day. This page is where I, eventually, learned to write all of my notes. We will come back to the &quot;DAILY NOTES&quot; page later in this article. Right now, know that it exists and that a new one is created for you every day.</p><p>You can create a new page by typing anywhere in Roam with double brackets, typing in some text, and pressing enter.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/create-page-double-bracket.png" class="kg-image" alt="Building Out Your Roam Part 1: Pages, Blocks, and How to Find Them" loading="lazy"><figcaption>Page Creation with Double Bracket</figcaption></figure><p>If you want the page to look more like a hashtag, you can also create a page by typing something like <code>#[[I AM A PAGE]]</code>. You&apos;ll notice that the page now shows up in a different color, like a traditional hashtag. If you click on the text, you will still go to the page titled &quot;I AM A PAGE.&quot;</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/create-page-hashtag.png" class="kg-image" alt="Building Out Your Roam Part 1: Pages, Blocks, and How to Find Them" loading="lazy"><figcaption>Page Creation with Hashtag</figcaption></figure><p>You can also create a new page by using the search box in the top right. Just start typing. You&apos;ll either find an existing page or create a new one by pressing enter after you type in the name.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/create-page-search.png" class="kg-image" alt="Building Out Your Roam Part 1: Pages, Blocks, and How to Find Them" loading="lazy"><figcaption>Page Creation with Search</figcaption></figure><p>That&apos;s enough about pages for now. Here is the ONE thing that I wish I had known when I first started using Roam Research. <strong>The block is the essential thing in Roam Research.</strong></p><p>A bullet is a block, and a block is a bullet. I will forgive you for thinking that it was less important than a page. After all, it&apos;s smaller, and it goes under a giant page title.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/page-block-intro-edited.png" class="kg-image" alt="Building Out Your Roam Part 1: Pages, Blocks, and How to Find Them" loading="lazy"><figcaption>Page vs Block</figcaption></figure><p>But, the block is the thing. Roam is built on the block. It&apos;s the solid foundation for your thinking and notes in Roam. Roam wants you to think bottom-up, not top-down. That is what I struggled with in the beginning. It&apos;s what I hope to show you so that you don&apos;t work as hard as I did.</p><p>If you embrace some of the &quot;organized chaos&quot; that is Roam Research, you will begin to create amazing things with it. I learn best while doing, so that is where we will proceed from here. First, let&apos;s put a little structure into place.</p><h2 id="building-out-your-roam-life-block-by-block">Building Out Your Roam Life, Block by Block</h2><p>When I approach a new productivity tool, it is usually to help some aspect of my life. Whether that is organizing, tasks, scheduling, journaling, notes, etc., Roam can tackle all of those tasks. I would suggest approaching it iteratively by building as you learn. You will be much better off than if you tried to tackle everything all at once. This article will show you how to build out a straightforward page structure. You can take the page structure wherever you&apos;d like after that.</p><h3 id="creating-your-first-real-page">Creating Your First Real Page</h3><p>Let&apos;s build out the structure by following these steps:</p><ul><li>Create a page called &quot;Life.&quot;</li><li>On the Life page, you will create three blocks that will end up being pages themselves.</li><li><code>#[[Work]]</code>, <code>#[[Personal]]</code>, <code>#[[Questions]]</code></li><li>Create a shortcut to the Life page, if you would like, by clicking the start in the top right.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/life-page.png" class="kg-image" alt="Building Out Your Roam Part 1: Pages, Blocks, and How to Find Them" loading="lazy"><figcaption>Life Page</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/life-shortcut.png" class="kg-image" alt="Building Out Your Roam Part 1: Pages, Blocks, and How to Find Them" loading="lazy"><figcaption>Life Shortcut</figcaption></figure><p>You will eventually build out all three of those pages. For now, I will focus on the Questions page. Go ahead and click on the <code>#[[Questions]]</code> page link.</p><p>On the &quot;Questions&quot; page, you will notice a &quot;Linked References&quot; section. These linked references are what make Roam so powerful. Whenever you reference the &quot;Questions&quot; page by either typing <code>[[Questions]]</code> or <code>#[[Questions]]</code>, the reference with the page will show up under linked references. It is showing here because you typed that reference in a block on the &quot;Life&quot; page.</p><p>For simplicity, there are only two types of questions that I will track in Roam. Let&apos;s create a block for each of them. The two blocks should read &quot;Open Questions&quot; and &quot;Answered Questions.&quot; To make them stand out a little, type them with a highlight in markup (<code>^^Open Questions^^</code> and <code>^^Answered Questions^^</code>)</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/questions-page.png" class="kg-image" alt="Building Out Your Roam Part 1: Pages, Blocks, and How to Find Them" loading="lazy"><figcaption>Questions</figcaption></figure><h3 id="tracking-questions">Tracking Questions</h3><p>Head back to the &quot;DAILY NOTES&quot; page by clicking on it in the left sidebar. Let&apos;s track our first question by following this process:</p><ul><li>In an empty block, type &quot;How can linked references help me?&quot;</li><li>At the end of this text, type <code>#[[Questions]]</code> or <code>#Questions</code></li><li>Keep your cursor focused in the block, and hit Ctrl-Enter on Windows or Cmd-Enter on a Mac. This keyboard shortcut toggles the block into a TODO item in Roam. If you keep hitting Ctrl-Enter or Cmd-Enter, you will toggle through the options of TODO, DONE, and plain text.</li><li>When you hit Enter or click outside the block, you will now notice a checkbox to the left of the text. The block becomes a TODO item.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/Todo-question-text.png" class="kg-image" alt="Building Out Your Roam Part 1: Pages, Blocks, and How to Find Them" loading="lazy"><figcaption>TODO Text</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/Todo-question-box.png" class="kg-image" alt="Building Out Your Roam Part 1: Pages, Blocks, and How to Find Them" loading="lazy"><figcaption>Rendered TODO</figcaption></figure><p>If you go back to the &quot;Questions&quot; page, you will now see a linked reference from the &quot;DAILY NOTES&quot; page for the question that you just typed. This reference appears because you typed a page reference at the end of the question (<code>#[[Questions]]</code>, <code>#Questions</code>, or <code>[[Questions]]</code>)</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/questions-page-with-questions-linked-reference.png" class="kg-image" alt="Building Out Your Roam Part 1: Pages, Blocks, and How to Find Them" loading="lazy"><figcaption>Questions with Linked References</figcaption></figure><p>To the right of the linked references section is a filter button. You can use this to filter out anything that you do not want to see. For example, we don&apos;t necessarily want to see the <code>#Questions</code> reference under the &quot;Life&quot; page. We only want to see the actual questions.</p><p>You can filter an item by using Shift-Click to remove an item from the list or clicking on an item only to include it. I prefer to remove unwanted items, so I&apos;ll Shift-Click on &quot;Life&quot; to remove it.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/questions-page-filter.png" class="kg-image" alt="Building Out Your Roam Part 1: Pages, Blocks, and How to Find Them" loading="lazy"><figcaption>Filtering the Questions Page</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/questions-page-after-filter.png" class="kg-image" alt="Building Out Your Roam Part 1: Pages, Blocks, and How to Find Them" loading="lazy"><figcaption>Questions Page After Filtering</figcaption></figure><p>The filter button turns red to indicate that a filter is active on the page.</p><p>Once you have checked off a TODO item, you can use the filter button to remove &quot;DONE&quot; items from the view.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/questions-page-after-filter-done-after.png" class="kg-image" alt="Building Out Your Roam Part 1: Pages, Blocks, and How to Find Them" loading="lazy"><figcaption>Filtering DONE From the Questions Page</figcaption></figure><p>The &quot;Questions&quot; page is proving itself to be useful already. Whenever you type a question and include the <code>#[[Questions]]</code> reference, it will show up as a reference under linked references. You can begin to see the power of Roam by tracking your open questions here.</p><h1 id="conclusion">Conclusion</h1><p>So far, we have created an immediate use case for our new Roam database to track questions that we may have. Along the way, we learned about pages and, most importantly, blocks. We also learned about the power of linked references.</p><p>The <a href="https://harleystagner.com/building-out-your-roam-part-2-questions-queries-and-block-references/">next article</a> in this series will dive deeper into the &quot;Open Questions&quot; and &quot;Answered Questions&quot; blocks and why we created them. I will also discuss block references and how you can use them to visualize and deeply link your content in Roam.</p>]]></content:encoded></item><item><title><![CDATA[Digital Smart Notes Part 5: Creating Content with Smart Notes]]></title><description><![CDATA[If you haven't written along the way, the brain is indeed the only place to turn to. On its own, it is not such a great choice: it is neither objective nor reliable – two quite important aspects in academic or nonfiction writing. -Sönke Ahrens, “How to Take Smart Notes."]]></description><link>https://harleystagner.com/digital-smart-notes-part-5-creating-content-with-smart-notes/</link><guid isPermaLink="false">604299451451760039bc034f</guid><category><![CDATA[roam research]]></category><category><![CDATA[writing]]></category><category><![CDATA[smart notes]]></category><dc:creator><![CDATA[Harley Stagner]]></dc:creator><pubDate>Mon, 08 Mar 2021 13:00:00 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1456959890911-d3332c55bc7b?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MXwxMTc3M3wwfDF8c2VhcmNofDY2fHx0eXBld3JpdGVyfGVufDB8fHw&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1456959890911-d3332c55bc7b?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MXwxMTc3M3wwfDF8c2VhcmNofDY2fHx0eXBld3JpdGVyfGVufDB8fHw&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" alt="Digital Smart Notes Part 5: Creating Content with Smart Notes"><p>Welcome to the final article in my Digital Smart Notes series. If you have not read the others, I would suggest going back now and having a look. As a refresher, this series has been discussing my workflow for creating digital smart notes using the methodology outlined in &quot;<a href="https://www.goodreads.com/book/show/34507927-how-to-take-smart-notes?ref=harleystagner.com">How to Take Smart Notes</a>&quot; by S&#xF6;nke Ahrens.</p><ul><li><a href="https://harleystagner.com/digital-smart-notes-part-1-the-capture-toolkit/">Part 1</a> and <a href="https://harleystagner.com/digital-smart-notes-part-2-exporting-highlights-to-roam-research-with-readwise/">Part 2</a> discussed my digital capture toolkit for highlights, creating fleeting notes, and exporting those highlights and notes into <a href="https://roamresearch.com/?ref=harleystagner.com">Roam Research</a>.</li><li><a href="https://harleystagner.com/digital-smart-notes-part-3-creating-literature-notes-in-roam-research/">Part 3</a> discussed creating literature notes in <a href="https://roamresearch.com/?ref=harleystagner.com">Roam Research</a> using the exported highlights from <a href="https://readwise.io/?ref=harleystagner.com">Readwise</a>.</li><li><a href="https://harleystagner.com/digital-smart-notes-part-4-creating-permanent-notes-in-roam-research/">Part 4</a> summarized my process for creating permanent notes derived from the literature notes created in <a href="https://roamresearch.com/?ref=harleystagner.com">Roam Research</a>.</li></ul><p>I put a lot of time into my digital smart notes system. While the work is intrinsically rewarding to me, I do not merely curate a collection of notes. The real value for me reveals itself when I sit down to write. My goal for this entire endeavor is to retain knowledge. One of the best ways that I can do that is to write publicly. My notes make up the most considerable portion of the mental effort required for my writing. So, much of the work is complete by the time a blank screen confronts me.</p><h1 id="creating-new-content">Creating New Content</h1><p>When I think of a new article idea, it is likely because I am reading something related to a note that I already have in my slipbox. This process happens organically because of the habit I have formed from creating smart notes. When that idea strikes, I act quickly to capture it.</p><h3 id="new-article-template">New Article Template</h3><p>The first thing I do in Roam Research when I get an idea for a new article is to create a new page. The title will follow the format of &quot;Article: &lt;Article Title&gt;.&quot; I want to capture the gist of the article. I can change the actual title of the article later. Next, I create the article structure using a roam template. It looks like this:</p><pre><code class="language-plain">Type:: #[[Article Idea]], #Seed
Summary:: 
Published URL::
**Related Notes and Sources:**
	-  
**Body / Outline:**
	- **Introduction / Problem**
    	-  
   	- **Proposed Solution**
    	-  
    - **Solution Implementation**
        -  
**Draft** {{word-count}}
    -
</code></pre><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/blank-article-template.png" class="kg-image" alt="Digital Smart Notes Part 5: Creating Content with Smart Notes" loading="lazy"><figcaption>New Article Template</figcaption></figure><p>I frame many of my articles as a problem that I am trying to solve. It helps me think about it in three different sections (Problem, Proposed Solution, Solution Implementation). The word count function next to &quot;Draft&quot; gives me a running tally of the article word count. For those articles that do not take this form, I adjust the sections. For the example here, I will be using one of the first articles that I wrote on this site, &quot;<a href="https://harleystagner.com/package-thoughts-roam-research/">Packaging Your Thoughts Using Roam Research</a>.&quot;</p><h3 id="filling-in-the-outline-details">Filling in the Outline Details</h3><p>After my article structure is in place, I&apos;ll make sure the article page that I have created is in the main window of Roam Research. I will open my slipbox page in the right sidebar.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/article-slipbox-side-by-side.png" class="kg-image" alt="Digital Smart Notes Part 5: Creating Content with Smart Notes" loading="lazy"><figcaption>Article Page and Slipbox</figcaption></figure><p>I will then explore the contents of the slipbox page and any inline-block references.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/slipbox.png" class="kg-image" alt="Digital Smart Notes Part 5: Creating Content with Smart Notes" loading="lazy"><figcaption>Slipbox</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/slipbox-expanded.png" class="kg-image" alt="Digital Smart Notes Part 5: Creating Content with Smart Notes" loading="lazy"><figcaption>Slipbox Exploration</figcaption></figure><p>As I find relevant information (a permanent note, a note block, etc.) I will alt-drag the block to a section in my outline. These block references, combined with any new text that they may prompt, will make up the structure of things that I would like to discuss in the article. As I do this, I may also create page references to the literature, permanent, or reference notes that are the parents of the blocks I have used in the &quot;Related Notes and Sources&quot; section of my article page.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/article-slipbox-side-by-side-connected.png" class="kg-image" alt="Digital Smart Notes Part 5: Creating Content with Smart Notes" loading="lazy"><figcaption>Article Outline with Slipbox Connections</figcaption></figure><p>Now I have a solid outline of what I would like to discuss in the article. This method makes the next step much more effortless.</p><h3 id="writing-the-article">Writing the Article</h3><p>My slipbox full of notes has enabled me to connect ideas, re-mix my thoughts, and create an outline for new content. All that is left is to write the article. Here is my process for the actual writing:</p><ul><li>Shift-click on the &quot;Body / Outline&quot; section of the article page to focus on that block in the right sidebar.</li><li>Click on the &quot;Draft&quot; block to focus on it in the main window.</li><li>Write the first draft of the article by using the outline in the right sidebar as a reference.</li></ul><p>The key for me is to get the first draft knocked out as quickly as possible. If I think of anything to add or something to look up along the way, I&apos;ll add a TODO item right inline while I&apos;m writing in Roam. This way, I can track what I need to do without interrupting my flow too much. The TODO items can be checked off and removed later.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/article-draft-article-outline-side-by-side.png" class="kg-image" alt="Digital Smart Notes Part 5: Creating Content with Smart Notes" loading="lazy"><figcaption>Article Draft and Outline</figcaption></figure><h1 id="conclusion">Conclusion</h1><p>I hope you have enjoyed reading this series as much as I have enjoyed writing it. Reading &quot;<a href="https://www.goodreads.com/book/show/34507927-how-to-take-smart-notes?ref=harleystagner.com">How to Take Smart Notes</a>&quot; has changed my learning, thinking, and writing in profound ways. Putting the methodology discussed in the book into practice using Roam Research has been a gift. I&apos;ve discussed article writing here, but I believe you can apply the methods I have outlined to multiple forms of creative endeavors (Twitter threads, screenplays, novels, etc.). The important part is that the process works for you so that you enjoy note-taking. The rest will fall into place. Thank you so much for following along with me on this journey.</p>]]></content:encoded></item><item><title><![CDATA[Digital Smart Notes Part 4: Creating Permanent Notes In Roam Research]]></title><description><![CDATA[...the audience here consists of our future selves, which will very soon have reached the same state of ignorance as someone who never had access to what we have written about. -Sönke Ahrens, "How to Take Smart Notes]]></description><link>https://harleystagner.com/digital-smart-notes-part-4-creating-permanent-notes-in-roam-research/</link><guid isPermaLink="false">6035314d9904310039c00a24</guid><category><![CDATA[roam research]]></category><category><![CDATA[smart notes]]></category><category><![CDATA[writing]]></category><dc:creator><![CDATA[Harley Stagner]]></dc:creator><pubDate>Wed, 24 Feb 2021 13:00:00 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1554900773-4dd76725f876?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MXwxMTc3M3wwfDF8c2VhcmNofDR8fGFyY2hpdmV8ZW58MHx8fA&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1554900773-4dd76725f876?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MXwxMTc3M3wwfDF8c2VhcmNofDR8fGFyY2hpdmV8ZW58MHx8fA&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" alt="Digital Smart Notes Part 4: Creating Permanent Notes In Roam Research"><p>This is an important milestone in my &quot;Digital Smart Notes&quot; article series. Here, I will show you how to plant an idea for your future self to grow. If you need a refresher, I have discussed the following so far in the series:</p><ul><li><a href="https://harleystagner.com/digital-smart-notes-part-1-the-capture-toolkit/">Part 1</a>: Creating a capture system for all of your media consumption using <a href="https://readwise.io/?ref=harleystagner.com">Readwise</a>.</li><li><a href="https://harleystagner.com/digital-smart-notes-part-2-exporting-highlights-to-roam-research-with-readwise/">Part 2</a>: Exporting your <a href="https://readwise.io/?ref=harleystagner.com">Readwise</a> highlights and notes to <a href="https://roamresearch.com/?ref=harleystagner.com">Roam Research</a>.</li><li><a href="https://harleystagner.com/digital-smart-notes-part-3-creating-literature-notes-in-roam-research/">Part 3</a>: Creating literature notes in <a href="https://roamresearch.com/?ref=harleystagner.com">Roam Research</a> from the notes and highlights that have been imported.</li></ul><p>I am following the process of note-taking that was discussed in &quot;<a href="https://www.goodreads.com/book/show/34507927-how-to-take-smart-notes?ref=harleystagner.com">How to Take Smart Notes</a>,&quot; by S&#xF6;nke Ahrens:</p><ul><li>Make fleeting notes</li><li>Make literature notes</li><li>Make permanent notes</li></ul><p>In this article, we have finally arrived at making a permanent note. This is the knowledge seed that you will leave for your future self to nurture and grow.</p><h1 id="planting-a-seed-of-knowledge">Planting a seed of knowledge</h1><blockquote>...the audience here consists of our future selves, which will very soon have reached the same state of ignorance as someone who never had access to what we have written about. -S&#xF6;nke Ahrens, &quot;How to Take Smart Notes</blockquote><p>A permanent note is an attempt at <a href="https://harleystagner.com/package-thoughts-roam-research/">crystalizing a thought</a> from multiple literature notes from a related topic or topic. To find those literature notes that are related, I use an invaluable chrome extension called <a href="https://chrome.google.com/webstore/detail/roam-portal/kgkmjbhbdakcdfkkgmmihcceekcdmefe?ref=harleystagner.com">Roam Portal</a>. It allows me to search through my Roam Research database for literature notes that I will use to create my permanent notes. The overall process is:</p><ul><li>Make sure that I am viewing any Roam research page.</li><li>Open the Roam Portal extension.</li><li>In the &quot;Linked Page&quot; section of the search, enter &quot;Literature Notes&quot;</li><li>Open advance search parameters by clicking the carrot in the top right.</li><li>In the mentions of page, enter &quot;Reference.&quot; This narrows down the search to actual literature notes and maybe your Roam native template if you use it.</li><li>In the bottom section of the advanced search, click on &quot;References.&quot; This will show other referenced tags on the literature note and the number of times the referenced tag has occurred. As you create more literature notes, you will notice clusters of tags.</li><li>Identify the tag that you want to work on. In our example, we will use &quot;Writing.&quot;</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/roam-portal-large.png" class="kg-image" alt="Digital Smart Notes Part 4: Creating Permanent Notes In Roam Research" loading="lazy"><figcaption>Roam Portal Search</figcaption></figure><h2 id="assembling-the-literature-notes">Assembling the Literature Notes</h2><p>Once I have an idea of the tag that I want to pull from, I run a Roam Research query to surface those literature notes relevant to the tag. I do this by having a space open in the main area and in the right sidebar. In my case, I have created a page called &quot;&#x1F3F0; Mind Palace&quot; that I use for this purpose. I open it in the main area, focusing on a block called &quot;Permanent Note Creation&quot; in the right sidebar.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/mind-palace-large-1.png" class="kg-image" alt="Digital Smart Notes Part 4: Creating Permanent Notes In Roam Research" loading="lazy" width="1815" height="445" srcset="https://harleystagner.com/content/images/size/w600/2021/02/mind-palace-large-1.png 600w, https://harleystagner.com/content/images/size/w1000/2021/02/mind-palace-large-1.png 1000w, https://harleystagner.com/content/images/size/w1600/2021/02/mind-palace-large-1.png 1600w, https://harleystagner.com/content/images/2021/02/mind-palace-large-1.png 1815w" sizes="(min-width: 720px) 720px"><figcaption>Mind Palace</figcaption></figure><p>On the main page, I run a query for my literature notes that looks like this:</p><pre><code class="language-plain">{{[[query]]: {and: [[Literature Notes]] [[Writing]] {not: {or: [[Permanent Notes]] [[&#x1F3F0; Mind Palace]][[&#x1F4E8; Writing Inbox]]}}}}}
</code></pre><p>This looks complicated, but all it is really doing is performing an &quot;and, not, or&quot; query for Pages with &quot;Literature Notes&quot; and &quot;Writing&quot; but not &quot;Permanent Notes,&quot; &quot;&#x1F3F0; Mind Palace,&quot; or &quot;&#x1F4E8; Writing Inbox.&quot; While I must filter these out of my results, you will need to play around with the query to develop your desired outcome.</p><p>As I glance down the list of literature notes surfaced by the query, I can see the ones that have not been processed into permanent notes. They do not have the literature note page title repeated below them. If you follow the process outlined in this article, you will have a similar view.</p><p>You may return to previously processed literature notes at some point. But, for now, we will be sticking with un-processed literature notes. What I do now is glance down the results, and if I start to notice literature notes of interest to me or I think might be related, I create a page reference to the note under the &quot;Permanent Note Creation&quot; block. This will just be a holding place for the notes that I want to process into a permanent note.</p><p>Once you have picked the literature notes you will use to create the permanent note, take some time to read over them and process them as follows:</p><ul><li>Open each literature note in the right sidebar so you can view all of them at once. As you start to read and process the notes, a permanent note idea will begin to solidify in your mind.</li><li>Starting with the first literature note, underneath the page title, create a block with the page reference for that page repeated. So if your literature note page is called &quot;Surround yourself with people that will help you accurately judge your work,&quot; then the page reference will read the same.</li><li>Once that is done, indent everything else underneath the page reference on the first block. Do this for each literature note that you will be using to create your permanent note.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/Literature-Notes-Pre-Perm-1.png" class="kg-image" alt="Digital Smart Notes Part 4: Creating Permanent Notes In Roam Research" loading="lazy"><figcaption>Literature Notes to Be Used</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/Literature-Note-Post-Process-1.png" class="kg-image" alt="Digital Smart Notes Part 4: Creating Permanent Notes In Roam Research" loading="lazy"><figcaption>Processed Literature Note</figcaption></figure><h2 id="creating-the-permanent-note">Creating the Permanent Note</h2><p>The rest of my process for creating a &quot;Permanent Note&quot; is one that I have modified from an <a href="https://www.youtube.com/watch?v=KoddCmn3eL0&amp;ref=harleystagner.com">insanely creative process</a> that I learned from <a href="https://twitter.com/beauhaan?ref=harleystagner.com">Beau Haan</a>. I would highly encourage you to take a look at his <a href="https://www.youtube.com/watch?v=KoddCmn3eL0&amp;ref=harleystagner.com">Roam Tour with Robert Haisfield</a> to get a sense of where I am coming from in this process.</p><p>I love how Beau&apos;s method creates a way to navigate your Roam slip-box of permanent notes in a way that makes a conversation. One of the significant ways that I differ from what was shown in the video is that I have spent quite a bit of time creating atomic notes that can be used, mixed, and re-mixed into whatever I&apos;m thinking about. I did not want to disrupt that structure. I also wanted a permanent note to consist of multiple literature notes described in &quot;<a href="https://www.goodreads.com/book/show/34507927-how-to-take-smart-notes?ref=harleystagner.com">How to take Smart Notes</a>.&quot;</p><p>I created a page called &quot;Slipbox&quot; inside of my Roam Research database. On that page, I have a conversation of permanent notes, similar to what is seen using Beau Haan&apos;s method. I have top-level topics. Under those top-level topics, I may have related topics that follow the conversation.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/slipbox-1.png" class="kg-image" alt="Digital Smart Notes Part 4: Creating Permanent Notes In Roam Research" loading="lazy"><figcaption>Slipbox Page</figcaption></figure><p>With the &quot;Slipbox&quot; page open in the right sidebar and the &quot;Daily Notes&quot; page open in the main window, I create a permanent note using the following process:</p><ul><li>Look where the new permanent note might fit in and create a reference point in the form of a hashtag for the conversation that resonates with you. In the example here, I will use &quot;Finding My People&quot; as that entry point. It is related to &quot;Connecting With Your Audience,&quot; so I will insert the hashtag indented under that point.</li><li>On the same block line, use double brackets to create the new permanent note title. In this case, I decided on &quot;Find people that you can be vulnerable with to help you create your unique work&quot; as my note title.</li><li>Now open the newly created page in the right sidebar. It should show up above your slip-box.</li><li>Using a roam template, I create the permanent note structure, then just fill in the details.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/perm-note-slipbox-entry-1.png" class="kg-image" alt="Digital Smart Notes Part 4: Creating Permanent Notes In Roam Research" loading="lazy"><figcaption>New Permanent Note Entry in Slipbox</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/03/permanent-note-structure.png" class="kg-image" alt="Digital Smart Notes Part 4: Creating Permanent Notes In Roam Research" loading="lazy" width="358" height="172"><figcaption>Permanent Note Template Structure</figcaption></figure><h3 id="filling-in-the-permanent-note-structure">Filling in the Permanent Note Structure</h3><p>This next step is where you can begin to really see Roam Research&apos;s power by utilizing block references/block embeds. Fill out the permanent note structure using the following method:</p><ul><li>Create a page reference to the permanent note page right under the permanent note title. Everything else should be indented under this. So if your permanent note page title is &quot;Find people that you can be vulnerable with to help you create your unique work,&quot; your page reference on this block should read, &quot;Find people that you can be vulnerable with to help you create your unique work&quot;</li><li>Starting with Literature Notes, copy the block reference to the title of the literature note page reference that I had you insert into each literature note to make up this permanent note. These block references are to be indented under the &quot;Literature Notes&quot; section of the permanent note page. The reason for the page reference in the literature note and the indentation underneath will become clear now.</li><li>Click each literature note block reference text and replace it with a block embed using the menu. This allows the entire block and any indentions under it to be embedded into the permanent note.</li><li>After this is complete, continue filling out any other details about the permanent note (Type, Notes, any additional tags you want to add, etc.).</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/Literature-Note-Copy-Block-to-Perm-1.png" class="kg-image" alt="Digital Smart Notes Part 4: Creating Permanent Notes In Roam Research" loading="lazy"><figcaption>Copying Literature Note Block Reference</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/Literature-Note-Replace-With-Embed-1.png" class="kg-image" alt="Digital Smart Notes Part 4: Creating Permanent Notes In Roam Research" loading="lazy"><figcaption>Replace Literature Note with Block Embed</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/Perm-Note-Complete-1.png" class="kg-image" alt="Digital Smart Notes Part 4: Creating Permanent Notes In Roam Research" loading="lazy"><figcaption>Completed Permanent Note</figcaption></figure><h3 id="creating-the-daily-note-entry-for-the-permanent-note">Creating the Daily Note Entry for the Permanent Note</h3><p>Here is the final step to creating a permanent note and seeing all of your hard work pay off. As I stated earlier in this article, I loved how Beau Haan explained his process for creating permanent notes. The way that it creates a navigation-friendly structure for a bottom-up conversation with each permanent note is impressive. The one thing that did not work for me was connecting a single reference to a single permanent note. My permanent notes consist of multiple literature notes that may come from numerous sources. This is by design. So, my solution was to create the permanent note so that the literature notes and their richness were embedded into the permanent note to make the same conversation-like effect when traversing the slip-box in Roam Research.</p><p>With your Daily Notes page still on the left and your slip-box page on the right, use the following process to create your permanent note entry.</p><ul><li>Create a note entry structure (using a roam native template if you&apos;d like) for your note entry.</li><li>Starting at the top, fill in the appropriate note entry details, beginning with a timestamp.</li><li>Indent under the time stamp. This block should read &#x201C;<code>#[[Relevant Notes}} &lt;index point in your slipbox&gt;</code>. The index point is the page reference form of the hashtag you used when creating the permanent note slip-box entry.</li><li>Indented under &quot;Relevant Notes&quot; are each of the relevant permanent notes that you want to connect to this permanent note. Think about conversations and connections that you may want to make with your future self. In this case, I will use the note next to &quot;Idea Generation,&quot; &quot;Incorporating Feedback,&quot; and &quot;Tribalism.&quot; I&apos;ll create block references to these permanent notes in the slip-box by alt-dragging them to a block indented under &quot;Relevant Notes.&quot;</li><li>The last entry under &quot;Relevant Notes&quot; should be the page reference to the permanent note that you just created in the previous steps. This should read <code>#[[Permanent Notes]] &lt;page reference to permanent note here&gt;</code></li><li>Finally, you will alt-drag the block reference to the permanent note title block to a location indented under the &quot;Permanent Notes&quot; block. Replace that block reference with a block embed so that everything under the permanent note (sources, literature notes, etc.) is visible.</li><li>This is all very quickly done in action.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/Perm-Note-Entry-Template-1.png" class="kg-image" alt="Digital Smart Notes Part 4: Creating Permanent Notes In Roam Research" loading="lazy"><figcaption>Permanent Note Entry Template</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/perm-note-entry-complete.png" class="kg-image" alt="Digital Smart Notes Part 4: Creating Permanent Notes In Roam Research" loading="lazy" width="935" height="1045" srcset="https://harleystagner.com/content/images/size/w600/2021/02/perm-note-entry-complete.png 600w, https://harleystagner.com/content/images/2021/02/perm-note-entry-complete.png 935w" sizes="(min-width: 720px) 720px"><figcaption>Completed Permanent Note Entry</figcaption></figure><h1 id="having-a-conversation-with-your-future-self">Having a Conversation With Your Future Self</h1><p>Over time, these slip-box entries will start to gain critical mass, and you can begin to have exciting conversations with yourself, making connections to the farthest locations of your slip-box. You can see this in action by looking at the inline-block references that now show up beside each entry in your slip-box. You can now explore the slip-box by using the following method:</p><ul><li>Click the number beside the slip-box entry to open the inline references. You are presented with references for each time you used a block reference for &quot;Relevant Notes&quot; in a daily page permanent note entry.</li><li>In this case, we will look at the inline references beside &quot;Incorporating Feedback.&quot;</li><li>You can view &quot;Incorporating Feedback&quot; and &quot;Idea Generation,&quot; &quot;Constraints,&quot; or &quot;Finding My People.&quot;</li><li>If you click on the &quot;Relevant Notes&quot; hashtag beside each permanent note page reference, you can drill down further into the context of the permanent note entry.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/slip-box-inline-references-1.png" class="kg-image" alt="Digital Smart Notes Part 4: Creating Permanent Notes In Roam Research" loading="lazy"><figcaption>Slipbox Inline-Block References</figcaption></figure><p>You have now constructed the literature notes from highlights, and permanent notes from literature notes block embeds. Finally, a block embed of the permanent note has allowed you to see the full context from the bottom up. When you are ready to write, you now have all of this rich content, in context, to pick and choose from.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/slip-box-inline-references-expanded-2.png" class="kg-image" alt="Digital Smart Notes Part 4: Creating Permanent Notes In Roam Research" loading="lazy" width="1009" height="1013" srcset="https://harleystagner.com/content/images/size/w600/2021/02/slip-box-inline-references-expanded-2.png 600w, https://harleystagner.com/content/images/size/w1000/2021/02/slip-box-inline-references-expanded-2.png 1000w, https://harleystagner.com/content/images/2021/02/slip-box-inline-references-expanded-2.png 1009w" sizes="(min-width: 720px) 720px"><figcaption>Slipbox Expanded Inline-Block References</figcaption></figure><h1 id="conclusion">Conclusion</h1><p>Thank you if you have come this far with me in the article series on digital smart notes. So far, we have:</p><ul><li><a href="https://harleystagner.com/digital-smart-notes-part-1-the-capture-toolkit/">Collected highlights from many different sources</a> using <a href="https://readwise.io/?ref=harleystagner.com">Readwise</a></li><li><a href="https://harleystagner.com/digital-smart-notes-part-2-exporting-highlights-to-roam-research-with-readwise/">Exported those highlights to Roam Research</a></li><li><a href="https://harleystagner.com/digital-smart-notes-part-3-creating-literature-notes-in-roam-research/">Created literature notes</a> from those highlights using <a href="https://roamresearch.com/?ref=harleystagner.com">Roam Research</a></li><li>Finally, here, we have created permanent notes from multiple literature notes using Roam Research</li></ul><p>As the goal of taking notes in this manner is to produce content and learn, the <a href="https://harleystagner.com/digital-smart-notes-part-5-creating-content-with-smart-notes/">final article in this series</a> will discuss how I use the permanent notes in my Roam Research slip-box to create content. Since I have followed the &quot;<a href="https://www.goodreads.com/book/show/34507927-how-to-take-smart-notes?ref=harleystagner.com">How to Take Smart Notes</a> method, much of the work has already been done. I just have to take atomic pieces of my notes and re-organize them into content to publish.</p>]]></content:encoded></item><item><title><![CDATA[Digital Smart Notes Part 3: Creating Literature Notes in Roam Research]]></title><description><![CDATA[They struggle because they believe, as they are made to believe, that writing starts with a blank page. -Sönke Ahrens, "How to Take Smart Notes"]]></description><link>https://harleystagner.com/digital-smart-notes-part-3-creating-literature-notes-in-roam-research/</link><guid isPermaLink="false">601afeee6d80c80039e2e687</guid><category><![CDATA[roam research]]></category><category><![CDATA[smart notes]]></category><category><![CDATA[writing]]></category><category><![CDATA[reading]]></category><dc:creator><![CDATA[Harley Stagner]]></dc:creator><pubDate>Fri, 05 Feb 2021 13:00:00 GMT</pubDate><media:content url="https://harleystagner.com/content/images/2021/02/chiara-f-MI8He1NWPWg-unsplash-literature-note-splash-readwise-3.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://harleystagner.com/content/images/2021/02/chiara-f-MI8He1NWPWg-unsplash-literature-note-splash-readwise-3.jpg" alt="Digital Smart Notes Part 3: Creating Literature Notes in Roam Research"><p>This article is part 3 of my series discussing how I capture, process, and use digital &quot;smart notes&quot; based on the methodology outlined in S&#xF6;nke Ahrens&apos; &quot;<a href="https://www.goodreads.com/book/show/34507927-how-to-take-smart-notes?ref=harleystagner.com">How to Take Smart Notes</a>.&quot;</p><p>As a refresher, here are the high-level tasks described in &quot;How to Take Smart Notes.&quot;</p><ul><li>Make fleeting notes.</li><li>Make literature notes.</li><li>Make permanent notes.</li></ul><p>In <a href="https://harleystagner.com/digital-smart-notes-part-1-the-capture-toolkit/">Part 1</a>, I described how to collect highlights and fleeting notes from many different sources using <a href="https://readwise.io/?ref=harleystagner.com">Readwise</a>. In <a href="https://harleystagner.com/digital-smart-notes-part-2-exporting-highlights-to-roam-research-with-readwise/">Part 2</a>, I explained how to set up Readwise to export the highlights and notes you have captured into <a href="https://roamresearch.com/?ref=harleystagner.com">Roam Research</a>. Now that the highlights and fleeting notes are in Roam Research, we can process them into literature notes.</p><p>Please note that this article assumes that you have some familiarity with Roam Research. If you&apos;re just getting started, I would recommend checking out the following resources that have helped me.</p><ul><li><a href="https://www.youtube.com/watch?v=cHzuPptZRe4&amp;list=PLwXSqDdn_CpE934BjXMgmzHnlwXMy41TC&amp;ref=harleystagner.com">Roam Research: From Beginner to Super User</a> by <a href="https://www.youtube.com/channel/UCS2Dh3N7QpuZP6LLhUMkMqQ?ref=harleystagner.com">Anonym.s</a></li><li><a href="https://www.shuomi.me/blog/roam-research-course-a-complete-guide?ref=harleystagner.com">Roam Research Course: A Complete Guide</a> by <a href="https://www.youtube.com/user/shu12081995?ref=harleystagner.com">Shu Omi</a></li><li><a href="https://www.roambrain.com/roam-intro/?ref=harleystagner.com">Roam Brain Introduction Section</a></li></ul><h2 id="literature-notes">Literature Notes</h2><blockquote><em>...the literature notes will be stored within </em>the reference system together with the bibliographic details, separate from the slip-box, but still close to the context of the original text, they are already written with an eye towards the lines of thoughts within the slip-box. -<em>S&#xF6;nke Ahrens, &quot;How to Take Smart Notes&quot;</em></blockquote><p>When this system was analog, a physical slip-box contained your notes. In digital format, the slip-box exists as a concept. The next article in this series will go into more detail about the slip-box and permanent notes.</p><p>While literature notes are written with an eye towards &quot;lines of thought,&quot; or permanent notes, their scope remains related to the media piece from which they are derived. My literature notes are almost always a declarative statement that sums up, in my own words, the idea that the author was trying to portray. Multiple literature notes on the same topic or concept will then be used as sources to create a permanent note.</p><h3 id="creating-a-literature-note-in-roam-research">Creating a Literature Note in Roam Research</h3><p>If you followed the instructions in <a href="https://harleystagner.com/digital-smart-notes-part-2-exporting-highlights-to-roam-research-with-readwise/">part 2 of this series</a>, you would have a new page in Roam Research for each media piece you captured with Readwise. You create literature notes by going through your highlights and notes that Readwise imported and starting a new page for each note under the &quot;Literature Notes&quot; section of the media page. By the time you finish a media piece, you will have accumulated one or more literature notes related to the media. We will use the &quot;How to Take Smart Notes&quot; page for this example.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/roam-smart-notes-readwise-page.png" class="kg-image" alt="Digital Smart Notes Part 3: Creating Literature Notes in Roam Research" loading="lazy"><figcaption>Roam Research: &quot;How to Take Smart Notes&quot; Page</figcaption></figure><p>The following is the process that I use for creating each literature note.</p><ul><li>Focus on and open the &quot;Literature Notes&quot; section of the Readwise media page in the right sidebar of Roam Research by shift-clicking the bullet next to &quot;Literature Notes.&quot;</li><li>Focus on the block of the highlights group you are working on by clicking the bullet next to the text that reads &quot;Highlights first synced by #Readwise ...&quot;</li><li>Now work your way down the highlights, creating literature note pages indented under the &quot;Literature Notes&quot; section that you have opened in the right sidebar. You can do this by typing &quot;double brackets&quot; and filling in the literature note&apos;s title in between the brackets.</li><li>Shift-click the newly created &quot;literature note page reference&quot; to open it in the right sidebar. You can fill in all of the literature note details to give it some structure that will enhance search and discovery when you need to refer to it later. For example, when you need to create a permanent note.</li></ul><h3 id="the-components-of-the-literature-note">The Components of the Literature Note</h3><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/Readwise-Lit-Creation.png" class="kg-image" alt="Digital Smart Notes Part 3: Creating Literature Notes in Roam Research" loading="lazy"><figcaption>Block References for Source Highlights in a Literature Note</figcaption></figure><p>I use a modified literature note structure derived from Zakk Fleischman&apos;s article &quot;<a href="https://www.roambrain.com/implementing-zettelkasten-in-roam/?ref=harleystagner.com">Implementing Zettelkasten in Roam</a>.&quot; The components of the literature note are all attributes. They will be followed with two colons except for &quot;Notes:&quot; at the end. Their descriptions are as follows:</p><ul><li><strong>The note itself</strong>- Page Name</li><li><strong>Tags</strong>- These are the tags I have assigned to the literature note to make it more searchable in Roam. At a minimum, I use &quot;#[[Literature Notes]]&quot; and &quot;#Reference&quot; This indicates that the page is a literature note that belongs in my system as a &quot;Reference.&quot;</li><li><strong>Source</strong>- This is a page reference that is derived from the media piece page.</li><li><strong>Quote</strong>- These are the specific highlights or fleeting notes that sparked the idea for the literature note. I use block references here by alt-dragging them under the &quot;Quote&quot; section or right-clicking on the block bullet and selecting &quot;copy block reference.&quot; One particular advantage to using block references here is that you will be able to tell which highlights have already been referenced by looking at the number located to the right of the highlight block.</li><li><strong>Projects</strong>- I reference any related projects that might apply to this note.</li><li><strong>Notes</strong>- This section has a brief expansion of the original literature note title statement.</li></ul><h3 id="roam-templates">Roam Templates</h3><p>Roam Research has a templating capability, so you will not have to type out all of these sections every time you want to fill out a new literature note. The process for this is as follows:</p><ul><li>Create a new page called &quot;roam/templates&quot;</li><li>The initial block on that page will be the title for your template. In this case, we will call it &quot;Literature Note.&quot;</li><li>Indent a block under the &quot;Literature Note&quot; block and copy the structure for your literature note template under the &quot;Literature Note&quot; block.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/literature-note-template.png" class="kg-image" alt="Digital Smart Notes Part 3: Creating Literature Notes in Roam Research" loading="lazy"><figcaption>Roam Research Literature Note Template</figcaption></figure><p>Now when you type two semi-colons (;;) you can choose from a list of templates to use for auto-completion. Select the appropriate template, and then the text will be auto-completed for you.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/02/lit-note-template-invoke.png" class="kg-image" alt="Digital Smart Notes Part 3: Creating Literature Notes in Roam Research" loading="lazy"><figcaption>Invoking the Roam Research Template</figcaption></figure><h2 id="writing-begins-with-the-first-note-taken">Writing Begins with the First Note Taken</h2><blockquote>They struggle because they believe, as they are made to believe, that writing starts with a blank page. <em>-S&#xF6;nke Ahrens, &quot;How to Take Smart Notes&quot;</em></blockquote><p>&quot;Writing begins with the first note taken&quot; is one of my literature notes. I thought it essential to capture as a reminder of why I&apos;m doing all of this note-taking. My objective is to learn. I believe one of the best ways to learn is by writing. The notes are an integral part of that process.</p><p>By doing the requisite work, we can get closer to crystalizing and <a href="https://harleystagner.com/package-thoughts-roam-research/">packaging our thoughts</a>. The <a href="https://harleystagner.com/digital-smart-notes-part-4-creating-permanent-notes-in-roam-research/">next article in this series</a> will detail how to crystalize literature notes into permanent notes further. Then, we can begin to unlock the superpowers that taking smart notes provides for us.</p>]]></content:encoded></item><item><title><![CDATA[Digital Smart Notes Part 2: Exporting Highlights to Roam Research With Readwise]]></title><description><![CDATA[To create literature notes, you need a reliable system in which to process your fleeting notes. That system, for me, is Roam Research.]]></description><link>https://harleystagner.com/digital-smart-notes-part-2-exporting-highlights-to-roam-research-with-readwise/</link><guid isPermaLink="false">601332ca53d2d800391f64ac</guid><category><![CDATA[roam research]]></category><category><![CDATA[smart notes]]></category><category><![CDATA[learning]]></category><category><![CDATA[reading]]></category><dc:creator><![CDATA[Harley Stagner]]></dc:creator><pubDate>Fri, 29 Jan 2021 13:00:00 GMT</pubDate><media:content url="https://harleystagner.com/content/images/2021/01/paul-teysen-bukjsECgmeU-unsplash-export-image.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://harleystagner.com/content/images/2021/01/paul-teysen-bukjsECgmeU-unsplash-export-image.jpg" alt="Digital Smart Notes Part 2: Exporting Highlights to Roam Research With Readwise"><p>In this continuation of my &quot;Digital Smart Notes&quot; series, I will discuss exporting the notes in <a href="https://readwise.io/?ref=harleystagner.com">Readwise</a> to <a href="https://roamresearch.com/?ref=harleystagner.com">Roam Research</a> for further processing. If you haven&apos;t read <a href="https://harleystagner.com/digital-smart-notes-part-1-the-capture-toolkit/">Part 1</a>, I would suggest that you start there. This article assumes that you are already using Readwise to collect notes and highlights across different media formats and that you have a Roam Research account for processing the notes that you collect.</p><p>In &quot;<a href="https://www.goodreads.com/book/show/34507927-how-to-take-smart-notes?ref=harleystagner.com">How to Take Smart Notes</a>,&quot; author S&#xF6;nke Ahrens outlines the high-level steps for this note-taking system that will help you to become a more prolific and thorough writer.</p><ul><li>Make fleeting notes.</li><li>Make literature notes.</li><li>Make permanent notes.</li></ul><p>Fleeting notes are refined into literature notes. A literature note&apos;s scope is on the particular article, book, podcast, video, tweet, etc., that you are processing. From multiple literature notes in the same knowledge domain, you create permanent notes. Literature notes further <a href="https://harleystagner.com/package-thoughts-roam-research/">crystalize your knowledge and thoughts</a> on a topic in your own words. A collection of literature notes and permanent notes might become the scaffolding for an article, paper, or book.</p><p>This article will discuss the process that sits between making fleeing notes (what you have imported into Readwise) and creating literature notes. To create literature notes, you need a reliable system in which to process your fleeting notes. That system, for me, is <a href="https://roamresearch.com/?ref=harleystagner.com">Roam Research</a>. Let&apos;s dive right into integrating Readwise and Roam Research.</p><h1 id="integration-and-template-setup">Integration and Template Setup</h1><p>Once you have your fleeting notes and highlights captured into Readwise, you can export them to several services. This article will discuss exporting them to Roam Research for further processing. The first step is heading over to your Readwise account dashboard on a desktop browser. Then follow these steps to set up the initial integration:</p><ul><li>Under &quot;Connect &amp; Sync,&quot; choose Export.</li><li>Select Roam, and Readwise will present you with a prompt to log in to Roam Research.</li><li>Go ahead and log in to Roam Research and choose the graph you&apos;d like to use for the Readwise export.</li><li>Once you have logged in, Readwise will present you with some options for your export.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/01/readwise-login-roam.png" class="kg-image" alt="Digital Smart Notes Part 2: Exporting Highlights to Roam Research With Readwise" loading="lazy"><figcaption>Readwise Roam Export Login</figcaption></figure><h2 id="integration-options">Integration Options</h2><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/01/roam-export-readwise-options.png" class="kg-image" alt="Digital Smart Notes Part 2: Exporting Highlights to Roam Research With Readwise" loading="lazy"><figcaption>Readwise Roam Export Options</figcaption></figure><p>After you initially log in to Roam Research with the Readwise integration, you will be presented with the following options to toggle on or off:</p><ul><li><strong>Export Automatically</strong>- This option will automatically export new highlights as you collect and import them to Readwise. I leave this turned on.</li><li><strong>Include Highlight Locations</strong>- This option will show, if available, a highlight location or page number along with the highlight. This is very useful for opening the highlight, in context, in the Kindle App on your desktop, for example. I leave this turned on.</li><li><strong>Use Custom Formatting</strong>- This option will allow you to format your Roam Research export using Readwise Templates. I turn this on and use a customized template to control what information gets exported into Roam Research.</li></ul><h2 id="readwise-template">Readwise Template</h2><p>Readwise allows you to customize the presentation of highlights and notes when exported to Roam Research. It does this by using the <a href="https://jinja.palletsprojects.com/en/2.11.x/?ref=harleystagner.com">Jinja 2 Templating Language</a>. This article is not a primer on Jinja 2, but the option to customize the template exists if you want to dive into the documentation. I will show you my template to get you started on processing your smart notes in Roam Research. Full documentation on customizing these templates are in the <a href="https://help.readwise.io/article/112-how-can-i-customize-the-roam-export?ref=harleystagner.com#title">Readwise Templates Help Article</a>.</p><p>Readwise templates contain four sections. They are Page Title, Page Metadata, Highlights Header, and Sync Notification. There is a preview of the expected output of the Readwise template on the right side of the Readwise Roam Export setup page. I use a modified version of <a href="https://gumroad.com/l/LPTix?fbclid=IwAR3NnQvbvDoLxZ7oQyTq5nkZZBwFRp24dpLneM7US803fdfi_S9ftTvhjqc&amp;ref=harleystagner.com">Kyle Stratis&apos; Readwise Template</a>.</p><h3 id="page-title">Page Title</h3><p>When Readwise exports the highlights and notes from a book, article, tweet, podcast, video, etc., it creates a Roam Research page. This section of the Readwise template will determine the title of that page. I like to keep it simple. I use the title of the piece of media and the text &quot;(highlights).&quot; This way, I know it is referring to a highlight import from Readwise.</p><p><code>{{title}} (highlights)</code></p><h3 id="page-metadata">Page Metadata</h3><p>The page metadata is the data that appears at the top of the page for each imported media piece. Here is where I define whatever metadata is relevant to me. I would recommend, at a minimum, the following.</p><ul><li><strong>Type</strong></li><li><strong>Author</strong></li><li><strong>Full Title</strong></li><li><strong>Link</strong></li></ul><p>I also add the following to help with processing the notes and highlights later.</p><ul><li><strong>Recommended By</strong>- Useful if I want to circle back with the person/site that recommended the media piece to me.</li><li><strong>Status</strong>- I use either Waiting or Processed here to let me know if I have processed this piece of media.</li><li><strong>Tags</strong>- I use a default tag of Readwise here to keep everything organized on a Readwise page. I may add other tags from time to time to the imported highlights.</li></ul><p>I add a Literature Notes section at the bottom to collect the literature notes that I might take while processing the piece of media. I also use a bit of &quot;if...then&quot; logic to define categories for media selection. This logic is especially useful for videos since Readwise does not have a pre-defined category for videos yet.</p><p>Finally, I added some questions that I sometimes use to dig further into the piece of media adapted from &quot;<a href="https://amzn.to/2KWRWSa?ref=harleystagner.com">How to Read a Book</a>&quot; by Mortimer J. Adler and Charles Van Doren and the <a href="https://learn.cortexfutura.com/p/galaxy-brain?ref=harleystagner.com">Galaxy Brain</a> course by <a href="https://twitter.com/cortexfutura?ref=harleystagner.com">@cortexfutura</a>.</p><pre><code>Metadata::
    Type:: #{% if &apos;youtube&apos; in url %}Video{% elif category == &quot;articles&quot; %}Article{% elif category == &quot;books&quot; %}Book{% elif category == &quot;tweets&quot; %}Tweet{% else %}{{category}}{% endif %} 
    Author:: [[{{author}}]] 
    Recommended By:: 
    Full Title:: {{full_title}} 
    Status:: #Waiting 
    Tags:: #Readwise 
    {% if url %}Link:: {{url}}{% endif %} 
    {% if image_url %}![]({{image_url}}){% endif %}
    Summary:: 
# [[Inspectional Summary]] - (Book)
   {{&quot;What is this book about?&quot;|indent(first=True)}}
   {{&quot;Does this book look at the topic through a single narrative or different facets?&quot;|indent(first=True)}}
   {{&quot;What sub-topics does the book cover?&quot;|indent(first=True)}}
# [[Inspectional Summary]] - (Article / Paper / Video)
   {{&quot;What is this article/paper/video about?&quot;|indent(first=True)}}
   {{&quot;What is the research question?&quot;|indent(first=True)}}
   {{&quot;What is the finding?&quot;|indent(first=True)}}
   {{&quot;What type of study is this?&quot;|indent(first=True)}}
   {{&quot;Which literature is this building on?&quot;|indent(first=True)}}
# [[Analytical Summary]]
   {{&quot;Abstract / Unity&quot;|indent(first=True)}}
   {{&quot;Structure&quot;|indent(first=True)}}
   {{&quot;Important Concepts&quot;|indent(first=True)}}
   {{&quot;Propositions&quot;|indent(first=True)}}
   {{&quot;Argument&quot;|indent(first=True)}}
# [[&#x1F4DA; Literature Notes]]
{{&quot;Create New Notes Here!&quot;|indent(first=True)}}
</code></pre><h3 id="highlights-header">Highlights Header</h3><p>The highlights header is the text that appears above each set of synced highlights. Here, I want to know two pieces of information.</p><ul><li>If this is a new piece of media, when was the first sync?</li><li>If this is an existing piece of media, when were the latest set of highlights synced?</li></ul><pre><code>{% if is_new_page %}
Highlights first synced by #Readwise [[{{date}}]]
{% elif has_new_highlights %}
New highlights added [[{{date}}]] at {{time}}
{% endif %}
</code></pre><h3 id="sync-notification">Sync Notification</h3><p>Finally, the sync notification section places text inside the newly created Readwise page when you start the Readwise to Roam Research export process.</p><pre><code>On [[{{date}}]] at {{time}} Readwise synced {{num_highlights}} highlight{{num_highlights|pluralize}} from {{num_books}} book{{num_books|pluralize}}.
</code></pre><h2 id="items-to-sync">Items to Sync</h2><p>Once you have set up your template, you can choose the items to sync. By default, Readwise will set only the first ten media items to sync. You can check off more individually, or there are several options in the dropdown menu.</p><figure class="kg-card kg-image-card"><img src="https://harleystagner.com/content/images/2021/01/readwise-roam-include-content-dropdown.png" class="kg-image" alt="Digital Smart Notes Part 2: Exporting Highlights to Roam Research With Readwise" loading="lazy"></figure><p>I would recommend only choosing a couple of items to begin so that you can see what they will look like after the export to your Roam Research database (graph) completes.</p><h1 id="roam-research-import-results">Roam Research Import Results</h1><p>Once you complete the setup, you will see several new items in your Roam Research database. The first thing to take a look at is the newly created Readwise page.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/01/roam-readwise-page.png" class="kg-image" alt="Digital Smart Notes Part 2: Exporting Highlights to Roam Research With Readwise" loading="lazy"><figcaption>Roam Research Readwise Page</figcaption></figure><p>You can see a running list of sync notifications. If you go to the bottom of the Readwise page and take a look at the &quot;Linked References,&quot; you will see the pages for each piece of media.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/01/roam-readwise-linked-ref.png" class="kg-image" alt="Digital Smart Notes Part 2: Exporting Highlights to Roam Research With Readwise" loading="lazy"><figcaption>Roam Research Readwise Linked References</figcaption></figure><p>If you click into one of the pages listed in &quot;Linked References,&quot; you will see a page laid out like the template you configured on the Readwise site. Here is the page for &quot;<a href="https://amzn.to/39pJFzu?ref=harleystagner.com">How to Take Smart Notes</a>.&quot; I have already taken some literature notes on this particular book.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/01/roam-smart-notes-readwise-page.png" class="kg-image" alt="Digital Smart Notes Part 2: Exporting Highlights to Roam Research With Readwise" loading="lazy"><figcaption>Roam Research How to Take Smart Notes Page</figcaption></figure><p>If you dig in a little further, you can see the imported set of highlights.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/01/readwise-smart-notes-highlights.png" class="kg-image" alt="Digital Smart Notes Part 2: Exporting Highlights to Roam Research With Readwise" loading="lazy"><figcaption>Roam Research How to Take Smart Notes Highlights</figcaption></figure><h1 id="conclusion">Conclusion</h1><p>You now have everything set up to export your highlights and notes from Readwise to Roam Research. Readwise templates allow each page and highlight to remain consistent. The <a href="https://harleystagner.com/digital-smart-notes-part-3-creating-literature-notes-in-roam-research/">next article</a> in this series will discuss how to process your highlights and notes into literature notes using Roam Research.</p>]]></content:encoded></item><item><title><![CDATA[Digital Smart Notes Part 1: The Capture Toolkit]]></title><description><![CDATA[Even the best tools won't make much of a difference if they are used in isolation. Only if they are embedded in a well-conceived working process can the tools play out their strengths. There is no point in having great tools if they don't fit together. - Sönke Ahrens, "How to Take Smart Notes.]]></description><link>https://harleystagner.com/digital-smart-notes-part-1-the-capture-toolkit/</link><guid isPermaLink="false">6009f900eab0740039d8ed89</guid><category><![CDATA[smart notes]]></category><category><![CDATA[reading]]></category><category><![CDATA[learning]]></category><category><![CDATA[thinking]]></category><dc:creator><![CDATA[Harley Stagner]]></dc:creator><pubDate>Fri, 22 Jan 2021 13:00:00 GMT</pubDate><media:content url="https://harleystagner.com/content/images/2021/01/absolutvision-82TpEld0_e4-unsplash-digital-capture-part-1.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://harleystagner.com/content/images/2021/01/absolutvision-82TpEld0_e4-unsplash-digital-capture-part-1.jpg" alt="Digital Smart Notes Part 1: The Capture Toolkit"><p>If your goal is a true understanding of a particular topic or area of interest, you will need to process the information you consume. For this, you will need an external system to help you along. Deep thinking cannot be accomplished without one.</p><p>In &quot;<a href="https://amzn.to/3qA9zr7?ref=harleystagner.com">How to Take Smart Notes</a>,&quot; author S&#xF6;nke Ahrens discusses a methodology for processing what you read for better understanding. I have adopted this methodology for my own purposes and expanded it to include text, video, and audio material. This article will be part 1 of an ongoing series that details the tools and methods that I use for digital smart notes capture and processing. You cannot process without first capturing. That is what I will discuss in part 1.</p><h1 id="assembling-a-capture-toolkit">Assembling a Capture Toolkit</h1><figure class="kg-card kg-image-card"><img src="https://harleystagner.com/content/images/2021/01/Digital-Smart-Notes-Capture-Toolkit.png" class="kg-image" alt="Digital Smart Notes Part 1: The Capture Toolkit" loading="lazy"></figure><p>Consuming information in 2021 means that we are gathering from many different sources. Though not exhaustive, this may include books, articles, pdfs, tweets, video, and audio. Over the years of utilizing digital tools, I have learned that stand-alone tools can be useful. However, integration is the key to building a truly robust system.</p><h2 id="context-switching">Context Switching</h2><p>In building a system for information consumption and processing, I have focused on one goal above all else. I want to avoid context switching or switching my focus to many different apps as I process information. Context switching is a form of time confetti. Ashley Whillans discusses this phenomenon in more detail in her article &quot;<a href="https://behavioralscientist.org/time-confetti-and-the-broken-promise-of-leisure/?ref=harleystagner.com">Time Confetti and the Broken Promise of Leisure</a>.&quot;</p><blockquote>Each event in itself is mundane and takes only seconds. But collectively, they create two negative effects. The first is the sheer volume of time they take away from your hour ... The second, more invasive effect of time confetti is the way it fragments the hour of leisure. It&apos;s most likely that these interruptions are randomly distributed throughout the hour.- <em>Ashley Whillans</em></blockquote><p>With this goal in mind, I use a service called <a href="https://readwise.io/?ref=harleystagner.com">Readwise</a> as the central hub for all of my capture activities. All of my notes, highlights, transcripts, snippets, etc., are captured into Readwise for later processing in <a href="https://roamresearch.com/?ref=harleystagner.com">Roam Research</a>. Think of Readwise as the information funnel that fills my knowledge base, Roam Research.</p><h2 id="the-capture-tools-and-their-usage">The Capture Tools and Their Usage</h2><p>I&apos;ll briefly go over each tool in the capture toolkit in this article. If there is interest, I will create more in-depth guides for each tool in the future.</p><h3 id="written-material">Written Material</h3><p>Most of what I capture is still written material in books, articles, and pdfs. Let&apos;s take a look at the tools I use for each.</p><h4 id="books">Books</h4><p>I read most of my non-fiction books on a Kindle device or by using the Kindle app on my phone or laptop. Kindle offers me several advantages over physical books.</p><ul><li>I can highlight the text while I read.</li><li>I can take digital notes on highlighted passages while I read.</li><li>Readwise can import highlights and notes right from my Kindle highlights and notes so that I can avoid transcribing anything later.</li></ul><h4 id="articles">Articles</h4><p>For longer-form articles that I find while browsing the web, Facebook, Twitter, or otherwise, I use a read later service called <a href="https://instapaper.com/?ref=harleystagner.com">Instapaper</a>. Instapaper allows me to save articles to read later in the Instapaper app or on the web at the Instapaper site. Similar to Kindle, Instapaper enables me to do the following:</p><ul><li>Highlight the text in an article while I read.</li><li>Take digital notes on highlighted passages while I read.</li><li>Readwise can import highlights and notes from Instapaper as well so that I can process them later.</li></ul><p>You can sign up for Instapaper here: <a href="https://instapaper.com/?ref=harleystagner.com">https://instapaper.com</a>. Instapaper has apps for both Android and iOS. You can also access it via a web browser.</p><h4 id="pdfs-and-other-web">PDFs and Other Web</h4><p>Sometimes, I will still need to read a pdf or something on the web that is not exactly an article. For PDFs and other web material, I use a service called <a href="https://hypothes.is/?ref=harleystagner.com">Hypothesis</a>. Hypothesis allows me to:</p><ul><li>Highlight the text in a pdf or other website.</li><li>Take digital notes on highlighted passages while I read.</li><li>Readwise import highlights and notes from Hypothesis so that I can process them later.</li></ul><p>You can sign up for Hypothesis at <a href="https://web.hypothes.is/?ref=harleystagner.com">https://web.hypothes.is/</a>. Also, make sure you grab the <a href="https://chrome.google.com/webstore/detail/hypothesis-web-pdf-annota/bjfhmglciegochdpefhhlphglcehbmek?hl=en&amp;ref=harleystagner.com">Chrome Hypothesis Extension</a> if you are using Chrome. There are bookmarklets for other browsers.</p><p><strong>A Note About Using Locally-saved PDFs with Hypothesis</strong></p><p>To use locally saved PDFs with Hypothesis, you need to open the PDF with your browser first. If you are using the Chrome Hypothesis Extension, you will need to permit it to access local file URLs first by following the steps here: <a href="https://web.hypothes.is/help/annotating-locally-saved-pdfs/?ref=harleystagner.com">https://web.hypothes.is/help/annotating-locally-saved-pdfs/</a>.</p><h4 id="bonus-capturing-while-you-browse-on-your-ios-device">Bonus: Capturing While You Browse on Your iOS Device</h4><p>Sometimes, I will start reading an article before saving it to Instapaper. I have recently started using the <a href="https://apps.apple.com/us/app/command-browser/id1485289520?ref=harleystagner.com">Command Browser</a> while on my iPhone to capture something quickly while I read. Command Browser</p><p>The Command Browser allows me to:</p><ul><li>Highlight the text of the website I am reading.</li><li>Take digital notes on the highlighted passages while I read.</li><li>Readwise can import highlights and notes from the Command Browser so that I can process them later.</li></ul><p>You can find <a href="https://apps.apple.com/us/app/command-browser/id1485289520?ref=harleystagner.com">Command Browser</a> in the Apple app store for iOS.</p><h4 id="tweets">Tweets</h4><p>Occasionally, I will come across a tweet or tweet thread that is worth saving and processing later. Twitter is full of fleeting moments of wisdom or insight if you are following the right people. For capturing tweets, I use the <a href="https://help.readwise.io/article/61-how-do-i-save-tweets-from-twitter-to-readwise?ref=harleystagner.com">Readwise Twitter integration</a>.</p><h3 id="audio-and-video">Audio and Video</h3><p>I&apos;m starting to branch out into more audio and video material. As I have added more of this content to my workflow, I have needed to find tools to capture notes for these media types.</p><h4 id="podcasts">Podcasts</h4><p>For capturing relevant passages in a podcast, I use a podcast app called <a href="https://airr.io/?ref=harleystagner.com">Airr</a>. Airr allows me to:</p><ul><li>Take snippets that are transcribed into text while I listen to a podcast.</li><li>Take notes to go along with the snippets that I capture.</li><li>Readwise can import these snippets and transcripts for later processing.</li></ul><p>Airr is currently iOS only, but they do have an Android waiting list sign-up.</p><h4 id="video">Video</h4><p>To take notes while watching a video on YouTube or Vimeo, I use a Chrome extension and service called <a href="https://reclipped.com/?ref=harleystagner.com">ReClipped</a>. ReClipped allows me to:</p><ul><li>Take notes along with video timestamps while I&apos;m watching a video.</li><li>Upload offline video files for use with the service as well.</li><li>Readwise can import the snippets and notes for later processing.</li><li>The <a href="https://chrome.google.com/webstore/detail/reclipped-take-notes-on-y/gbnebpdekafhpcipejfhabfghccgfnbh?hl=en&amp;ref=harleystagner.com">ReClipped chrome extension</a> also enables an overlay to videos that I watch on YouTube to view and take notes without ever having to leave the video. After you have created the snippets, the overlay lets you view those snippet points and notes when you revisit the same video.</li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/01/reclipped-youtube-overlay-600px-1.png" class="kg-image" alt="Digital Smart Notes Part 1: The Capture Toolkit" loading="lazy"><figcaption>ReClipped Chrome Extension Overlay</figcaption></figure><p>You can sign up for ReClipped at: <a href="https://reclipped.com/?ref=harleystagner.com">https://reclipped.com</a>.</p><h1 id="bringing-it-all-together-with-readwise">Bringing It All Together With Readwise</h1><blockquote>Even the best tools won&apos;t make much of a difference if they are used in isolation. Only if they are embedded in a well-conceived working process can the tools play out their strengths. There is no point in having great tools if they don&apos;t fit together. -<em> S&#xF6;nke Ahrens, &quot;How to Take Smart Notes.&quot;</em></blockquote><p>Context switching kills productivity. It also makes it more difficult to connect ideas and themes from the various sources we consume. Before Readwise, I might have browsed through each of the apps in my capture toolkit, trying to remember what I have captured to make connections.</p><p>With Readwise, I can store the highlights and notes from these different apps in one location. From there, I have several options to export them in a standard format. I happen to use <a href="https://roamresearch.com/?ref=harleystagner.com">Roam Research</a> for processing my highlights and notes. I think of Readwise as a repository for my fleeting notes and highlights.</p><p>You can sign up for Readwise at <a href="https://readwise.io/?ref=harleystagner.com">https://readwise.io</a>.</p><ul><li>Once you have signed up, you can add each of the services that I have mentioned in this article by clicking on &quot;Connect and Sync -&gt; Import.&quot;</li><li>From this page, you can click on any of the services listed to connect them to Readwise and start importing. Just follow the directions for each service. Soon, you will see highlights and notes populating for the categories that Readwise offers.<br></li></ul><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2021/01/readwise-categories-1.png" class="kg-image" alt="Digital Smart Notes Part 1: The Capture Toolkit" loading="lazy"><figcaption>Readwise Categories</figcaption></figure><p><strong>Bonus: Syncing Digital Highlights from Physical Books and Articles</strong></p><p>If you install the Readwise iOS app, you can use it to capture highlights from physical reading material. It has OCR scanning functionality built right into the app.</p><!--kg-card-begin: html--><div style="position: relative; padding-bottom: 216.4785553047404%; height: 0;"><iframe src="https://www.loom.com/embed/a1cbf8ef530045b99c990415865ebbcd" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div><!--kg-card-end: html--><h1 id="conclusion">Conclusion</h1><!--kg-card-begin: markdown--><p>In summary, I use the following tools for digital highlight and notes capturing:</p>
<ul>
<li>Books: Kindle Highlights and Notes</li>
<li>Articles: <a href="https://instapaper.com/?ref=harleystagner.com">Instapaper</a></li>
<li>PDF and Web: <a href="https://hypothes.is/?ref=harleystagner.com">Hypothesis</a></li>
<li>Mobile Browsing: <a href="https://apps.apple.com/us/app/command-browser/id1485289520?ref=harleystagner.com">Command Browser</a></li>
<li>Videos: <a href="https://reclipped.com/?ref=harleystagner.com">ReClipped</a></li>
<li>Podcasts: <a href="https://airr.io/?ref=harleystagner.com">Airr</a></li>
</ul>
<p>Finally, I bring it all together in a single repository with <a href="https://readwise.io/?ref=harleystagner.com">Readwise</a>.</p>
<!--kg-card-end: markdown--><p>Over the past few months, I have expanded the smart notes methodology that I learned in S&#xF6;nke Ahrens&apos; book to include different media types that I consume. Readwise has become an invaluable piece of my smart notes toolkit. Readwise allows me to collect, browse, and recall my various notes and highlights all in a single location. Should I choose, I can export the content from Readwise into various other note-taking apps. <a href="https://harleystagner.com/digital-smart-notes-part-2-exporting-highlights-to-roam-research-with-readwise/">The next article in this series</a> will discuss my workflow&apos;s processing portion by showing how I integrate Readwise with my note-taking/processing service of choice, <a href="https://roamresearch.com/?ref=harleystagner.com">Roam Research</a>.</p>]]></content:encoded></item><item><title><![CDATA[Personal Growth and Intellectual Junk Food]]></title><description><![CDATA[When we are fearful or stressed, we tend to want easy to digest content that plays into our own confirmation bias. It's human nature. I call this "intellectual junk food."]]></description><link>https://harleystagner.com/personal-growth-and-intellectual-junk-food/</link><guid isPermaLink="false">5fdcd4738271100039730300</guid><category><![CDATA[personal growth]]></category><category><![CDATA[reading]]></category><category><![CDATA[writing]]></category><category><![CDATA[learning]]></category><dc:creator><![CDATA[Harley Stagner]]></dc:creator><pubDate>Mon, 21 Dec 2020 13:00:00 GMT</pubDate><media:content url="https://harleystagner.com/content/images/2020/12/erik-mclean-dh3JrDKhMcY-unsplash-intellectual-junk-food.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://harleystagner.com/content/images/2020/12/erik-mclean-dh3JrDKhMcY-unsplash-intellectual-junk-food.jpg" alt="Personal Growth and Intellectual Junk Food"><p>I believe that learning in public can be a powerful way to achieve frictionless career networking and create opportunities for yourself. Writing, creating, and thinking in a public space creates a feedback loop that cannot be replicated with typical in-person networking events. Since we are in a pandemic and I&apos;m an introvert, this form of networking works particularly well.</p><p>One of the fundamental building blocks for personal growth is to routinely challenge your values. One of the best ways to test my values is to write for the public. It provides a natural feedback loop that can combat confirmation bias and solidify my thought process over time.</p><p>The problem is fear. As an introvert, I can tell you that self-doubt is a daily occurrence. Sometimes the doubt comes from truly not appreciating my early work as a stepping stone to more interesting projects.</p><p>Sometimes the doubt comes from a healthy dose of impostor syndrome. I will think that surely, someday, someone will find out that I&apos;m a fraud. Maybe it will happen today after you read this.</p><p>So, what is an introvert to do? I have found that one of the best ways to eliminate fear is to gain confidence through reading. However, for this to work, the reading must be intentional.</p><h2 id="intellectual-junk-food">Intellectual Junk Food</h2><p>Your mind is trained through your experiences and through what you read. Even if you cannot recall the content that you are reading, the experience of reading, along with the mental models that are formed from it, stay in your mind. It is the creation of mental models that builds confidence. If you have rock-solid mental models that you rely on daily, your confidence will soar. You may forget the <strong>content</strong>, but you likely won&apos;t forget the <strong>intent</strong> of what you read.</p><p>When we are fearful or stressed, we tend to want easy to digest content that plays into our own confirmation bias. It&apos;s human nature. I call this &quot;intellectual junk food.&quot; It&apos;s the snack that you reach for when you need comfort. It&apos;s also a personal growth blocker.</p><h2 id="conspiracy-theories">Conspiracy Theories</h2><p>A steady diet of &quot;intellectual junk food&quot; may cause you to stagnate, but it can be dangerous when it becomes the norm for an aggregate population. I&apos;m talking about a form of &quot;intellectual junk food&quot; called conspiracy theories. They are seductive, their points are easily repeatable, and 2020 seems to have been the year of disinformation.</p><p>In an <a href="https://www.nytimes.com/2020/10/21/opinion/q-anon-conspiracy.html?ref=harleystagner.com">article</a> that Farhad Manjoo of the New York Times wrote, he interviewed <a href="https://www.hks.harvard.edu/faculty/joan-donovan?ref=harleystagner.com">Dr. Joan Donovan</a>, an Adjunct Lecturer in Public Policy at the Harvard Kennedy School. Dr. Donovan stated that two factors contribute to the proliferation of conspiracy theories and their peddlers in 2020. These are social isolation and QAnon. I&apos;ll take it a step further and interpret the second factor as the <strong>internet mobilization </strong> that QAnon has been able to achieve due to their strategic targeting of trends on social media.</p><p>These reasons make sense. Due to social isolation, people have been separated from a potentially diverse group of friends and loved ones that could temper their reactions to conspiracy theories. The isolated people look to Facebook groups and other outlets for answers and social interaction. Before you know it, what used to be considered fringe is now a trend.</p><p>Conspiracy theorists thrive on the &quot;intellectual junk food&quot; that is found on social media. The reading is light, the images are visceral, and the message is easy to trend with a hashtag. Plus, we know that Facebook&apos;s <a href="https://harleystagner.com/practicing-empathy-on-social-media/">algorithms are designed to trigger a fast response</a> when disagreement occurs. Instead of writing their own ideas, people just parrot the talking points. It&apos;s the perfect storm of personal growth stagnation.</p><p>Conspiracy theories have become an &quot;intellectual junk food&quot; epidemic. They have stifled the personal growth of entire populations of people. Fear and stress keep people reaching for answers in the form of conspiracy theories. They, in turn, feed into people&apos;s natural confirmation bias. This causes more fear and keeps people looking to conspiracy theories for explanations. The result? Zero personal growth and thousands of people arguing over nonsense on the internet. This cycle can be stopped.</p><h2 id="deliberate-reading">Deliberate Reading</h2><p>I believe that we should strive to be deliberate with our reading. Try to find a narrative thread in non-fiction that you read. Read with a pen in hand (analog or digital) to take notes.</p><p>While you cannot get rid of &quot;intellectual junk food&quot; altogether, you can deliberately read. Set aside time to indulge in this type of content, knowing that it is merely &quot;empty calories.&quot; If you don&apos;t practice reading this type of content, you may have a harder time spotting it. It&apos;s human nature to crave it. Just know what you are consuming and treat it accordingly.</p><p>Ideally, the rich content will outweigh the &quot;intellectual junk food&quot; in your life. When you do read content that will help you learn and grow, write about it. Write about your own ideas about what you have learned. Test your values in public. You&apos;ll be well on your way to developing your own confidence-building mental models.</p><h2 id="personal-growth-maintenance">Personal Growth Maintenance</h2><p>To keep perspective and build upon your mental models, you should revisit important books at different points in your life. If you&apos;ve been learning in public, you should revisit your early writing as well. Think of this as personal growth maintenance.</p><p>The books will mean something different to you after having had different experiences and established different mental models. Your writing will take on new meaning as well. It will become an invaluable tool for showing your rate of change. If you want to knock out self-doubt, you must gain confidence. There is no better way to gain confidence than focusing on constant, iterative improvement.</p><p>Revisit some of your older work. You&apos;ll glean new insights, realize that you have outgrown some older ones, and gain confidence in the process. Most importantly, you will have stepped outside of your comfort zone.</p><h2 id="conclusion">Conclusion</h2><p>I firmly believe that personal growth is needed to improve the world. Systemic problems will not go away unless people change from within. Imagine if, instead of conspiracy theories fueled by an &quot;intellectual junk food&quot; diet, people spread their personal ideas about the content they are learning. Those ideas can then be <a href="https://harleystagner.com/package-thoughts-roam-research/">packaged</a> and re-mixed with other well-informed ideas.</p><p>It&apos;s a lofty goal, to be sure. However, the motivation to achieve it is rooted in individual growth. That&apos;s just might be selfish enough to work.</p>]]></content:encoded></item><item><title><![CDATA[Kindness Outside the Echo Chamber: Practicing Empathy on Social Media]]></title><description><![CDATA["No human being is responsible for his genes or his upbringing, yet we have every reason to believe that these factors determine his character." - Sam Harris, Free Will]]></description><link>https://harleystagner.com/practicing-empathy-on-social-media/</link><guid isPermaLink="false">5fd7ce2682711000397302c0</guid><category><![CDATA[empathy]]></category><category><![CDATA[social media]]></category><category><![CDATA[communication]]></category><dc:creator><![CDATA[Harley Stagner]]></dc:creator><pubDate>Tue, 15 Dec 2020 13:00:00 GMT</pubDate><media:content url="https://harleystagner.com/content/images/2020/12/neonbrand-I6wCDYW6ij8-unsplash-fb-likes.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://harleystagner.com/content/images/2020/12/neonbrand-I6wCDYW6ij8-unsplash-fb-likes.jpg" alt="Kindness Outside the Echo Chamber: Practicing Empathy on Social Media"><p>I am a hypocrite. I realize that is an odd way to start an article if I&apos;m trying to convince you to trust me. Maybe it is because I have admitted this, seemingly distasteful, flaw that I will, ultimately, gain your trust. Regardless, I said it and I believe it.</p><p>I cannot remember where I heard it, but the following words stuck with me. Perhaps the people who speak the most about a subject are those who are trying to learn more about it themselves. After hearing that, a whole world opened up to me and the idea of learning in public was not so scary. I know that I do not fully embrace everything that I discuss. I discuss it so that I can learn to embrace it more fully. I am a hypocrite until I learn enough that I am no longer one. I am okay with that.</p><p>I am also learning that sometimes I am long-winded. So I&apos;ll get to my point. I believe we are all hypocrites in certain aspects of our lives. The key is to realize this and try not to willfully embrace the role of the hypocrite. I believe the best way to do this is to face our own ideas carefully and thoughtfully before we respond to others we may not agree with. Those who know me, know that I absolutely <strong>do not </strong>always do this. I&apos;m willing to try harder though.</p><h1 id="fundamental-attribution-error-tribalism-and-empathy">Fundamental Attribution Error, Tribalism, and Empathy</h1><p>When I make a mistake, I tend to think about all the reasons why it happened. When someone else makes a mistake, I tend to think about the person causing the mistake instead of what may have happened to cause the mistake. This, in essence, is the <a href="https://getpocket.com/explore/item/fundamental-attribution-error-why-you-make-terrible-life-choices?ref=harleystagner.com">Fundamental Attribution Error</a>. I do it all the time. I am learning not to.</p><p>I believe that the Fundamental Attribution Error, in part, can fuel tribalism. Tribalism is defined as a preference for those who look, think, and act like us. At its most insidious, it also causes us to want those who are different from us to be treated badly. Tribalism is also a part of human nature.</p><p>An <a href="https://www.npr.org/2019/07/05/731346268/kindness-vs-cruelty-helping-kids-hear-the-better-angels-of-their-nature?ref=harleystagner.com">NPR article</a> that I read recently even mentioned that in a <a href="https://www.utoronto.ca/news/racial-bias-may-begin-babies-six-months-u-t-research-reveals?ref=harleystagner.com">University of Toronto study</a>, infants as young as six months old showed a preference in the form of racial bias. Though tribalism is a part of human nature and the Fundamental Attribution Error can make make the effects of tribalism worse by removing empathy when we witness mistakes being made, I believe we can teach ourselves to better understand our fellow humans and &quot;walk in their shoes.&quot;</p><h1 id="gifs-and-rapid-response">GIFs, and Rapid Response</h1><p>The Oxford English Dictionary defines a GIF as &quot;a lossless format for image files that supports both animated and static images.&quot; I have witnessed, as I suspect most of us have, that a GIF is much more in practice. A single GIF can convey complex responses or ideas in a matter of seconds to the right audience. It is what makes the impulse to use them so seductive.</p><p>At work, my team is responsible for creating and managing content for a global event that typically happens in person. Due to COVID, this year, we pivoted to a &quot;follow-the-sun&quot; online format with live sessions for several geographic regions. This meant that many of us were up and monitoring the event at unusual hours. In my small team Slack channel, I replied to a comment with a GIF and this started a barrage of GIFs being exchanged in response. This GIF storm was a meaningful bonding experience and was even labelled as such by one of my teammates. It made us laugh, it woke us up, and it kept us more engaged than we would have been otherwise. It&apos;s an exchange that I can&apos;t quite wrap my head around, but I know it had an impact. It also cannot be duplicated with traditional words. The meaning is lost. This, I believe, is very powerful in the right context.</p><p>GIFs can, just as easily, convey negative messages. Nowhere is this more evident than social media. Facebook, for example, is tribalism codified. Specialty groups, friends lists, and algorithms all work to establish tribes in Facebook for the sole purpose of maintaining audience engagement in order sell targeted ads. Part of that engagement relies on the rapid response to a post or comment when you receive a trigger to respond in your brain. If you are not responding, you are not engaged. If you are not engaged, then you can&apos;t view targeted ads. This is no big secret. It&apos;s just the way it works.</p><p>GIFs are an incredibly efficient and engaging method to respond rapidly online. They require only surface-level thought, they are convenient, and they are typically humorous. <strong>This is the part where I remind you that , as previously stated, I am a hypocrite</strong>. I often use GIFs in this way.</p><p>While great in the example of team bonding that I mentioned earlier, they have turned me, at times, into somewhat of a jerk when I choose to deploy them on Facebook. They are usually sarcastic in nature and a response to something I don&apos;t agree with. I often look back later and wish I hadn&#x2019;t wasted the time to respond at all. Not only is time wasted by responding, time is then wasted responding to any follow up or reactions to my initial response. The quick dopamine hit from a &#x201C;like&#x201D; or a disagreement is, often, too much to ignore.</p><p>With conspiracy theories and theorists run amok, disinformation, and tribalism at an all time high online, it is tempting to respond rapidly with a GIF. While the frustration with people online is quite real, the need to respond is not always warranted. I think there may be a better way, though it will take some practice.</p><h1 id="slowing-down-backstories-and-empathy">Slowing Down, Backstories, and Empathy</h1><blockquote>No human being is responsible for his genes or his upbringing, yet we have every reason to believe that these factors determine his character. - <em>Sam Harris, Free Will</em></blockquote><p>In his article &quot;<a href="https://getpocket.com/explore/item/fundamental-attribution-error-why-you-make-terrible-life-choices?ref=harleystagner.com">Fundamental Attribution Error: Why You Make Terrible Life Choices</a>,&quot; Nir Eyal suggests that in order to alleviate the effect of the Fundamental Attribution Error, it may be beneficial to focus your attention on the circumstances that caused the person to behave in a certain way. In other words, create a backstory. The purpose of the backstory is not to work out an actual reason, but to get you to pause for a moment and think about the person in question as a fellow human with a history and flaws. Even if the explanation may seem implausible, you may think about something relatable. If so, congratulations, you have just taken an imaginary &quot;walk in their shoes&quot; and perhaps even shown some empathy in the process.</p><p>I definitely need to practice this. It is a skill that I absolutely think is worth pursuing because it will help me to foster patience in other areas of my life. Another benefit is that it slows my thinking before I respond to a post on Facebook. Just a split second is all that may be needed to stop my brain from sending the impulse to my thumbs to search for a GIF in response to something I have deemed questionable or outright wrong.</p><h1 id="a-better-response">A Better Response</h1><p>I think it is worth exploring whether to respond to a post at all. I know that it is really difficult to resist the temptation to respond. That&apos;s all according to plan. Social media and the algorithms that run it are designed to get you to respond. It&apos;s fairly insidious. As a realist, I know people will, sometimes, respond. I know that I will respond sometimes. I believe the trick is not to stop the response, but to slow it.</p><p>The next time you feel the urge to respond to something you disagree with on Facebook with a GIF (most likely a sarcastic one), bookmark, save, or screenshot the post. You can even have the GIF ready to go and screenshot it as part of your response. <strong>Give yourself five minutes</strong> to think about why you chose that particular GIF. Ask yourself, what was the message you were trying to convey? Get to the core of it. Maybe even try to <a href="https://harleystagner.com/package-thoughts-roam-research/">package the thought</a>.</p><p>If, at the end of the five minutes, you still want to respond, then do so, but do it with the core thought or idea that you have come up with instead of the GIF. Much of the time, you will probably lose interest and not respond. Over time, you may even start to realize that the five minutes you spent thinking about why and how you want to respond is far less time than the time you would have, inevitably, spent on following up on the &quot;likes&quot; and other reactions to your &quot;clever&quot; GIF. That&apos;s my hypothesis, anyway.</p><h1 id="conclusion">Conclusion</h1><p>We are all hypocrites until we are not. Don&apos;t let that get in the way of learning. Social media is tribalism on rocket fuel and there is no end to it in sight. We could try to quit social media, cold turkey. It&apos;s easier said than done and I know many of us, myself included, won&apos;t do it. I know because I have tried.</p><p>I believe the best that many of us can do for now is know the rules so that we can break them. If the Facebook algorithms expect a rapid response, don&apos;t give them one. Step outside your tribe for a moment, think it through, then respond if you still feel you must. Save the GIFs for team building and laughing with friends.</p><p>I know that I will start practicing this today. My hope is that it will help me with empathy, kindness, and thoughtfulness. The next time someone makes a mistake, my first thought might just be &quot;what circumstances led them to do this.&quot; I hope that someone will think the same for me when I mess up.</p>]]></content:encoded></item><item><title><![CDATA[Packaging Your Thoughts Using Roam Research]]></title><description><![CDATA["We need a reliable and simple external structure to think in that compensates for the limitations of our brains" - Sönke Ahrens, How to Take Smart Notes
]]></description><link>https://harleystagner.com/package-thoughts-roam-research/</link><guid isPermaLink="false">5fcfdc50788e280038f73cf7</guid><category><![CDATA[roam research]]></category><category><![CDATA[thinking]]></category><category><![CDATA[writing]]></category><category><![CDATA[learning]]></category><category><![CDATA[communication]]></category><dc:creator><![CDATA[Harley Stagner]]></dc:creator><pubDate>Thu, 10 Dec 2020 13:00:00 GMT</pubDate><media:content url="https://harleystagner.com/content/images/2020/12/trent-erwin-UgA3Xvi3SkA-unsplash-1.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://harleystagner.com/content/images/2020/12/trent-erwin-UgA3Xvi3SkA-unsplash-1.jpg" alt="Packaging Your Thoughts Using Roam Research"><p>I believe the ability to curate, organize, and share your atomic thoughts or thought models will become an invaluable skill in the future. While automation will continue to tackle routine tasks, skillsets will need to shift towards thinking and making connections between concepts.</p><p>The most unique thing that we can offer to the world are our thoughts. They might be the same general theme as someone else&apos;s thoughts, but they come from a unique perspective. This makes them extremely valuable when they are presented well.</p><p>The problem is that this unique perspective, based on our own cultural, economic, and social background, is both a boon and a hindrance when it is time to convey the thoughts to another human. Someone else&apos;s own background gives them a unique lens through which they view your message. So, we must be diligent in our efforts to ensure that our thoughts are useful to the recipient and the intended meaning is conveyed.</p><h1 id="packaging-our-thoughts">Packaging Our Thoughts</h1><p>Before thoughts are delivered or made public, I believe it helps if they are first packaged and bundled to maximize their impact. Picking out the important bits of information in anything you read, listen to, or view is an important skill to develop. By packaging your thoughts before presenting them (especially in text), you can help the recipient focus on your core message or idea.</p><p>There are two important elements that I consider when I package a thought:</p><ul><li>First, the thought must be atomic. It must stand alone and be useful even without a lot of context surrounding it. Context may add additional layers of richness, but a person should be able to get the gist without it.</li><li>Second, the thought must be distilled into your own words, but universally understandable. You should know your topic well enough to be able to explain the thought or concept without relying on repetition or paraphrasing of someone else. This will take deliberate practice, but if you distill the thought down to the core idea, it should be closer to becoming universally understandable.</li></ul><p>Let&apos;s use an example of a thought that I recently had while processing my <a href="https://amzn.to/3qA9zr7?ref=harleystagner.com">Smart Notes</a>.</p><p><em><strong>Networking can be supercharged by learning in public</strong></em></p><p>Right away, this thought does not pass the first test. While the thought is atomic, it cannot be easily understood without more context. I can understand it because I have the proper context in my mind while I read the thought statement.</p><p>Immediately, I can focus on two separate topics in this statement. <strong>Networking </strong>and &#x201C;<strong>learning in public</strong>.&#x201D; If I were reading this as an IT professional I might think of &#x201C;<strong>Networking</strong>&#x201D; as it applies to technology. This is not the case. What I am actually referring to is &#x201C;<strong>Career Networking</strong>,&#x201D; or making connections to help further your career or create opportunities. Let&apos;s change the thought statement a bit to reveal this particular context.</p><p><strong><em>Career networking can be supercharged by learning in public</em></strong></p><p>This is a little better now. Now my audience knows that I am referring to the topic of &#x201C;<strong>Career Networking</strong>.&#x201D; However, the audience still may not know what &#x201C;<strong>learning in public</strong>&#x201D; means without proper context.</p><p>When I refer to &#x201C;<strong>learning in public</strong>,&#x201D; I am talking about sharing the knowledge and skills that I am learning with others while in the process of learning. I know this because I have the requisite context in my mind from my reading and experience. My audience will not have access to that same context. Let&apos;s change the statement a bit more.</p><p><strong><em>Career networking can be supercharged by sharing what you are learning as you learn it</em></strong></p><p>This attempt does pass the first test. It is atomic and it doesn&apos;t require &quot;as much&quot; context. There is still a problem. &#x201C;<strong>Supercharged</strong>&#x201D; might not be a good adjective here. It may be meaningless if the audience has not heard it used in multiple contexts. It&apos;s also superfluous language and doesn&apos;t really have a clear meaning.</p><p><strong><em>Sharing what you are in the process of learning publicly is one of the best ways to career network today</em></strong></p><p>This statement could probably be improved even more, but it is definitely superior to the original in clarity and atomicity. The two topics, &quot;<strong>sharing what you are learning</strong>&quot; and &quot;<strong>career networking</strong>&quot; are linked into a single, atomic thought. The statement can also be understood without the need for extra context. At this point you can feel free to add context around this statement to enrich the thought, but pre-requisite context is not needed by the audience to understand the thought.</p><p>Not only are thoughts that are packaged in this way easier to understand, they can be combined with other packaged thoughts to create something completely new. A model for collecting, curating, and re-mixing thoughts in this way opens up a vast array of opportunities for innovation in every aspect of our lives.</p><h1 id="roam-research-a-tool-for-packaging-our-thoughts">Roam Research: A Tool for Packaging Our Thoughts</h1><blockquote>We need a reliable and simple external structure to think in that compensates for the limitations of our brains - <em>S&#xF6;nke Ahrens, How to Take Smart Notes</em></blockquote><p>This is one of my favorite insights from &#x201C;<a href="https://amzn.to/3qA9zr7?ref=harleystagner.com">How to Take Smart Notes</a>&#x201D; because it resonates so well with how my thinking has changed since discovering <a href="https://roamresearch.com/?ref=harleystagner.com">Roam Research</a></p><p>While the process outlined in this next section can be done in pretty much any note-taking app or even paper, I believe that Roam Research is one of the best tools for the job. If you haven&apos;t used Roam Research and are interested, I recommend taking the trial for a spin at <a href="https://roamresearch.com/?ref=harleystagner.com">https://roamresearch.com</a> and see how it can help you to improve your thinking process.</p><p>Following the advice in &#x201C;How to Take Smart Notes,&#x201D; I will need two things to better clarify and package my thought.</p><ul><li>A clean space to write down my thought.</li><li>Some prompts to help me process my thought into something that more closely resembles the ideal package.</li></ul><p>Next, I&apos;m going to add some prompts at the top of the page to help when thinking through the process of packaging my thought. The prompts should be related to the two elements mentioned earlier in the article.</p><ul><li>First, the thought must be atomic. It must stand alone and be useful even without a lot of context surrounding it. Context may add additional layers of richness, but a person should be able to get the gist without it.</li><li>Second, the thought must be distilled into your own words, but universally understandable. You should know your topic well enough to be able to explain the thought or concept without relying on repetition or paraphrasing of someone else. This will take deliberate practice, but if you distill the thought down to the core idea, it should be closer to becoming universally understandable.</li></ul><p>When complete, my prompts will be structured like a flow chart.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2020/12/roam-thought-packaging-empty-1.png" class="kg-image" alt="Packaging Your Thoughts Using Roam Research" loading="lazy"><figcaption>Roam Research: Thought Packaging Prompts</figcaption></figure><p>Let&apos;s step through the process with the example from earlier in the post.</p><p>The first thing we will do is write our thought under our prompts.</p><p>Next, we will work through our prompts one by one. To make it easier in Roam Research, I will use block references, which are just a reference to a particular bullet that is written.</p><p>I will copy each block reference one by one while working through my prompts by right clicking the bullet and selecting <code>copy block ref</code></p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2020/12/roam-thought-packaging-copy-block-ref-1.png" class="kg-image" alt="Packaging Your Thoughts Using Roam Research" loading="lazy"><figcaption>Roam Research: Copying a Block Reference</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2020/12/roam-thought-packaging-copy-block-ref-2-1.png" class="kg-image" alt="Packaging Your Thoughts Using Roam Research" loading="lazy"><figcaption>Roam Research: Copied Block Reference</figcaption></figure><p>In this case we already explored the fact that the thought would need additional context to be useful. Let&#x2019;s think through that.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2020/12/thought-packaging-1-1.png" class="kg-image" alt="Packaging Your Thoughts Using Roam Research" loading="lazy"><figcaption>Roam Research: Thought Packaging First Pass</figcaption></figure><p>-Now we can further refine the thought by stepping through the prompts and repeating the exercise until we are satisfied.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://harleystagner.com/content/images/2020/12/thought-packaging-2-final-1.png" class="kg-image" alt="Packaging Your Thoughts Using Roam Research" loading="lazy"><figcaption>Roam Research: Thought Packaging Final Pass</figcaption></figure><p>We have essentially just created and stepped through an <a href="https://learn.cortexfutura.com/p/galaxy-brain?ref=harleystagner.com">algorithm of thought</a> used for packaging a thought for public consumption.</p><h1 id="conclusion">Conclusion</h1><p>Our thoughts truly are the most unique asset that we can offer the world. They are valuable in their own right. When we package them for atomicity and universality using our own words, they become exponentially more useful. They can be shared, re-mixed, and combined to create even greater ideas.</p><p>The next time you have a thought write it out and package it by running it through the prompts you have learned in this article or similar prompts of your own. You will begin to think with increased clarity and just might share something awesome with the world.</p>]]></content:encoded></item></channel></rss>