Commit graph

131 commits

Author SHA1 Message Date
Marcos Piccinini e04e75a1fa Pasted quickly, sorry. 2015-08-11 16:22:49 +01:00
Marcos Piccinini 2cffd6cae5 Fix gulpfile, add fullscreen.js 2015-08-11 16:22:49 +01:00
Fernando Mendes d02aa31c23 Small fix 2015-08-11 16:22:48 +01:00
Fernando Mendes 8e877a70d8 Updates gulpfile 2015-08-11 16:22:47 +01:00
Fernando Mendes 154723e058 Updates project structure to match gulpfile 2015-08-11 16:22:47 +01:00
Fernando Mendes 138d1a80e3 Adds gulpfile and updates gitignore 2015-08-11 16:22:16 +01:00
Fernando Mendes 709a51af19 Accepts blank test in editor value getter/setter 2015-08-11 16:22:16 +01:00
Fernando Mendes 586f49d64a Renames source folder, creates dist folder 2015-08-11 16:20:44 +01:00
Jon Moss 613cdcaf0b Update Readme docs
Adding element rendered the editor; otherwise editor wouldn't render for me.
2015-08-11 16:19:25 +01:00
Wes Cossick b55fef85ae Tweak formatting of README code 2015-08-11 10:06:34 -05:00
Wes Cossick 14b1bd023c Restructure repo 2015-08-11 10:05:41 -05:00
Wes Cossick 2f6335e640 Fix bugs: preview/fullscreen with multiple editors on same page 2015-08-11 10:00:14 -05:00
Wes Cossick 91095a93d5 Fix issues with fullscreen appearance 2015-08-11 09:59:26 -05:00
Wes Cossick 8a892d4b78 Minified files 2015-08-08 15:40:43 -05:00
Wes Cossick 022ccfd315 Fix previewing sizing bug inadvertently caused 2015-08-08 15:40:34 -05:00
Wes Cossick 1d263cabb9 Tweak README toolbar table 2015-08-08 15:10:49 -05:00
Wes Cossick d8ad2959a8 Fix fullscreen icon not remaining active 2015-08-08 15:00:01 -05:00
Wes Cossick 67b1ac7ca8 Update spell checker dependency 2015-08-08 14:59:47 -05:00
Wes Cossick dd85947668 Fix cursor position issue in #39 2015-08-08 14:59:37 -05:00
Wes Cossick 9af8929945 Update documentation 2015-08-08 13:15:14 -05:00
Wes Cossick fc6fd13025 Support fullscreen (including new toolbar button) 2015-08-08 13:14:04 -05:00
Wes Cossick 1aad2dec4c Fix toolbar overwrite issue 2015-08-07 16:32:53 -05:00
Wes Cossick c75bf94de8 Update dependencies 2015-08-07 16:20:05 -05:00
Wes Cossick 72a2b011d6 Minified versions 2015-07-20 23:31:05 -05:00
Wes Cossick 9d4c6a63e4 New! Spell checking support 2015-07-20 23:26:47 -05:00
Wes Cossick 7db42a36c2 Update to CodeMirror 5.5.1 2015-07-20 22:27:04 -05:00
Wes Cossick c7dd040ed3 More reliable tabbing, fixes bug in Firefox
Closes issue #30
2015-07-20 22:19:39 -05:00
Wes Cossick c8b908fd0e Update README.md 2015-07-20 11:51:58 -05:00
Wes Cossick 1227bb6abd JavaScript highlighting in README 2015-07-20 11:49:47 -05:00
Wes Cossick b1e045f5b1 Tweak capitalization 2015-07-15 23:54:54 -05:00
Wes Cossick 72fdf40d3d Minified file 2015-07-14 16:12:34 -05:00
Wes Cossick 619d5dad4c Add notice to gfm.js 2015-07-14 16:12:28 -05:00
Wes Cossick 2a2aa7c36d Update compile README 2015-07-14 16:12:22 -05:00
Wes Cossick d61280d03d Use GitHub flavored markdown 2015-07-14 16:07:56 -05:00
Wes Cossick ebf32d01fa Merge pull request #24 from NextStepWebs/development
Fix README inaccuracy
2015-07-14 12:58:50 -05:00
Wes Cossick 5ba95f1ba6 Fix README inaccuracy 2015-07-14 12:58:28 -05:00
Wes Cossick 148721ee1f Merge pull request #23 from NextStepWebs/development
Tooltips, Expanded icons, Guide, Bug fixes
2015-07-14 12:54:59 -05:00
Wes Cossick 94d02639f9 Minified files 2015-07-14 12:54:33 -05:00
Wes Cossick fcea866fb4 Setting to disable toolbar guide icon 2015-07-14 12:43:33 -05:00
Wes Cossick 474b576521 Add horizontal rule button 2015-07-14 12:34:22 -05:00
Wes Cossick 888165a9fe Fix a bug 2015-07-14 12:24:42 -05:00
Wes Cossick 148a3efadf Add code block to README 2015-07-14 12:24:37 -05:00
Wes Cossick 54a47f3dbc Fix selection issue with code blocks 2015-07-14 12:03:33 -05:00
Wes Cossick fa7ef0310e Tweak README for readability 2015-07-14 11:55:42 -05:00
Wes Cossick 096f6e9a6d Fix bug creating icons 2015-07-14 11:54:40 -05:00
Wes Cossick d05106a0ed Customize toolbar, Document this in README 2015-07-14 11:52:28 -05:00
Wes Cossick 6c3baad29b Add help icon, Add shortcut note to tooltip, Add preview shortcut 2015-07-14 11:31:45 -05:00
Wes Cossick 5c4ca1f01a Merge pull request #22 from jetmind/patch-1
Fix instructions to change min-height
2015-07-14 11:17:25 -05:00
Igor Bondarenko 20d66d9a23 Fix instructions to change min-height
If you set `min-height` to value less than default 300px, you'll need to set it on `.CodeMirror-scroll` also for it to work.
2015-07-14 13:54:18 +03:00
Wes Cossick 8f1c54b7dd toolbarTips option added 2015-07-14 00:47:34 -05:00