MarkupEditor's First Beta Release #52
stevengharris
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's time to declare that the MarkupEditor is feature complete and ready for Beta. Or, as we used to say, "good enough to criticize". Beta 1 is the 0.5.1 release.
At this point, the MarkupEditor really just needs more people to consume it and use it. I am going to limit my own work on it except to respond to issues people raise and those I find when I am consuming it myself. I will release 0.5.x versions as needed during the Beta period.
What I would really love from the Beta period is feedback. In particular, I would like the MarkupEditor to be a polished product. For you as developers, it should be easy to integrate into your apps. I hope your use case will help me to sand down any rough edges you find, but you need to let me know. For your users, it should just work, without any surprises or issues. This means that your feedback will need to come with enough information to help me identify the problem, which might involve screen recordings. I'm happy to hear general comments, suggestions, or observations, too. Pull requests welcome :-).
Here are some things I am considering for the Beta period:
markup.js
into multiple files. It's kind of ridiculous now, coming in at over 10,000 lines (including voluminous comments). I think I am the only one who really cares, but I can see that it might make life easier for anyone brave enough to submit a PR that crosses into the JavaScript world. In my defense, it was pretty well contained when I started out, but as we all know, these things have a way of getting out of hand. If I do this refactoring ofmarkup.js
into multiple files, they should all just get installed as resources with the package, so I don't think there will be any impact on consumers of the MarkupEditor.markup.css
, to work properly with Dynamic Type. I haven't spent any time to look into this and hope it is not a huge change. Mainly I am concerned that MarkupEditor consumers who put effort into being good citizens in terms of accessibility (which I aspire to be) will not be able to use it. Again, suggestions (or even PRs!) on this front would be welcome.Hope people find it to be useful!
- Steve
Beta Was this translation helpful? Give feedback.
All reactions