-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Module core.summary
ignores metadata
#1108
Comments
To add some information, categories are taken into account once a file has been opened. For this file only. |
Is the behaviour commented by @snomics supposed to be the default? I'm also suffering a bit with it, as sometimes new files are added in a workspace and when i re-generate the summary I have to open all files to have the correct indexing. |
I met the same situation. I found that Neorg try to find
|
Having the same issue myself, if your patch fixes it without any side effects, maybe you could make a PR? |
Yeah, I'm considering make a PR. But this patch did not solve the problem that summary ignores the title field of metadata. And today I rewrote the get_document_metadata function and taste good. I'll make a PR later. |
All seems to be working now, so I'll close this. |
Prerequisites
Neovim Version
v0.10.0-dev-6823fdb
Neorg setup
Actual behavior
Neorg generate-workspace-summary
generates a summary where everything is underUncategorized
and it seems to ignore the title field, too.Expected behavior
Neorg generate-workspace-summary
uses the metadata.Steps to reproduce
Add metadata to a note using
inject-metadata
.Run
generate-workspace-summary
.Potentially conflicting plugins
No response
Other information
Possibly a different issue with the same module: #1085.
Help
None
Implementation help
No response
The text was updated successfully, but these errors were encountered: