Billy
Billy
## Feature From the feedback received from users, a 3D model viewer was requested. It should work with drag-n-drop as well. - should it be an extension or a built-in...
Fixed a sizing issue with `terminal` css Before:  After: 
- For now, a hello biscuit template has been added to github - Later, this will be cloned when `biscuit ext new ...` command is used - Maybe when there...
Fixes #398 Add Tree-sitter support for advanced syntax highlighting for Python files. - Tree-sitter for Python built-in - Tree-sitter and Pygments as a fallback.
Fixes #451 Add functionality to update config manager state and store settings using sqlite3 in the settings editor. - Add methods to save and load settings from sqlite3 db -...
Related to #405
- Since we're storing the version info within extension list, we can easily detect if anything is outdated (the list is fetched on every biscuit launch) - upon user confirming...
- devs submodule the extension to extensions repo, and mark name, version etc. in the list - for updates, the submodule is updated, version changed in list
## Feature The history navigations are placed next to breadcrumbs  These shall navigate user's cursor positions ## Notes - Implementation of history navigation buttons: [src/biscuit/editor/breadcrumbs/history_navigation](https://github.com/tomlin7/biscuit/blob/main/src/biscuit/editor/breadcrumbs/history_navigation.py) - Store the history...