2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-01 23:24:28 -06:00

1203 Commits

Author SHA1 Message Date
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 v2.6.0 2.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
Jeroen Akkerman
8f7d4dcb11 Simplify links in package.json 2019-04-15 12:55:51 +02:00
ysykzheng
98ab3513a6
Merge branch 'master' into master 2019-04-15 17:52:50 +08:00
Jeroen Akkerman
11de338c25
Merge pull request #81 from xmikasax/marked-merge-request
Update marked dependency. DOS vulnerability was patched in 0.6.2
2019-04-10 21:51:37 +02:00
xmikasax
d50378970a Update marked dependency. DOS vulnerability was patched in 0.6.2 2019-04-10 21:56:02 +03:00
ysykzheng
9e94709192 fix custom action shortcut not working 2019-03-26 23:36:17 +08:00
ysykzheng
8f590f4f96
Merge pull request #1 from Ionaru/master
update
2019-03-26 22:15:31 +08:00
Nathanaël Jourdane
4ae7fc8bc9 Allow openBrowseFileWindow() external call with custom callback 2019-03-13 18:48:36 +01:00
Nathanaël Jourdane
780845b7b2 Merge master into upload_images 2019-03-12 16:08:09 +01:00
Nathanaël Jourdane
6e35026a75 [wip upload-image] bugfix error message displayed twice 2019-03-12 16:07:55 +01:00
Nathanaël Jourdane
4ac86cc49d [wip upload-image] use more generic error codes, so the server could be used to upload other files than images 2019-03-12 16:07:55 +01:00
Jeroen Akkerman
fb1ce409bb Did not mean to commit that test.html file 2019-03-12 16:07:55 +01:00
Jeroen Akkerman
50fb9a9a3f Version 2.2.1 wasn't yanked 2019-03-12 16:07:55 +01:00
Jeroen Akkerman
17f5d064a2 Added links to users, issues and PRs to changelog 2019-03-12 16:07:55 +01:00
Nathanaël Jourdane
5fa549d3b3 [wip upload-image] make onError optionnal 2019-03-11 18:17:29 +01:00
Nathanaël Jourdane
8eff45f7a0 [wip upload-image] image server is now supposed to return a json object 2019-03-11 17:19:27 +01:00
Jeroen Akkerman
77038e4883 Did not mean to commit that test.html file 2019-03-08 18:10:46 +01:00
Jeroen Akkerman
6d5716f7c3 Version 2.2.1 wasn't yanked 2019-03-08 18:08:25 +01:00
Jeroen Akkerman
24d6cfb159 Added links to users, issues and PRs to changelog 2019-03-08 15:11:17 +01:00
roipoussiere
6c8ce85ea9 Add errorCallback option 2019-03-07 20:41:45 +01:00
Nathanaël
293c402e7d
Merge branch 'master' into upload_images 2019-03-07 18:20:23 +01:00
Nathanaël Jourdane
d374c5faec [wip upload-image] Better errors support and small code improvements 2019-03-07 18:15:59 +01:00
Jeroen Akkerman
c98bb016ff Fixed headers in the changelog being too big. 2019-03-07 13:43:50 +01:00
Jeroen Akkerman
087bc8cfed Added standardized changelog file. 2019-03-07 13:42:09 +01:00
Nathanaël Jourdane
9f33099b1c Use textContent instead innerHTML when appropriate to avoid XSS 2019-03-07 11:31:48 +01:00
Nathanaël Jourdane
effc080bae [wip upload-image] Allow image upload with copy-paste 2019-03-06 15:36:58 +01:00
Nathanaël Jourdane
fa2c299455 [wip upload-image] Refactoring: remove createImageInput(), set uploadImage() as a prototype, create uploadImages() 2019-03-06 15:35:52 +01:00
Nathanaël Jourdane
ad31ea565c [wip upload-image] Display status messages about image upload in status bar. 2019-03-05 18:08:33 +01:00