enolib icon indicating copy to clipboard operation
enolib copied to clipboard

eno file writing

Open savearray2 opened this issue 6 years ago • 1 comments

Hey there,

I really like the eno format, and am beginning use of it heavily in a few of my projects. I wanted to know if you plan on supporting eno file writer functionality in your libraries.

It would be extremely helpful not only to read in eno files, but also output them. I would like to make custom configuration files, have them modified by hand elsewhere, and then read them back in and check for changes. If necessary, I can write this functionality myself, it would just be nicer if it was an officially supported feature.

Thanks!

savearray2 avatar Mar 13 '19 23:03 savearray2

I'm vaguely planning some kind of a builder pattern style API for this, but please don't wait for it and roll your own for the time being! If you'd like to share the code you come up with at some point I'd love to take a look at how you solved it!

simonrepp avatar Mar 15 '19 16:03 simonrepp