mnaoumov2k downloadsAllows to view/edit nested frontmatter properties.
This is a plugin for Obsidian that allows to view/edit nested frontmatter properties.
Inspired by the Feature request.
---
level1simple: simple1
level1Nested:
level2simple: simple2
level2Nested:
level3simple: simple3
level3Nested:
level4simple: simple4
level4Nested:
level5simple: simple5
---

The plugin is not available in the official Community Plugins repository yet.
To install the latest beta release of this plugin (regardless if it is available in the official Community Plugins repository or not), follow these steps:
Add plugin button once and wait a few seconds for the plugin to install.By default, debug messages for this plugin are hidden.
To show them, run the following command in the DevTools Console:
window.DEBUG.enable('nested-properties');
For more details, refer to the documentation.
See my other Obsidian resources.