markdown-toolbar-element

Markdown formatting buttons for text inputs.

MIT License

Downloads
164.8K
Stars
347
Committers
17

Bot releases are visible (Hide)

markdown-toolbar-element - v2.2.3 Latest Release

Published by keithamus 8 months ago

What's Changed

Full Changelog: https://github.com/github/markdown-toolbar-element/compare/v2.2.2...v2.2.3

markdown-toolbar-element - v2.2.2

Published by keithamus 8 months ago

What's Changed

Full Changelog: https://github.com/github/markdown-toolbar-element/compare/v2.2.1...v2.2.2

markdown-toolbar-element - v2.2.1

Published by keithamus about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/markdown-toolbar-element/compare/v2.2.0...v2.2.1

markdown-toolbar-element - v2.2.0

Published by keithamus over 1 year ago

What's Changed

Full Changelog: https://github.com/github/markdown-toolbar-element/compare/v2.1.1...v2.2.0

markdown-toolbar-element - v2.1.1

Published by koddsson over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/markdown-toolbar-element/compare/v2.1.0...v2.1.1

markdown-toolbar-element -

Published by srt32 almost 3 years ago

markdown-toolbar-element -

Published by koddsson about 3 years ago

markdown-toolbar-element -

Published by koddsson about 3 years ago

What's Changed

https://github.com/github/markdown-toolbar-element/compare/v1.5.2...v1.5.3

markdown-toolbar-element - v1.5.2

Published by manuelpuyol about 3 years ago

This release adds new shortcuts:

  • quotes cmd+.
  • bulltes cmd+shift+8
  • lists cmd+shift+9
markdown-toolbar-element - v1.5.1

Published by keithamus over 3 years ago

This release changes the code markdown toolbar shortcut to cmd/ctrl+e instead of cmd/ctrl+shift+E - this better aligns with the existing shortcuts.

markdown-toolbar-element - v1.5.0

Published by keithamus over 3 years ago

This release adds a shortcut cmd/ctrl+shift+E for automatically wrapping selected text in a code block.

This also fixes a bug with capitalisation of hotkeys implying shift. On MacOS the cmd+shift plane specifically lower-cases letters, meaning event.key is set to lower case if metaKey and shiftKey are true; the same is not true for ctrl, or for other OSes. This fixes the bug so that the presence of shiftKey will capitalise event.key, for the hotkey attribute.

markdown-toolbar-element -

Published by keithamus over 3 years ago

This release adds the <md-strikethrough> element for applying Strikethrough formatted text to a selection. Thanks @mattmikolay

markdown-toolbar-element - 1.3.2

Published by dgraham about 4 years ago

  • #34 Fix invalid selector in hotkey query
markdown-toolbar-element - v1.3.1

Published by muan over 4 years ago

  • Add a fallback for getRootNode
markdown-toolbar-element - v1.3.0

Published by muan over 4 years ago

  • Support Shadow DOM context.
  • Convert to TypeScript/remove Flow type support.
  • Package is now type module. UMD build is removed.
markdown-toolbar-element - v1.2.0

Published by keithamus over 4 years ago

  • Feat add focus management for toolbar (#30)
  • Bump acorn from 6.1.1 to 6.4.1 (#29)

https://github.com/github/markdown-toolbar-element/compare/v1.1.1...v1.2.0

markdown-toolbar-element -

Published by koddsson over 4 years ago

  • Add type to HTMLElementTagNameMap in typescript declaration file (#28)

https://github.com/github/markdown-toolbar-element/compare/v1.1.0...v1.1.1

markdown-toolbar-element -

Published by koddsson about 5 years ago

markdown-toolbar-element -

Published by keithamus about 5 years ago

  • types(ts): add window declaration a8a7aa0
  • use GitHub CI 07732b5

https://github.com/github/markdown-toolbar-element/compare/v1.0.6...v1.0.7

markdown-toolbar-element -

Published by koddsson about 5 years ago

  • Merge pull request #14 from github/publish-to-gpr-as-well c6d9760
  • publish to GPR as a postpublish step 662808e

https://github.com/github/markdown-toolbar-element/compare/v1.0.5...v1.0.6