biscuit icon indicating copy to clipboard operation
biscuit copied to clipboard

Settings Editor

Open tomlin7 opened this issue 1 year ago • 2 comments

The settings editor is not functional in this stage. The configurations done from the editor won't take effect on the actual config. Implementing the settings editor is important. Atleast biscuit should open the configuration files when asked for settings to edit the config within biscuit itself for now.

tomlin7 avatar Oct 01 '23 11:10 tomlin7

Ok so i noticed this issue while using the editor and found that the settings page does not do anything and configs are not saved. I was thinking since it is using CheckButton() maybe we can utilize the command argument of CheckButton() and maybe call a function which will change the configs and whenever the editor is closed, only then we actually write into settings.toml instead of writing it to settings.toml everytime we change a setting.

vyshnav-vinod avatar Mar 18 '24 13:03 vyshnav-vinod

The config loader part of biscuit was removed temporarily as I thought of rewriting it properly. So currently biscuit doesn't load or handle any config files. Though I'd like the community's suggestions on writing a new system in place.

  • Use of sqlite3 databases instead of json/toml files this would make the configurations only changeable within the editor (from settings editor)

tomlin7 avatar Mar 18 '24 20:03 tomlin7