#10451
Stefan
Participant

Is there a macro way to add/delete a configuration?

If you mean to “modify” an configuration,
then yes, search the help or the forum for “cfg.”

Or take a look at “Snippets-plugin > General > Toggle Line Numbers”

cfg = document.Config;
cfg.General.ShowLineNumbers = !cfg.General.ShowLineNumbers;
cfg.Save();

.