You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+58-5Lines changed: 58 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,73 @@ for your Zettelkasten-style note-taking and backlinks.
11
11
12
12
2.`#tag` support to categorize notes
13
13
14
-
3.Specify notes as reference materials (literature notes / bibliographic notes) with `roam_refs:`
14
+
3.Note as a reference material (literature notes or notes on website) with `roam_refs:`
15
15
16
-
4. Aliases of a note with `roam_aliases:` in the YAML array syntax with `["alias1", "alias two"]`
16
+
4. Aliases of a note with `roam_aliases:` in the YAML array syntax with `["alias1", "alias two"]`
17
17
18
-
5. Link notes for backlinks with using `[[wiki-link]]` syntax and "in-line search" with `Company` or `Corfu`; the name is the **title** of a note
18
+
5. Link with `[[wiki-link]]` syntax that appears as a backlink and "in-line search" with `Company` or `Corfu`; you can use the **title** or an **alias** of a note
19
19
20
20
6. Citations with Pandoc style `[@citekey]`, `@citekey``-@citekey`, etc. for Markdown files; for Org, Org-ref or Org-cite styles as Org-roam support them
21
21
22
-
7.Both Markdown and Org notes can cite a reference; they appear in the reflink section
22
+
7. Markdown and Org citations for reference materials; they appear in the reflink section
23
23
24
-
8.Create backlinks between Org and Markdown files both ways; you can mix both formats in a single Org-roam database
24
+
8.Backlinks between Org and Markdown files both ways; you can mix both formats in a single Org-roam database
25
25
26
26
9. Org-roam standard backlink buffer with no modification to the database schema and backlink buffer
27
27
28
+
# Getting Started
29
+
30
+
## Installation
31
+
32
+
This package is not available on MELPA or ELPA. Manual installation is required.
33
+
34
+
Download or clone this repo, put the `.el` file into your load-path, and put
0 commit comments