-
Notifications
You must be signed in to change notification settings - Fork 16
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
Integrate Silos Directories [Feature request] #63
Comments
This would be a fantastic addition to the package. Currently, I do the following, but I would love to see something like this implemented directly in the package.
|
I am getting following error "Symbol’s value as variable is void: directory". I updated only |
Do you get this error when running the code without modifications? Edit: I don't know what's the issue but i did some testing end find out that when i run the code from the Edit2: You could try something like this:
From my tests it seems to work |
Thanks a lot. This is exactly what I want. Searching the notes and listing are working great!!!! If this could be added to consult-notes, it will be helpful to users who would like to separate notes. E.g Work and Personal |
I'm glad it's working now! 😊 I agree, it would be fantastic to have this feature in the project. I hope mclearc will consider including it. |
Thanks both for your feedback. I'm hoping to get time to focus on this issue next week. |
Hi @leafarbelm -- do you think you would have time to make a pull request? I'm not a silo user (nor a power user of Denote), but if you can make a pull request with the relevant changes I'll give it some testing. |
Hi @mclearc, Sorry for the late reply. I can try to implement this functionality. I'm not very experienced with Elisp (I only make small changes in my init.el and write small functions), but I could try to create a PR based on the changes I posted here, if you wish. |
Currently consult-notes list notes according to the variable "denote-directory" in consult-notes-denote-mode. If we are in a silos directory, it list the notes in the silos directory and subdirectories correctly. If we add silos directory to "consult-notes-file-dir-source", it lists the notes in that directory but not the subdirectories. It does not follow the consult-notes-denote-mode listing of notes when it lists the notes in consult-notes-file-dir-source even though dir-locals.el is defined in that directory. It also does not show the notes in subdirectories when using consult-notes if we are not in silos directory,
if the user is using "denote-silo-extras" module, is it possible to use the silos directories in "denote-silo-extras-directories" and give a combined listing of notes when using "consult-notes-denote-mode" in the format "Title #keywords /directory size date modified". Directory could be silos/directory to make the differentiation.
The text was updated successfully, but these errors were encountered: