mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
fix(emacs): grammar
This commit is contained in:
parent
45cc0e249d
commit
5ec42f4356
1 changed files with 4 additions and 4 deletions
|
|
@ -4780,14 +4780,14 @@ A set of keybindings to quickly access things in Org Roam.
|
||||||
"C-c i" 'org-roam-node-insert))
|
"C-c i" 'org-roam-node-insert))
|
||||||
#+end_src
|
#+end_src
|
||||||
**** Backlinks count display
|
**** Backlinks count display
|
||||||
Occasionally I want to see how much backlinks does a particular page have.
|
Occasionally I want to see how many backlinks a particular page has.
|
||||||
|
|
||||||
This idea came to my mind because I occasionally write a note in the following form:
|
This idea came to my mind because I often write a note in the following form:
|
||||||
#+begin_example
|
#+begin_example
|
||||||
According to <This Person>, <some opinion>
|
According to <This Person>, <some opinion>
|
||||||
#+end_example
|
#+end_example
|
||||||
|
|
||||||
And I have a note called =#Personalities=, which looks like that:
|
And I have a note called =#Personalities= that looks like that:
|
||||||
#+begin_example
|
#+begin_example
|
||||||
Philosophers:
|
Philosophers:
|
||||||
- <This Person>
|
- <This Person>
|
||||||
|
|
@ -4796,7 +4796,7 @@ Philosophers:
|
||||||
...
|
...
|
||||||
#+end_example
|
#+end_example
|
||||||
|
|
||||||
So I'm curious to see how many notes do I have linked to each:
|
So I'm curious to see how many notes I have linked to each:
|
||||||
#+begin_example
|
#+begin_example
|
||||||
Philosophers:
|
Philosophers:
|
||||||
- <This Person> [30]
|
- <This Person> [30]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue