312 Commits

Author SHA1 Message Date
ammarahm-ed
e9d43f3026 feat(tinymce-plugins): touch input support in collapsibleheaders 1.8.2-android 1.8.01-android 1.7.01-android v1.8.1 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 1.8.1-android 2022-02-24 13:29:56 +05:00
thecodrr
f532d6f01b chore(tinymce-plugins): bump version to 1.5.11 v1.8.0 1.8.0-android 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
Abdullah Atta
5858cae55b feat: open source notesnook crypto module (#329)
* chore: open-source notesnook crypto

* chore(crypto): remove useless webpack config

* chore(crypto): add npmignore file
2022-02-02 10:32:02 +05:00
thecodrr
e7491d1c03 chore(tinymce-plugins): bump version to 1.5.9 v1.7.7 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
01c78c654d ci: fix "cd: app/importer: No such file or directory" 2022-01-24 11:15:13 +05:00
thecodrr
db67114a30 chore(importer-web): bump version to 1.1.2 2022-01-24 11:13:11 +05:00
thecodrr
7483286833 chore(importer-web): update @notesnook/importer 2022-01-24 11:12:49 +05:00
thecodrr
9606517f38 ci: deploy importer web app directly 2022-01-24 11:11:01 +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
52f51c4087 chore(importer-web): bump version to 1.1.1 2022-01-21 23:54:45 +05:00
thecodrr
f0ec25c296 chore(importer-web): update importer core 2022-01-21 23:54:11 +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
e2bd1cd1f1 chore(importer-web): bump version to 1.1.0 2022-01-21 23:37:42 +05:00
thecodrr
7286c60961 chore(importer-web): update importer core 2022-01-21 23:25:58 +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
b4e58139e3 ci: do not build before running tests 2022-01-19 17:34:29 +05:00
thecodrr
73f60704dd ci: rename workflows for enex & importer packages 2022-01-19 17:29:51 +05:00
thecodrr
470e3040fc ci: fix syntax errors in workflows 2022-01-19 17:29:15 +05:00
thecodrr
73d9a0f371 ci: add workflows for testing enex & importer packages 2022-01-19 17:27:53 +05:00
thecodrr
7a01898b2b chore(importer-web): update importer core 2022-01-19 17:23:10 +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