2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-29 22:21:04 -06:00

1130 Commits

Author SHA1 Message Date
Jeroen Akkerman
63a1825b6e Log errors to console.error 2019-07-18 14:46:08 +02:00
Jeroen Akkerman
0558fb0d68 Increase timeout of error message to 10s 2019-07-18 14:29:54 +02:00
Jeroen Akkerman
cd7c9b8d4d Fixed errorMessages 2019-07-18 12:56:51 +02:00
Jeroen Akkerman
65af615c9b This PR will close #46 (super small edit to make that comment) 2019-07-18 12:43:10 +02:00
Jeroen Akkerman
11963829fc Added typings for image upload 2019-07-18 12:35:14 +02:00
Jeroen Akkerman
917ea336c4 Pre-calculate max file size 2019-07-18 12:01:50 +02:00
Jeroen Akkerman
f1b6a42561 Auto-format of the code 2019-07-18 12:00:32 +02:00
Jeroen Akkerman
6c66b54e2a Improve status bar logic 2019-07-18 11:45:39 +02:00
Jeroen Akkerman
d607dc4a15 Merge branch 'master' into upload_images_2 2019-07-18 11:31:46 +02:00
Jeroen van Oorschot
5f56c27ba7 update changelog 2019-07-16 11:01:05 +02:00
Jeroen van Oorschot
4f581b0c31 Show error message in status bar and reset status bar afterwards. 2019-07-15 22:29:11 +02:00
Jeroen van Oorschot
d9ee9c43d3 Allow server side error messages. 2019-07-15 22:04:02 +02:00
Jeroen van Oorschot
29d145a9b1 Add option for CSRF token on AJAX image upload 2019-07-15 21:39:49 +02:00
Jeroen van Oorschot
c54168a656 Fix status bar. 2019-07-15 15:52:43 +02:00
Jeroen van Oorschot
bbf3340581 IE11 compat. Fix status bar. 2019-07-15 15:11:07 +02:00
Jeroen van Oorschot
d317873fb0 update auxilary files and readme with 2.7.0 2019-07-15 13:24:58 +02:00
Jeroen van Oorschot
ff0db2000a Merge with 2.7.0. 2019-07-15 11:37:22 +02:00
Jeroen Akkerman
23cfe89fa0 Run typescript tests automatically 2019-07-13 19:22:16 +02:00
Jeroen Akkerman
66dcf7d868 2.7.0 2.7.0 2019-07-13 19:22:16 +02:00
Jeroen Akkerman
41e9d9a806 Updated changelog for 2.7.0 2019-07-13 19:22:12 +02:00
Jeroen Akkerman
a919391e34
Merge pull request #100 from Ionaru/custom-preview-class
Added option to override the preview screen styling, closes #99
2019-07-13 17:40:01 +02:00
Jeroen Akkerman
7cfeb37257 Added typings for new option 2019-07-12 14:36:59 +02:00
Jeroen Akkerman
71170a7eef Updated changelog for previewClass feature, closes #99 2019-07-12 14:10:56 +02:00
Jeroen Akkerman
5ffeba5a3c Added option to override the preview screen styling 2019-07-12 14:00:23 +02:00
Jeroen Akkerman
073bfbcea5 Updated dependencies and made code comply with new eslint rules 2019-07-11 10:19:42 +02:00
Jeroen Akkerman
912fd584ba
Bump lodash.template from 4.4.0 to 4.5.0 (#98)
Bump lodash.template from 4.4.0 to 4.5.0

Co-authored-by: null <49699333+dependabot[bot]@users.noreply.github.com>
2019-07-11 09:54:31 +02:00
dependabot[bot]
83c18f4971
Bump lodash.template from 4.4.0 to 4.5.0
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 02:31:16 +00:00
Andreas Richter
16b6f732d3 Allow deployment from git by adding dist folder. 2019-06-26 11:17:37 -04:00
Andreas Richter
f831662fdd Allow html to stay on preview page. 2019-06-26 11:06:00 -04:00
Jeroen Akkerman
786c5b63c6 Fixed version link in changelog 2019-06-17 15:16:32 +02:00
Jeroen Akkerman
17b3fe7b4f 2.6.1 2.6.1 2019-06-17 15:14:06 +02:00
Jeroen Akkerman
11d533cb16 Updated changelog for 2.6.1 2019-06-17 15:13:51 +02:00
Jeroen Akkerman
672291381d Added .npmrc to disable git tag prefix 2019-06-17 15:12:59 +02:00
Jeroen Akkerman
2ca09829b1 Updated changelog for PR #93 2019-06-17 15:07:54 +02:00
Jeroen Akkerman
c429efaff1 Merge branch 'master' of https://github.com/Ionaru/easy-markdown-editor 2019-06-17 15:04:17 +02:00
Jeroen Akkerman
1e9e4e46e0
fix: untoggle ordered-list items first when toggling unordered-list items (#93)
fix: untoggle ordered-list items first when toggling unordered-list items
Fixes #92
2019-06-17 13:02:43 +00:00
Jeroen Akkerman
6b85628042 Use Terser for JS minification instead of (deprecated) UglifyJS 2019-06-17 14:54:29 +02:00
roryok
58f26bc82c reset package-lock changes 2019-06-17 13:26:48 +01:00
roryok
c75a5edc1e remove console logging 2019-06-17 13:26:18 +01:00
roryok
8c443bf401 fix: untoggle ordered-list items first when toggling unordered-list items 2019-06-17 13:23:57 +01:00
Jeroen Akkerman
bd7c2595e8 Rewrite travis config to use job stages 2019-06-02 21:29:15 +02:00
Jeroen Akkerman
23d6aa738d Add Node.js 12 to Travis 2019-06-02 21:26:55 +02:00
Jeroen Akkerman
b529d9a28b Updated dependencies 2019-06-02 21:23:18 +02:00
Jeroen Akkerman
aa0304fdaa Merge branch 'pull-75' 2019-04-15 15:44:42 +02:00
Jeroen Akkerman
8b5806d663 Updated changelog for PR #75 2019-04-15 15:43:25 +02:00
Jeroen Akkerman
8e46c9f3c9
Merge pull request #75 from ysykzheng/master
fix custom action shortcut not working
2019-04-15 15:42:06 +02:00
Jeroen Akkerman
cc0c211759 Fixed shortcut code so links are opened as well. 2019-04-15 15:20:48 +02:00
Jeroen Akkerman
2a0def5fb5 Merge branch 'master' into pull-75 2019-04-15 15:15:17 +02:00
Jeroen Akkerman
aa7ea0b762 2.6.0 2.6.0 v2.6.0 2019-04-15 12:58:18 +02:00
Jeroen Akkerman
5882c03933 Updated changelog for 2.6.0 2019-04-15 12:58:06 +02:00