use editor_template for snippets

This commit is contained in:
2019-07-24 16:34:23 -05:00
parent 3e95e5beb4
commit 17793dfd7b
4 changed files with 103 additions and 87 deletions

View File

@@ -21,6 +21,12 @@ block content
a.btn(href='./api') DevBug API
br
h3 Changelog
h4 v0.6.0 - UI Improvements!
ul
li New navigation theme with sticky navigation bar to make the display cleaner
li Separate "editor mode" layout for views using Ace.js
li Out viewer now uses editor mode.
h4 v0.5.1 - Use Ace.js for Outputs
ul
li Switched over to use Ace.js to view development output. Might make this a user preference in the future.