-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Take into account the existence of /
in tags when creating the knowledge base directory structure
#85
Comments
This ended up being pretty easy to implement but will likely come back to bite me when I get around to adding Windows support in #55 :p |
Thank you very much !
Hopefully replacing all |
Good point, I've done that now and hopefully that'll be the end of it. |
Do you feel ready to merge the branch, so I can take advantage of it ? |
I've merged it now, but would like to add some more documentation to the README before making a new release |
I'm reopening this because I want to add a configuration option to set the nested tag character instead of hard-coding it as "/" - for instance in org-mode this would be " : ". |
Thanks ! |
As discusssed in #79, it makes sense for e.g. Obsidian users that tags contain a slash.
However, along with
hierarchy = ['Tag']
, this leads to the following error:gooseberry make ✔ Clear knowledge base directory? · yes Error: 0: No such file or directory (os error 2) Location: /home/ngirard/sandboxes/rust/gooseberry.git/src/gooseberry/knowledge_base.rs:370
There are several possible strategies in this scenario. The first one to come to mind would be to translate
parent/child1
andparent/child2
into the following directory structure:which I'd be fine with ; but I haven gotten further thought about the alternatives.
The text was updated successfully, but these errors were encountered: