Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 996 Bytes

Roadmap.md

File metadata and controls

18 lines (16 loc) · 996 Bytes

Roadmap

Not so much a roadmap, as there are no dates or specific releases targeted for anything that appears below. It's more a to-do list of issues to address and features that might make it into future releases.

  1. Add rules management to the editor
    1. prepend, append, replace (Added in 0.3)
    2. insert, insert before, insert after
  2. Clean up code!
    1. Make better use of BootstrapVue components
    2. Review all the Vue components and the code within (apologies to those with experience using Vue for the state of this code)
    3. Get rid of the EventBus and do things the proper way
  3. Incorporate the Bootswatch theme switching that existed in the alpha version
  4. Warn the user before overwriting existing files during file creation and import -- currently there are no warnings on filename collisions
  5. Add confirmations for destructive actions, like deleting entries in the editor
  6. Add method to delete files
  7. Improve documentation/help
  8. Improve the import parser