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

807 Commits

Author SHA1 Message Date
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
Jeroen Akkerman
a8306bf617 Only include necessary files in build package 2019-02-28 14:58:54 +01:00
Nathanaël Jourdane
b309645005 Ignore dist folder and remove it 2019-02-28 10:10:59 +01:00
Jeroen Akkerman
c0ea7aab25
Merge branch 'master' into fix_link 2019-02-27 23:49:07 +01:00
Nathanaël Jourdane
e2f4508ec2 Fix marked option link in readme 2019-02-27 17:31:01 +01:00
Nathanaël Jourdane
1c7ce2a0d4 Fill image and link prompts to 'https://' by default 2019-02-27 17:10:07 +01:00
Jeroen Akkerman
99f303229b Updated packages 2019-02-27 13:59:42 +01:00
Jeroen Akkerman
c1a695af51 Auto-format of types folder. 2019-02-27 13:54:57 +01:00
Jeroen Akkerman
df530cf465 Change markdown guide link to open-source Markdown guide website. 2019-02-27 13:54:27 +01:00
Jeroen Akkerman
0baa96af59 Only show build status of the master branch 2019-02-27 11:07:32 +01:00
Jeroen Akkerman
4556f4f1d3 Added latin extensions to wordCount pattern, fixes #61. 2019-02-27 11:06:59 +01:00
Jeroen Akkerman
104e10b401 Fix small typos in CONTRIBUTING.md and remove old file. 2019-02-21 17:50:46 +01:00
Jeroen Akkerman
f50c96bc01 Small fixes for this change
* Removed redundant code.
* Renamed function to better reflect its behaviour.
* Marked `noDisable` and `noMobile` as optional.
2019-02-20 01:59:54 +01:00
Jeroen Akkerman
4385d733e5 Update packages and build dist files. 2019-02-20 01:42:48 +01:00
Jeroen Akkerman
fa9ff580c4 Restore backwards compatibility with SimpleMDE, fixes #41 2019-02-20 01:41:53 +01:00
Jeroen Akkerman
aa47cbd638 Change branch for build badge in README 2019-02-19 00:59:43 +01:00
Jeroen Akkerman
78c91a3977 Update npm key 2019-02-19 00:55:43 +01:00
Jeroen Akkerman
aa7a5f041d Rebuilt dist JS & don't use npx yet in travis.yml 2019-02-19 00:26:04 +01:00
Jeroen Akkerman
4bea687682 Remove old (and not working) CONTRIBUTING.md 2019-02-19 00:20:21 +01:00
Jeroen Akkerman
711ce62657 Adjust travis.yml for master-only repository. 2019-02-19 00:19:53 +01:00
Jeroen Akkerman
b9ee1db9be Merge branch 'development' 2019-02-19 00:13:34 +01:00
Jeroen Akkerman
cae45434b0
Merge pull request #54 from roipoussiere/readme_rework_dev
Readme rework
2019-02-18 11:27:47 +01:00
Nathanaël Jourdane
51498a3fe6 contributing.md: install node v10 instead of v8 2019-02-13 11:58:46 +01:00
Jeroen Akkerman
9c8c8dc0c2
fix bullets-points indentation in CONTRIBUTING.md
Co-Authored-By: roipoussiere <roipoussiere@protonmail.com>
2019-02-13 11:23:29 +01:00