summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2025-01-24 01:17:30 +0200
committerThanos Apollo <[email protected]>2025-01-24 01:18:58 +0200
commit2594216dba718eac1cdbaaa64b0e7df31e7e8ed6 (patch)
tree1f1390fe83ec618fab938718a2370493c66ec367
parent693013ef433823ae720fa46f44682bd215607542 (diff)
Update READMEHEADmaster
-rw-r--r--README33
1 files changed, 3 insertions, 30 deletions
diff --git a/README b/README
index aa45ce4..c4b321c 100644
--- a/README
+++ b/README
@@ -1,35 +1,8 @@
org-gnosis
==========
+Roam-inspired note-taking system for GNU Emacs. It is designed to
+serve as a minimalistic, drop-in alternative to org-roam.
-This is a roam-inspired note-taking system for GNU Emacs. It is
-designed to serve as a minimalistic, drop-in alternative to org-roam.
-It is currently under development & destined to be part of the gnosis
-package <https://git.thanosapollo.org/gnosis/>.
-
-
-Installation
-============
-
- (use-package org-gnosis
- :vc (:url "https://git.thanosapollo.org/org-gnosis")
- :ensure t
- :init
- (define-prefix-command 'thanos/notes-map)
- :config
- (setf org-gnosis-dir "~/Notes"
- org-gnosis-journal-template
- "* Daily Notes\n\n* Goals\n+ [] Workout\n+ [] Study\n\n* Extras"
- org-gnosis-show-tags t) ;; enable if you use a vertical completion-system e.g vertico
- :bind (("C-c n" . thanos/notes-map)
- :map thanos/notes-map
- ("f" . org-gnosis-find)
- ("i" . org-gnosis-insert)
- ("j j" . org-gnosis-journal)
- ("j f" . org-gnosis-journal-find)
- ("j i" . org-gnosis-journal-insert)
- :map thanos/journal-map
- :map org-mode-map
- ("C-c C-." . org-gnosis-insert-tag)
- ("C-c i" . org-id-get-create))) \ No newline at end of file
+- Project's Page: <https://thanosapollo.org/projects/org-gnosis/> \ No newline at end of file