Leo-el-vue  Leo-el-vue

Leo in CoffeeScript and Vue

This is quick rewrite of the other experimental project using CoffeeScript instead of ClojureScript and Vue instead of OM/React.

The switch to Vue was inspired by the work of Joe Orr who made LeoVue - web viewer for Leo documents. See this page.

In its current implementation, LeoElVue, reads .leo documents, parses them and build its internal representation of outline.

TODO:

  • It still doesn't read external files
  • It doesn't implement commands for inserting/deleting/moving/cloning nodes.
  • It doesn't save changes back to original .leo file
  • It doesn't save external files

These are things to do next on this project.

Finally, I do hope that the published version of this project can be built on target platforms without errors. If you encounter any error during build process please report here