-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Directory folgezettels [plugin] #497
Comments
Addendum:
EDIT (Dec 25): Hmm, I'm two-minded about it. For simplicity, perhaps we should just go with the original directory name, and have the user rename their folders should a conflict arise. For eg., rename |
And,
CC @b0o especially as this is looking similar to their neuron-extras |
In my opinion this project has 2 layers:
I think it will make sense to tag issues based on which layer they act on. Changing the graph and relations by adding a new object into the graph which is not user generated, is wrong in my opinion. But regardless of my opinion, making easy to understand on which layer we're talking, in my opinion will generate a better discussion between the users. |
Neuron has an experimental feature (disabled by default; see here) for storing notes in sub-directories recursively. We can take it one step further by treating these directories as the folgezettel parent of its contents.
Consider the following directory layout:
In this proposal, Neuron determines 3 zettels, with
foo
branching tobar
that in turn branches toqux
. Onlyqux
exists as a file on disk; the other two are created on demand (similar to #379 in concept). The contents offoo
andbar
will be populated with the appropriate link query that displays their contents. Users may override this content by adding afoo.md
andfoo/bar.md
, which will continue to (implicitly) branch of to their contents.The text was updated successfully, but these errors were encountered: