This commit is contained in:
SqrtMinusOne 2023-02-13 15:52:59 +00:00
parent ffd598c807
commit 7a05919ffa
3 changed files with 4 additions and 4 deletions

View file

@ -4168,16 +4168,16 @@ Didn&rsquo;t work out as I expected, so I&rsquo;ve made <code>org-journal-tags</
</span></span><span style="display:flex;"><span> <span style="color:#008000">:keymap</span> <span style="color:#19177c">&#39;org-mode-map</span>
</span></span><span style="display:flex;"><span> <span style="color:#ba2121">&#34;C-c i&#34;</span> <span style="color:#19177c">&#39;org-roam-node-insert</span>))
</span></span></code></pre></div><h5 id="backlinks-count-display">Backlinks count display</h5>
<p>Occasionally I want to see how much backlinks does a particular page have.</p>
<p>This idea came to my mind because I occasionally write a note in the following form:</p>
<p>Occasionally I want to see how many backlinks a particular page has.</p>
<p>This idea came to my mind because I often write a note in the following form:</p>
<div class="highlight"><pre tabindex="0" style=";-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span>According to &lt;This Person&gt;, &lt;some opinion&gt;
</span></span></code></pre></div><p>And I have a note called <code>#Personalities</code>, which looks like that:</p>
</span></span></code></pre></div><p>And I have a note called <code>#Personalities</code> that looks like that:</p>
<div class="highlight"><pre tabindex="0" style=";-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span>Philosophers:
</span></span><span style="display:flex;"><span>- &lt;This Person&gt;
</span></span><span style="display:flex;"><span>- &lt;That Person&gt;
</span></span><span style="display:flex;"><span>- &lt;Another Person&gt;
</span></span><span style="display:flex;"><span>...
</span></span></code></pre></div><p>So I&rsquo;m curious to see how many notes do I have linked to each:</p>
</span></span></code></pre></div><p>So I&rsquo;m curious to see how many notes I have linked to each:</p>
<div class="highlight"><pre tabindex="0" style=";-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span>Philosophers:
</span></span><span style="display:flex;"><span>- &lt;This Person&gt; [30]
</span></span><span style="display:flex;"><span>- &lt;That Person&gt; [40]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB