A VSCode extension for editing acorgdb JSON files in a tabular format.
acorg-table-editor.mov
Warning
This was 99% coded using gemini-cli. It did all the heavy lifting on the actual functionality, I just fiddled with a bit of the formatting and colours.
- Download the latest
.vsixfrom the releases page. - In vscode open the extensions sidebar.
- Click the three dots icon at top of the sidebar and click
Install from VSIX.
- Open a
.jsonfile conforming to the acorgdb schema. - Run the
acorgdb: Edit as Titer Tablecommand from the command palette.
- Live Editing: Changes made in the table are instantly reflected in the underlying JSON file.
- Unsaved Changes: Modified cells are highlighted in green. The highlighting is removed once the file is saved.
- Saving: Use
Ctrl/Cmd+Sto save changes. - Navigation:
- Use the
Up ArrowandDown Arrowkeys to move between rows in the same column. - Use
TabandShift+Tabto navigate between cells horizontally.
- Use the
- Row/Column Highlighting: The current row and column are highlighted in light grey for better visibility.