Crest is an open-source text-editor for building single file web apps!
click to logo to visit the app.
- Templating Code
- Adding Prefix and Suffix
- Consuming API's
- Generating Templated code
- Configurable Theme
- Command Based Navigation
Crest uses the following commands for it's functionalities simply use the following commands in the "command here" textbox at the bottom of the screen.
for adding suffix and prefix to code
affix#(prefix-here)#(suffix-here)
for calling an imported code template
tmp#(template-index)#(data-1)#(data-2)#(data-n)
example commnad.
tmp#0#This is the first value of my tempplete to be parsed#this is the second one#
where "n" is the value if which index you wanted crest to bind the data into.
Crest uses a the following technologies to works
- [Ace Editor] - Awesome web based text editor
- [jQuery] - Yeah baby!
- [limonte-sweet-alert-2] - for awesome modals :).