Commit Graph

151 Commits

Author SHA1 Message Date
thecodrr
9f5d61250b ci: use turbo to build all packages 2022-05-17 09:04:11 +05:00
thecodrr
ed8271cf9d chore(tinymce-plugins): bump version to 1.5.18 2022-04-01 22:06:44 +05:00
thecodrr
da7723e7e0 fix: make inline code toggleable (fixes #444) 2022-04-01 22:02:00 +05:00
thecodrr
9838ad715e chore(tinymce-plugins): bump version to 1.5.17 2022-03-16 12:45:17 +05:00
thecodrr
f370f90a2b fix: simplify mceInsertCodeBlock 2022-03-16 12:44:58 +05:00
thecodrr
02b2a9fb17 chore(tinymce-plugins): correctly bump version to 1.5.16 2022-03-15 23:24:57 +05:00
thecodrr
17d953e59a chore(tinymce-plugins): bump version to 1.15.16 2022-03-15 07:48:22 +05:00
thecodrr
c47436927e feat(tinymce-plugins): many codeblock improvements 2022-03-15 07:38:30 +05:00
thecodrr
8f89414f89 chore(tinymce-plugins): bump version to 1.5.15 2022-03-14 16:09:13 +05:00
thecodrr
557e1de9f0 fix(tinymce-plugins): don't remove 1st line if editor empty 2022-03-14 16:08:42 +05:00
thecodrr
6cc065a0f7 fix(tinymce-plugins): <br> -> \n 2022-03-14 16:08:16 +05:00
thecodrr
cba87d8477 chore(tinymce-plugins): remove console.log 2022-03-14 16:02:35 +05:00
thecodrr
26203bf3da feat(tinymce-plugins): improve codeblock pasting 2022-03-14 16:01:21 +05:00
ammarahm-ed
e9d43f3026 feat(tinymce-plugins): touch input support in collapsibleheaders 2022-03-09 11:35:17 +05:00
thecodrr
57df03e46c chore(tinymce-plugins): bump version to 1.5.14 2022-03-08 14:21:59 +05:00
thecodrr
b673519898 feat(tinymce-plugins): add support for h1 in collapsible headers 2022-03-08 14:21:31 +05:00
thecodrr
5356e9d4ed chore(tinymce-plugins): bump version to 1.5.13 2022-03-07 17:29:51 +05:00
thecodrr
3d1b9de51b fix(tinymce-plugins): do not autofocus on set content 2022-03-07 17:29:31 +05:00
thecodrr
c1741b1924 chore(tinymce-plugins): bump version to 1.5.12 2022-03-04 23:36:54 +05:00
thecodrr
4a17164bd9 fix: minimized state of headings should get saved
(fixes #377)
2022-03-04 23:33:12 +05:00
ammarahm-ed
c26dbefe26 fix: nested checklist items not checked on mobile 2022-02-24 13:29:56 +05:00
thecodrr
f532d6f01b chore(tinymce-plugins): bump version to 1.5.11 2022-02-19 20:27:56 +05:00
thecodrr
351f56dc0d fix(tinymce-plugins): auto check last checklist item
this ensures that if tinymce auto merges two checklists
due to close proximity, the first element of the second list
would get checked instead of the first elemtn of the first list.
2022-02-19 20:27:36 +05:00
thecodrr
feb74ae910 chore(tinymce-plugins): bump version to 1.5.10 2022-02-19 20:22:11 +05:00
thecodrr
4b483d200d feat: allow checking first item via execCommand 2022-02-19 20:21:52 +05:00
thecodrr
e7491d1c03 chore(tinymce-plugins): bump version to 1.5.9 2022-01-31 11:52:15 +05:00
thecodrr
e740d56a84 fix(tinymce-plugins): jumpto next p tag on enter press 2022-01-31 11:51:35 +05:00
thecodrr
f46ef8347f chore(tinymce-plugins): @streetwritersco -> @streetwriters 2022-01-22 13:31:40 +05:00
thecodrr
c613e67218 chore(tinymce-plugins): bump version to 1.5.7 2022-01-22 13:27:16 +05:00
thecodrr
a9ff91d51e fix(tinymce-plugins): make inlinecode toggleable 2022-01-22 13:26:45 +05:00
thecodrr
e193afb97d chore(tinymce-plugins): bump version to 1.5.6 2022-01-10 12:23:02 +05:00
thecodrr
02b8fc4eb5 fix: do not touch data-mce-bogus elements (fixes #279) 2022-01-10 12:22:21 +05:00
thecodrr
fd68f02f60 chore(tinymce-plugins): bump version to 1.5.5 2022-01-05 15:07:06 +05:00
thecodrr
6089c58177 chore(tinymce-plugins): add docs for firstLineBackspaceQuirk 2022-01-04 11:11:07 +05:00
thecodrr
cfdfbb36cb fix(tinymce-plugins): first line not backspace-able (#132) 2022-01-04 11:05:53 +05:00
thecodrr
38791a3760 Merge branch 'main' of https://github.com/streetwriters/notesnook 2022-01-04 10:16:01 +05:00
thecodrr
e1426d4c73 fix(tinymce-plugins): text after cursor is deleted on enter 2022-01-04 10:15:58 +05:00
Ammar Ahmed
71e45c23b5 fix: improve checklist responsiveness on touch devices (#267)
* Update index.js

* fix event.targetTouches can cause error

* bump version of tinymce plugins
2022-01-04 09:56:43 +05:00
thecodrr
87e70b2aef chore(tinymce-plugins): bump version to 1.5.3 2021-12-29 12:41:11 +05:00
thecodrr
c6f5276619 fix(tinymce-plugins): remove :not css selector from filters
:not() css selector is only supported in modern browsers
causing crashes in older browsers during saving.
2021-12-29 12:40:58 +05:00
thecodrr
92c2538fbc chore(tinymce-plugins): bump version to 1.5.2 2021-12-28 12:49:28 +05:00
thecodrr
867edbd878 fix(tinymce-plugins): strip data-mce-active attribute 2021-12-28 12:49:14 +05:00
thecodrr
6e2bcdd832 chore(tinymce-plugins): bump version to 1.5.1 2021-12-28 12:45:23 +05:00
thecodrr
cf0a12bdb9 fix(tinymce-plugins): fire editor change event on check/uncheck 2021-12-28 12:44:34 +05:00
thecodrr
d9e3798dd1 chore(tinymce-plugins): bump version to 1.5.0 2021-12-24 12:29:17 +05:00
thecodrr
4d9c108144 refactor(tinymce-plugins): use switch stmnt to handle beforeexeccommand 2021-12-24 12:28:51 +05:00
thecodrr
ba19214307 feat(tinymce-plugins): add bettertable plugin 2021-12-24 12:01:03 +05:00
thecodrr
1aee142b59 chore(tinymce-plugins): bump version to 1.4.15 2021-12-24 07:22:15 +05:00
thecodrr
eedf201a61 fix(tinymce-plugins): unlink command doesn't fire event 2021-12-24 07:21:45 +05:00
thecodrr
b7acb75686 chore(tinymce-plugins): bump version to 1.4.14 2021-12-23 12:41:33 +05:00