Editor
Last edited on 3/1/2018, 1:57:28 AM
DodgerCMS comes with a fully functional editor, accessible via the cloud or locally on your own file system. It was built to be extremely minimal and stay out of your way. The left pane contains a file browser where you can interact with all of all the entries in your site.
Easily rename entries of folders, giving them meaningful labels or titles.
Toolbar
The toolbar only contains a few items. In the future, more items may be added to the toolbar.
Preview
The preview button allows you to easily view the rendered result of your entry. Quickly toggle betweenedit
andpreview
mode to get a bird's eye view of the working document.Upload Image
Images can be uploaded directly to yourS3
bucket and then inserted directly into your document with a single click. This makes working with images extremely fast and efficient.
Syntax Highlighting
DodgerCMS uses highlightjs for all syntax highlighting, which supports up to 118 languages.
<!DOCTYPE html>
<title>Title</title>
<style>body {width: 500px;}</style>
<script type="application/javascript">
function $init() {return true;}
</script>
<body>
<p checked class="title" id='title'>Title</p>
<!-- here goes the rest of the page -->
</body>