[FR] - Edit nested metadata
See original GitHub issue I've tried the version that implemented this issue and I can't understand what was really done.
The 2.6.7 release section says “Frontmatter editions now respect nested metadata”. This means that nested metadata won’t be messed up by the plugin or nested metadata will be supported by the plugin?
Because I thought the @kvietcong possible solution was accepted and implemented, where:
level1:
level2:
would be considered as level1.level2
as the name field by the plugin.
When I create a field separating field levels by dot, the DB turns empty (error).
When I try to create a field that already exists in DB , only the
level1
can be added
and the data is shown as json in DB:
.
If this data is edited by plugin, the nested metadata in YAML will be messed up:
.
Is there another issue related to what I’ve described above?
_Originally posted by @www-wagner in https://github.com/RafaelGB/obsidian-db-folder/issues/194#issuecomment-1261082733_
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:8 (6 by maintainers)
There are two new configurations (currently just for text). The first will enable the nested behaviour. The second one will modify the actual id of your column for a nested one separated by commas.
Read and write its working correctly! The next step will be allow multiple fields of the same nested column. I am keeping working on it. It will takes time.
Problems to resolve
THE problem to solve
Edit a nested key can not update that key into ALL the notes
https://user-images.githubusercontent.com/11924043/194858306-340ddfd1-919a-46bf-a778-1d1d38a0bc50.mov
due to the release of version 1.0.0 of Obsidian I am going to release a new minor version with everything developed at the moment and I will keep track of the improvements in another branch
pending issues: