2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-30 06:31:01 -06:00

426 Commits

Author SHA1 Message Date
Wes Cossick
5706319644 Full build 2015-12-05 00:37:20 -06:00
Wes Cossick
4eec6e6e3a Document showIcons; Tweak other wording 2015-12-05 00:37:12 -06:00
Wes Cossick
d30d9b7d00 Fix initial value overwriting autosaved value 2015-12-05 00:31:27 -06:00
Wes Cossick
36f97604f4 Refactor default toolbar organization; Allow showIcons setting (#170) 2015-12-05 00:18:40 -06:00
Wes Cossick
4dbe95fe80 Fixes #163 where tabbing through form would land on icons 2015-12-04 23:41:24 -06:00
Wes Cossick
17dad384bc Fix #166, z-index inconsistencies causing scroll issues 2015-12-04 19:52:34 -06:00
Wes Cossick
396de5f46c Fix #167 where escape key wouldn't always work 2015-12-04 19:48:26 -06:00
Wes Cossick
4b308e0c89 Travis.yml: Broader Node version testing 2015-12-04 19:23:41 -06:00
Wes Cossick
b21808ed12 Fix trailing space after vinyl-buffer 2015-12-04 19:19:22 -06:00
Wes Cossick
cac5699594 Fix travis config 2015-12-04 17:55:49 -06:00
Wes Cossick
c2cf41fc16 Update dependencies; Travis build in more node versions 2015-12-04 17:34:31 -06:00
Wes Cossick
169752eb9d More clearly document custom button code 2015-12-04 14:31:33 -06:00
Wes Cossick
170cbd0b2f Merge pull request #185 from adam187/feature/block-styles
add ability to set up markup for bold and italic
2015-11-30 11:09:41 -06:00
Wes Cossick
b4ee8a06e4 Fix small typo 2015-11-30 11:07:12 -06:00
Adam Misiorny
e7c45cfeec Update README.md 2015-11-30 17:53:41 +01:00
Wes Cossick
8a1d8fd285 Merge pull request #186 from adam187/fix/autosave-condition
fix condition for checking unique_id in autosave option
2015-11-30 10:06:26 -06:00
Adam Misiorny
19463486ef improve readme 2015-11-30 10:24:32 +01:00
Adam Misiorny
54fa76d798 update condition 2015-11-30 10:18:26 +01:00
Adam Misiorny
abedc7371d add ability to set up markup for bold and italic 2015-11-29 21:31:17 +01:00
Adam Misiorny
c7c940c614 fix condition for checking unique_id in autosave option when autosave is not defined 2015-11-29 21:13:40 +01:00
Wes Cossick
42c4a0bbef Merge pull request #184 from qumberhussain/development
Updated documentation for adding table
2015-11-25 13:56:20 -06:00
Qumber
d850ff7f0c Updated documentation for adding table 2015-11-25 10:07:51 +00:00
Wes Cossick
a31e978659 Merge pull request #182 from qumberhussain/development
Added support for tables
2015-11-24 12:14:33 -06:00
Qumber
342e853c19 Added support for tables 2015-11-24 17:54:41 +00:00
Wes Cossick
e8bdc03120 Update package.json to 1.8.2 2015-11-19 17:25:47 -06:00
Wes Cossick
dac02f2698 Update bower version 2015-11-19 17:25:03 -06:00
Wes Cossick
9d0b313320 Rebuild 2015-11-19 17:23:32 -06:00
Wes Cossick
a64f07e1c3 Autosave improvements (see description)
Checks that localStorage is available for all features, logs error if
not
Added function to clear the autosaved value
Prefixed the autosave localStorage key with “smde_”
2015-11-19 17:22:03 -06:00
Wes Cossick
a70b4978cb Rebuild project 2015-11-19 14:47:24 -06:00
Wes Cossick
52ed959be9 Change unique_id to uniqueId 2015-11-19 14:47:15 -06:00
Wes Cossick
7d5bd5f27e Depend on specific marked version 2015-11-19 14:39:00 -06:00
Wes Cossick
eb7f5cac53 Rebuild 2015-11-16 00:01:48 -06:00
Wes Cossick
90733ec404 Fix autosave briefly losing saved value 2015-11-16 00:01:44 -06:00
Wes Cossick
e05962d91c Merge pull request #156 from NextStepWebs/development
Introduce Travis CI builds
2015-11-03 22:30:54 -06:00
Wes Cossick
69e65ac0d1 Make autosave option more clear 2015-11-03 22:24:28 -06:00
Wes Cossick
06454332ba Format Travis file properly 2015-11-03 22:07:45 -06:00
Wes Cossick
becd1317ff Trigger Travis CI build with small change 2015-11-03 22:01:40 -06:00
Wes Cossick
6d44a0aa14 Merge branch 'master' into development 2015-11-03 15:50:06 -06:00
Wes Cossick
e295645d93 Document Travis CI requirement 2015-11-03 15:48:54 -06:00
Wes Cossick
9aa32df7e1 Revert "Note Travis CI requirement"
This reverts commit 0cd00edb937cff9906dbe592c8773d0f1fe2ea36.
2015-11-03 15:48:07 -06:00
Wes Cossick
0cd00edb93 Note Travis CI requirement 2015-11-03 15:46:22 -06:00
Wes Cossick
e42b85304d Auto deploy to npm 2015-11-03 15:28:30 -06:00
Wes Cossick
adda6665c1 Update simplemde.js 2015-11-03 15:07:39 -06:00
Wes Cossick
a98665a0a7 Merge branch 'master' into development 2015-11-03 14:58:30 -06:00
Wes Cossick
08fc75b909 Gulp should fail after lint error 2015-11-03 14:54:29 -06:00
Wes Cossick
2c77d032e6 Force lint error to test Travis CI 2015-11-03 14:46:23 -06:00
Wes Cossick
804427835b Update .travis.yml 2015-11-03 14:45:51 -06:00
Wes Cossick
a9c100fe6c Update .travis.yml 2015-11-03 14:41:17 -06:00
Wes Cossick
4e1d01bcb7 Update .travis.yml 2015-11-03 14:31:30 -06:00
Wes Cossick
dbf8f15e34 Create .travis.yml 2015-11-03 14:26:28 -06:00