Billy

Results 63 issues of 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...

enhancement

Fixed a sizing issue with `terminal` css Before: ![image](https://github.com/user-attachments/assets/3d92721f-16b2-43ac-a407-10301d980d3e) After: ![image](https://github.com/user-attachments/assets/7b53fcf9-ce02-4a4c-903a-47f72930d14f)

- 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...

enhancement
extensions
help wanted

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

New rewrite plan for extension manager

enhancement
extensions
help wanted

- 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 ![image](https://github.com/user-attachments/assets/8285cb03-3639-4049-a563-1101b32527c3) 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...

enhancement
text editor
help wanted