blinkk / rootjs

Root.js – A full-featured web development tool with a built-in CMS.
https://rootjs.dev
MIT License
5 stars 0 forks source link

feat: add cms field deeplinking #355

Closed stevenle closed 1 month ago

stevenle commented 1 month ago

When user hovers over a field label, it should present a # symbol which can be used for deeplinking. When the CMS editor loads, it will automatically "open" all parent drawers for the deeplink and scroll to it, highlighting it in yellow.

screens:

Screenshot 2024-06-06 at 2 46 54 PM

fixes #351