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

Deeplinking to specific CMS fields #351

Closed stevenle closed 1 month ago

stevenle commented 1 month ago

Description

Users should be able to deeplink to a specific CMS field by copying/pasting some link. Clicking on that link should take the user into the editor and the editor would scroll to that field and highlight it in a special color.

The implementation for this should be subtle but intuitive so that the UI isn't cluttered. Initial thinking is when field labels are hovered, a # icon appears that is clickable. User would be able to copy that link and share with other content editors.