From a289b99c77130a63655f2f8325af80d22fcc108a Mon Sep 17 00:00:00 2001 From: jethrokuan Date: Sun, 19 Jul 2020 04:38:24 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20eb7ee?= =?UTF-8?q?0ef6c9d46c45f33a92d8995ca89850e82af=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...Browsing-History-with-winner_002dmode.html | 4 +- manual/Diagnosing-and-Repairing-Files.html | 4 +- manual/Ecosystem.html | 10 +-- ..._002dtext-search-interface-with-Deft.html} | 19 ++--- manual/Note_002dtaking-Add_002dons.html | 2 +- manual/Org_002djournal.html | 6 +- manual/Versioning-Notes.html | 85 +++++++++++++++++++ manual/index.html | 11 ++- org-roam.org | 21 +++-- org-roam.texi | 31 +++++-- 10 files changed, 153 insertions(+), 40 deletions(-) rename manual/{Deft.html => Full_002dtext-search-interface-with-Deft.html} (82%) create mode 100644 manual/Versioning-Notes.html diff --git a/manual/Browsing-History-with-winner_002dmode.html b/manual/Browsing-History-with-winner_002dmode.html index 5fab219..9ecd9ac 100644 --- a/manual/Browsing-History-with-winner_002dmode.html +++ b/manual/Browsing-History-with-winner_002dmode.html @@ -25,7 +25,7 @@ General Public License for more details. - + + + + + + + + +
+

+Next: , Previous: , Up: Ecosystem   [Contents]

+
+
+ +

16.2.2 Versioning Notes

+ +

Since Org-roam notes are just plain text, it is trivial to track changes in your +notes database using version control systems such as Git. Simply initialize +org-roam-directory as a Git repository, and commit your files at regular or +appropriate intervals. Magit is a great interface to Git within Emacs. +

+

In addition, it may be useful to observe how a particular note has evolved, by +looking at the file history. Git-timemachine allows you to visit historic +versions of a tracked Org-roam note. +

+ + + + + diff --git a/manual/index.html b/manual/index.html index 3459d81..3795ac7 100644 --- a/manual/index.html +++ b/manual/index.html @@ -128,9 +128,10 @@ ul.no-bullet {list-style: none}
  • 16.2 Ecosystem