Skip to content

Releases: s-elo/Markdown-editor

v1.5.2

18 Sep 13:25
Compare
Choose a tag to compare

fix: fix the git pull without refreshing bug
feat: record scrolling status for each tab

v1.5.1

27 Jun 12:32
Compare
Choose a tag to compare

fix: 🐛 heading and keyword anchor bug

v1.5.0

26 Jun 02:05
Compare
Choose a tag to compare

Add some features and plugin

  1. Sync postiion at code mirror by double clicking at editor
  2. Add iframe plugin
  3. Add more language options at code fence

Fix open tab bug when renaming docs

23 Jun 05:07
Compare
Choose a tag to compare
  1. go through all the opened tab when renaming; add useRenameTab hook

  2. update README

Fix editor height bug and update README

21 Jun 05:40
Compare
Choose a tag to compare
  1. eidtor height bug when switch to edit mode

  2. add demos.gif at README

Show result number at DocSearch and ImgSearch

20 Jun 01:36
Compare
Choose a tag to compare
v1.4.1

Show result number at DocSearch and ImgSearch

Add config setting feature

20 Jun 01:11
Compare
Choose a tag to compare

able to set the configs instead of set them manually at the config.json

fix resize bar width bug along the way

Fix resize bar bug

19 Jun 09:09
Compare
Choose a tag to compare

take the resize bar width into account when updating the widths of resizable boxs

Finish open tabs feature

17 Jun 06:17
Compare
Choose a tag to compare

manage tabs about opened docs

Fix git box bug

16 Jun 02:14
Compare
Choose a tag to compare
  1. chagne different method to get status at node server
  2. add consideration of the situation where same file might be at the
    staged and working space at the same time
  3. add ErrorBoundary to GitBox
  4. change the style of deleted changes at git box