Sorry, that completely flew out of my head. Anyhow I built a fix for your concerns:
- Properties are not being updated
- Properties cannot be selected for mobile version
You can download the updated version of the Map of Concent
and Mobile Map of Concent
Requirement:
- Install and enable the
MetaEdit
community plugin.
Changes Made:
- We created an updateNoteProperty helper function that connects to MetaEdit’s API (app.plugins.plugins[“metaedit”]) to handle the actual note updates.
- We built an EditableCell component that manages the editing state and shows a confirmation dialog before making changes, using useState and useRef hooks to track values.
- We modified the table rendering to use EditableCell instead of just displaying values, allowing users to click any cell (except file names) to edit properties, which then triggers the MetaEdit update process through our helper function.
Map of Content.md (39.1 KB)
Mobile Map of Content.md (40.8 KB)
Let me know if you encounter any issues, thank you