designSpaceRoboFontExtension icon indicating copy to clipboard operation
designSpaceRoboFontExtension copied to clipboard

[2.0] store comments somewhere

Open typemytype opened this issue 2 years ago • 1 comments

dont duplicate data as DS objects and custom syntax

in the lib?

would be hard, data change externally, storing line numbers is a bad idea

in the xml directly on write and read?

insert xml comments in the associated objects?

with etree.Comment("this is a comment") and insert this somewhere and read it back in?

storing comment isnt really that important at all

add notes tab

where users can store arbitrary info

typemytype avatar Aug 16 '22 22:08 typemytype

maybe the easiest is not to support comments in the text editors and add a lib key for notes

typemytype avatar Sep 28 '22 14:09 typemytype