-
Notifications
You must be signed in to change notification settings - Fork 0
Home
amarraja123 edited this page Nov 30, 2017
·
2 revisions
Welcome to the SpringBootPhoenix wiki!
Basic useful feature list:
- Ctrl+S / Cmd+S to save the file
- Ctrl+Shift+S / Cmd+Shift+S to choose to save as Markdown or HTML
- Drag and drop a file into here to load it
- File contents are saved in the URL so you can share files
I'm no good at writing sample / filler text, so go write something yourself.
Look, a list!
- foo
- bar
- baz
And here's some code! 👍
$(function(){
$('div').html('I am a div.');
});
public static void main(String[] args){
System.out.println();
}
This is on GitHub so let me know if I've b0rked it somewhere.
Props to Mr. Doob and his code editor, from which the inspiration to this, and some handy implementation hints, came.
- markdown-it for Markdown parsing
- CodeMirror for the awesome syntax-highlighted editor
- highlight.js for syntax highlighting in output code blocks
- js-deflate for gzipping of data to make it fit in URLs