2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-01 15:11:02 -06:00

114 Commits

Author SHA1 Message Date
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
1.3.0
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
Wes Cossick
c089fc5753 Title attributes added to toolbar buttons 2015-07-14 00:40:36 -05:00
Wes Cossick
bbcff529ec Merge pull request #21 from NextStepWebs/development
Add event handling to README
2015-07-11 10:09:33 -05:00
Wes Cossick
1c1f3fdecd Add event handling to README 2015-07-11 10:09:02 -05:00
Wes Cossick
8b3512cd02 Merge pull request #15 from NextStepWebs/development
Rename source file markdownify.js > simplemde.js
2015-07-08 10:25:28 -05:00
Wes Cossick
4a2a06c642 Rename source file markdownify.js > simplemde.js 2015-07-08 10:24:46 -05:00
Wes Cossick
7223c23cdc Merge pull request #11 from NextStepWebs/development
READEME: Small tweaks
2015-07-05 21:47:03 -05:00
Wes Cossick
2090a9e553 Fix grammar typo 2015-07-05 21:46:25 -05:00
Wes Cossick
1229ea0224 Include note about delay with jsDelivr 2015-06-27 20:12:13 -05:00
Wes Cossick
f69c39f5ad Merge pull request #10 from NextStepWebs/development
Fix autosave issue
1.2.1
2015-06-27 14:31:27 -05:00
Wes Cossick
a772676b78 Bug Fix: Issue with autosave not finding saved text 2015-06-27 14:28:47 -05:00
Wes Cossick
e072698b78 Added a what's changed point 2015-06-26 16:22:23 -05:00
Wes Cossick
47132fc20a Merge pull request #9 from NextStepWebs/development
Autosaving, More options, Split out Font Awesome, Fix bugs
1.2.0
2015-06-26 16:20:26 -05:00
Wes Cossick
03da7bb02c Minified versions 2015-06-26 16:11:37 -05:00
Wes Cossick
ae624852e0 Now there's a note in the status bar for autosaves 2015-06-26 16:04:14 -05:00
Wes Cossick
c347811e29 Update Marked to 0.3.3 2015-06-26 15:41:21 -05:00
Wes Cossick
83722ff7b2 Update to CodeMirror 5.4.1 2015-06-26 15:39:33 -05:00
Wes Cossick
f0a2255870 Tweak readme text 2015-06-26 15:36:38 -05:00