Skip to content

[Feature request] Add configuration file to have custom defaults. #256

Description

@quasipedia

Hello there (again! 🙂 )

I take this doesn't exist (or anyway: if it does, I failed to spot it), but what I would find very useful would be to have a simple configuration file (TOML seems a great option here).

What happens today is that at every start of the server, all checkboxes and tools are reset to their default as per software author.

What I would like is that at every start of the servere, everything would be reset to my liking 😉 .

Something like a yacv_defaults.toml file with a content on these lines:

[ helpers ]
show_faces = false
show_edges = true
show_vertices = false
axis_width = 3
grid_width = 1

[ parts ]
show_faces = true
show_edges = true
show_vertices = false

[colors.helper]
faces = "#FF0000"
edges = "#FFAA00"
vertices = "#000000"

...etc... (the syntax / content does not need to be exactly that, but you get the drift...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions