All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- Fixed the plugin so that it works in live preview, closes #33
1.6.0 (2021-04-27)
- move cursor to ^ (8dee070)
- core.ts: add support for file path (e4bd4f6), closes #3
- add img embed syntax whitelist (012a588), closes #13
- add option to insert (de57f34)
- add: insert inline url when nothing is selected (6df2f5f)
- replace autoselect option with nothingSelected (37f4259)
- switch to DOM Clipboard API (da55fc0)
- update default regex (bf3fcd8)
- update isUrl method to utilize browser URL API (1254e5b), closes #3
- don't use syntax by default if whitelist rules-list is empty (50df2a5)
- url with space, angle brackets and parentheses is no longer broken in markdown (f9f678c), closes #16
- isurl: empty text is no longer recognized as url (08d8b19)
1.5.0 (2021-04-26)
1.4.0 (2021-04-19)
1.3.0 (2021-04-19)
- fix issues with referse pasting (96f1626)
- remove default hotkey to avoid possible conflict (e414f46)
1.2.0 (2021-03-29)
1.1.0 (2020-11-12)
- add ability to paste clipboard into URLs and creating clickable links out of it (c808cc7), closes #2
- users are no longer required to have text selected for hotkey to work (f67ce01)
- Paste URLs into selection "notion style" (2c3aabe)