-
Notifications
You must be signed in to change notification settings - Fork 9
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
can't see a file's #+title nor #+category #20
Comments
you are welcome :)
This isn't really supported. The closest that exists in the db now is the "outline_preamble" value in the "outlines" table which is just a string of that entire top section before the first headline. Probably not too useful since you would need to parse that yourself. The only things that are currently taken from the top level are properties defined with "+PROPERTY" and filetags defined with "+FILETAG." In theory it shouldn't be that hard to at least add the property drawer since this is just a different way of writing "+PROPERTY." Keywords would take some more work since there currently isn't a table for that. Note that if I added a keyword table that those dates would just be strings. Is this all that you would want? The reason why I didn't focus too hard on the top section is because there's lots of little edge cases that didn't seem super common (different drawers, properties, keywords, lots of special flags that control the behavior of the file, free form text, etc) and thus it wasn't clear how to arrange a database schema around it. |
I hacked something together: #21 |
Hi!
first off, thank you so much for this, I'm close to having a web interface on my org notes thanks to you!
Quick question: in my org files, I set a #+title & #+category, I'm not seeing these in the DB, am I missing something or is this not supported?
A roam daily file starts like this for me:
The text was updated successfully, but these errors were encountered: