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

1130 Commits

Author SHA1 Message Date
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
Nathanaël Jourdane
3cb4a817f2 [wip upload-image] Allow image upload with drag&drop 2019-03-05 11:44:31 +01:00
Nathanaël Jourdane
e1536da530 [wip upload-image] bugfix error popup 2019-03-05 10:08:01 +01:00
Nathanaël
c7275aa72b
Merge branch 'master' into upload_images 2019-03-05 07:51:29 +01:00
Jeroen Akkerman
e1ae0e4230
Create issue templates 2019-03-05 00:58:57 +01:00
Jeroen Akkerman
8f435686d7
Merge pull request #70 from roipoussiere/fix_markdown_help_link
Update markdown guide link in readme
2019-03-04 22:13:48 +01:00
Nathanaël Jourdane
070e3e5c83 [wip upload-image] update readme with new upload-image options 2019-03-04 18:12:54 +01:00
Nathanaël Jourdane
aa39672e4e [wip upload-image] After image upload, insert image markdown template with uploaded image url 2019-03-04 18:10:46 +01:00
Nathanaël Jourdane
3d1e33396f [wip upload-image] Upload image when selecting it on browse-file window 2019-03-04 18:07:59 +01:00
Jeroen Akkerman
dd0e96b204 Improve icon class regex 2019-03-04 17:46:15 +01:00
Nathanaël Jourdane
11e613b3d5 [wip upload-image] Add image icon to open the browse-file window 2019-03-04 17:05:22 +01:00
Jeroen Akkerman
14bfa678ab
Merge pull request #58 from Ionaru/bugfix/simplemde-compatibility
Restore backwards compatibility with SimpleMDE
2019-03-04 15:56:07 +01:00
Jeroen Akkerman
b14d7dda1c Merge branch 'master' into bugfix/simplemde-compatibility 2019-03-04 15:43:47 +01:00
roipoussiere
526f2ec82a Update markdown guide link in readme 2019-02-28 22:41:02 +01:00
Jeroen Akkerman
07d96c3842
Merge pull request #69 from roipoussiere/comma_dangle
Set eslint rule comma-dangle to always-multiline and apply it
2019-02-28 18:03:59 +01:00
Nathanaël Jourdane
dec5ca1148 Set eslint rule comma-dangle to always-multiline and apply it 2019-02-28 17:29:06 +01:00
Jeroen Akkerman
c81e7466fd
Merge pull request #63 from roipoussiere/fix_link
Fix marked option link in readme
2019-02-28 16:22:23 +01:00
Jeroen Akkerman
1158ef13aa
Merge pull request #62 from roipoussiere/prompt_with_https
Fill image and link prompts to 'https://' by default
2019-02-28 16:22:07 +01:00
Nathanaël Jourdane
7c0c530995 Merge master into fix_link 2019-02-28 16:13:15 +01:00
Jeroen Akkerman
bbe78803b0 Only include necessary files in build package 2019-02-28 16:12:42 +01:00
Nathanaël Jourdane
d875d98b9c Ignore dist folder and remove it 2019-02-28 16:12:42 +01:00
Nathanaël Jourdane
96c8c228b5 merge master 2019-02-28 16:01:58 +01:00
Jeroen Akkerman
d95de92048
Merge pull request #67 from roipoussiere/no_dist
Ignore dist folder and remove it
2019-02-28 15:09:39 +01:00
Jeroen Akkerman
48ece14c95
Merge branch 'master' into no_dist 2019-02-28 15:06:01 +01:00