A script for navigating and editing logseq files using emacs.
The installation process is not automated at this time.
- Copy the
opennote.sh
file into the~/bin/opennote.sh
directory. - Copy the contents of the
org-logseq.el
file into your emacs configuration file (or just evaluate it by pressingC-x
C-e
). - Assign a key combination to call the
open-logseq
function.
- Open any file in the pages directory.
- Place the cursor on a link of the form
[[ Another Page ] ]
. - Call the
open-logseq
function. - The desired page will open in another buffer (if necessary, the page will be created)
- Use use-package
- Rewrite code from bash to elisp
Contributions are welcome!