Home

I rewrote the Code in the Dark editor with Vue

In April I decided to rewrite the Code in the Dark editor with Vue.js after trying to use the official editor and facing issues with some incompatibilities between the libraries and my yarn version.

I rewrote it with Vue.js, I have used the original code as a base but I have changed some details.

First of all, the base technology is different, the original editor was written with CoffeScript and I rewrote it with Vue.js

The other difference is that I have used the Codemirror library and the original version uses brace.


Next steps

I plan to add some extra features to this editor in the next months, for example:

  1. a timer - to make it easy to keep the time on track
  2. themes

But, I’m currently focused on creating another project that I’ll probably launch next month.



You can check my code here.