From 4898ed74a57b6d14cbcd962e967111adffd4595d Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 10 May 2015 14:05:06 +0200 Subject: set up medium-style editor with image embedding and appcache --- views/editor.php | 52 +++++++++++++++++++++++++++++++++++++++++++++ views/partials/appcache.php | 22 +++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 views/editor.php create mode 100644 views/partials/appcache.php (limited to 'views') diff --git a/views/editor.php b/views/editor.php new file mode 100644 index 0000000..5036723 --- /dev/null +++ b/views/editor.php @@ -0,0 +1,52 @@ + + + + Quill Editor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + \ No newline at end of file diff --git a/views/partials/appcache.php b/views/partials/appcache.php new file mode 100644 index 0000000..4fa1f13 --- /dev/null +++ b/views/partials/appcache.php @@ -0,0 +1,22 @@ +CACHE MANIFEST + +# v1 + +/editor +/editor/style.css +/editor/medium-editor/css/medium-editor.min.css +/editor/medium-editor/css/themes/default.min.css +/editor/medium-editor/css/medium-editor-insert-plugin.min.css +/editor/medium-editor/css/medium-editor-insert-plugin-frontend.min.css +/editor/font-awesome/css/font-awesome.css +/editor/jquery-1.11.3.min.js +/editor/jquery-ui-1.11.4.custom/jquery-ui.min.js +/editor/jquery.fileupload.js +/editor/jquery.iframetransport.js +/editor/handlebars.min.js +/editor/medium-editor/js/medium-editor.min.js +/editor/medium-editor/js/medium-editor-insert-plugin.min.js +/editor/localforage/localforage.js + +NETWORK: +* -- cgit v1.2.3