canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,093
edits
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
# With no formal plugin mechanism, new Bespin behavior needs to be integrated with the core Bespin code to be useful. | # With no formal plugin mechanism, new Bespin behavior needs to be integrated with the core Bespin code to be useful. | ||
# The "embedded" version of the Bespin editor is not handled like a first class citizen when it comes time to make releases, and yet it is a popular part of the project. | # The "embedded" version of the Bespin editor is not handled like a first class citizen when it comes time to make releases, and yet it is a popular part of the project. | ||
# You can't embed two Bespins on a page, because of the use of globals (bespin.get, bespin.publish, etc.) | |||
# The core needs more automated tests to help ensure that we can make releases quickly without breaking things for people who are dependent on it. | # The core needs more automated tests to help ensure that we can make releases quickly without breaking things for people who are dependent on it. | ||
# The documentation on the wiki can be out of date relative to the current state of the code. | # The documentation on the wiki can be out of date relative to the current state of the code. | ||