mkremins / flense

Edit trees, not text
MIT License
101 stars 3 forks source link

Package Flense as a standalone library #6

Closed mkremins closed 10 years ago

mkremins commented 10 years ago

The core editor UI can almost certainly function well as a standalone Om component suitable for integration into other apps as a Clojure editor frontend. To make third-party use a more attractive option, the editor UI code ought to be made available as a standalone library.

The platform-specific code currently present in this repository should be moved into a separate flense-nw project which will essentially serve as a demonstration of Flense's capabilities, depending upon the core Flense library and wrapping an instance of the editor component in an imitation of the typical text editor UI.