EFLS / zetteldeft

A Zettelkasten system! Or rather, some functions on top of the emacs deft package.
https://efls.github.io/zetteldeft
GNU General Public License v3.0
393 stars 42 forks source link

great project! A few comments #65

Closed cmorgan closed 4 years ago

cmorgan commented 4 years ago

The tags are not org-mode tags, is that correct? Did you try and use these? I wonder if there would be benefits to piggybacking on org tags?

I haven't dug into the linking too much, but would be cool if you could hide the zetteldeft style link and instead use a zetteldeft colored orgmode link. What do you think?

Cheers for the project.

z3t0 commented 4 years ago

I am also interested in this!

I use org-mode for my agenda system and previously for notes as well. It would be neat if the tags could be shared.

EFLS commented 4 years ago

Thanks for the comments.

Can org-mode tags be used on files? Or only on headers (i.e. subtrees)?

With regards to the org-mode links, you might be interested in this: https://github.com/EFLS/zd-tutorial/blob/master/2020-03-25-0928%20Integration%20with%20org-link.org

In any case, my primary concern is to keep core functionality separate from org-mode, so that it can be used with other files and markups as well (such as Markdown).

z3t0 commented 4 years ago

That makes sense! I think tags can only be used on headlines.

I'm going to explore this further to see if maybe there's value in adding a more org-integrated workflow for some users. I'll report back on my findings.

Thank you for your work on this :smile: