org-logseq icon indicating copy to clipboard operation
org-logseq copied to clipboard

Org-logseq allows you to open logseq-style page and block link along with Org Mode.

Results 4 org-logseq issues
Sort by recently updated
recently updated
newest added

In logseq, the format is `[[Sat, 2022/12/03]]`, use this plugin can not find the page, but use logseq can open the page

here is what i got ```emacs-lisp (straight-use-package '(org-logseq :type git :host github :repo "llcc/org-logseq" :files ("*"))) (customize-set-variable 'org-logseq-dir "~/logseq") ``` I can confirm that it works(for me atleast)

## Summary Hi! Found this via the https://github.com/logseq/awesome-logseq -- the functionality seems like it'd be great, thanks for building this! However, after setting it up, I'm having some issues: When...

Hey, Thanks a lot for making this plugin can't wait to try it, since I've been really looking forward for something like this. I'm using Doom emacs, installation is pretty...