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
1d86624ce3
test(importer): update snapshots
2022-01-24 11:09:23 +05:00
thecodrr
bdc2af9597
chore(importer): bump version to 1.1.3
2022-01-24 11:07:05 +05:00
thecodrr
41d77b6424
chore(importer): update @notesnook/enex
2022-01-24 11:06:53 +05:00
thecodrr
3bda97b4f5
chore(enex): bump version to 1.0.3
2022-01-24 11:04:58 +05:00
thecodrr
5d5b1e9eac
fix(enex): derive md5 hash of att. manually
2022-01-24 11:03:25 +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
d2ae716993
chore(importer): bump version to 1.1.2
2022-01-21 23:53:24 +05:00
thecodrr
8d432d4810
fix(importer): typo in DefaultAppDomain
2022-01-21 23:53:06 +05:00
thecodrr
8a9cd91d54
chore(importer): bump version 1.1.1
2022-01-21 23:22:03 +05:00
thecodrr
462ae4d8ab
fix: move @standardnotes/common & @standardnotes/features to dependencies
2022-01-21 23:21:22 +05:00
thecodrr
45e7d5e46b
chore(importer): add Standard Notes to readme
2022-01-21 21:34:51 +05:00
thecodrr
9426e937a5
test(importer): update snapshots
2022-01-21 21:34:31 +05:00
thecodrr
8ec4102395
fix: log errors during unpacking
2022-01-21 21:34:13 +05:00
thecodrr
4832d243da
refactor: use snjs types instead of our own
2022-01-21 21:33:11 +05:00
thecodrr
9504f278c3
refactor: move table & codeblock construction logic into domutils
2022-01-21 21:32:44 +05:00
Ammar Ahmed
8cefa1defc
feat: add standard notes support in importer ( #285 )
...
* add support for standard notes in importer
* rename types
* move editors to constants.ts
* change ContentTypes to enum
* make all properties of SNBackup optional
* add version & backup file check
* refactor buildTableWithRows function
* rename mode to language
* use inverted condition to reduce indent
* refactor table construction html strings
2022-01-20 10:49:29 +05:00
thecodrr
73d9a0f371
ci: add workflows for testing enex & importer packages
2022-01-19 17:27:53 +05:00
thecodrr
41f5a4eecf
chore(importer): publish v1.0.0 on npm
2022-01-19 17:19:56 +05:00
thecodrr
08744fd0ee
test(importer): improve packed payload test
2022-01-19 17:09:43 +05:00
thecodrr
4788060c5a
chore(enex): bump version to 1.0.2
2022-01-19 16:44:22 +05:00
thecodrr
7a5e49bcbe
chore(enex): use thecodrr/node-html-parser package
2022-01-19 16:43:57 +05:00
thecodrr
536744f74a
chore(enex): publish
2022-01-19 16:31:30 +05:00
thecodrr
b1c33ebf28
chore(enex): bump version to 1.0.1
2022-01-19 12:27:19 +05:00
thecodrr
323cd373e5
fix(enex): properly remove newlines from base64 data
2022-01-19 12:26:29 +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
673e0287bc
fix: include .gif in keep valid extensions ( fixes #240 )
2021-12-30 14:50:45 +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
thecodrr
ee8924c7c5
fix(tinymce-plugins): send inputType with input event
2021-12-23 12:41:16 +05:00