-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Feature Request] Add option to create yaml properties for fields instead of inline #15
Comments
Could you clarify, is your request generally about adding a setting to store fields in frontmatter? As far as I know, the issue with links in yaml has been resolved, so supporting it is on my roadmap, but I cannot give any timeline, as this feature is of low-medium priority currently. In the meanwhile, we can use this issue as a place for discussion of the potential implementation. My current view is roughly as follows:
These concepts are rather unpolished, so the mark syntax and placement may be changed, as well as other details. Sharing them just for discussion. Will the described features be sufficient for your use case? Unfortunately, I am not planning to add any intermediate levels of support, such as creating empty frontmatter fields. If you need, you can rather easily do it via |
Oh that's great then! I must've read something extremely outdated then hahaha.
YES Those would absolutely solve my usecase, and moreso since I prefer storing all my fields in the frontmatter anyways ^^. imo version 2 is best, because then it can be inherited easier for people like me who just wants everything to be stored in frontmatter. edit: oh duh somehow I missed that in version 2 you can still set each field to a specific place, so yes I think 2 is the best option! In the meantime I'll use the |
Hello! Somewhere I had read that Typing does not support using YAML properties as fields because of the way Obsidian parses links, and that won't chance until Obsidian fixes the way linking works in properties. That is perfectly fine, however I would still love to be able to create empty yaml properties in a newly created note! It looks like the only way I can do so is to write some Javascript code, which I will absolutely do but I think just providing a ergonomic way to make empty properties is a nice middle-ground until the linking issue is fixed.
My usecase in the moment would be to add a
reviewLater
property that I can set as a bool in Obsidian's editor.Thank you!
The text was updated successfully, but these errors were encountered: