Henry Heino
69168f1ec2
Desktop: Fixes #11020 : Fix clicking on most non-media resource links opens them inline ( #11022 )
2024-09-11 16:49:35 +01:00
Henry Heino
0938dc9d52
Desktop: Fix importing completed tasks ( #10528 )
2024-06-04 09:52:34 +01:00
Henry Heino
f938d5f489
Chore: Markdown + fontmatter import and export: Extract frontMatter
logic into a separate file ( #10508 )
...
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2024-05-30 08:40:52 +01:00
Laurent Cozic
2e2a2b3193
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
Laurent Cozic
f85db1496e
Desktop: Fixed error when exporting certain notes that contain plugin content
2024-03-25 12:52:06 +00:00
Laurent Cozic
47f95cb294
Chore: Implement cSpell to detect spelling mistakes in codebase ( #10001 )
...
Co-authored-by: Helmut K. C. Tessarek <tessarek@evermeet.cx>
Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
2024-02-26 10:16:23 +00:00
Henry Heino
d614d40cfd
Desktop: Fixes #9868 : Fix markdown (frontmatter) notes that start with a UTF-8 BOM aren't imporetd correctly ( #9875 )
2024-02-08 16:55:34 +00:00
Henry Heino
f5e1e45f6f
Chore: Refactor renderer package: Limit dependency on @joplin/lib
and improve type safety ( #9701 )
2024-01-18 11:20:10 +00:00
Laurent Cozic
b2109dab99
Desktop: Resolves #9693 : Allow importing a directory of ENEX files
2024-01-09 22:03:34 +00:00
Henry Heino
32e76d7988
Desktop: Resolves #9683 : Frontmatter importer: Support Notesnook-style timestamps ( #9684 )
2024-01-08 11:59:44 +00:00
Henry Heino
4ec2fb216e
Chore: Cli: Migrate most commands to TypeScript ( #9552 )
2023-12-20 19:08:07 +00:00
Laurent Cozic
d2fe33183b
Chore: Add more types to export modules
2023-12-15 18:18:11 +00:00
Laurent Cozic
02658370a6
Desktop, Cli: Fixes #9486 : When importing a Markdown file that contains a link to an invalid image, import fails
2023-12-15 13:28:09 +00:00
Laurent Cozic
46ed6411c1
Desktop, Cli: Fixes #9485 : When importing MarkdownD+FrontMatter files that contain images with a data URL source, the import fails
2023-12-15 12:47:03 +00:00
Laurent Cozic
c333e9c802
Desktop, Cli: Fixes #9483 : Markdown-FrontMatter exporter generates invalid file when note starts with a dash in title
2023-12-15 11:54:39 +00:00
Laurent Cozic
f244f44c7b
Desktop, Cli: Fixes #9484 : Fixes issue with resources having no associated files when the RAW import process is interrupted
2023-12-14 17:17:21 +00:00
Laurent Cozic
bce94f1775
Desktop: Add support for OCR ( #8975 )
2023-12-13 19:24:58 +00:00
pedr
79fd66b94c
All: Fixes #9151 : Import of inter-linked md files has incorrect notebook structure ( #9269 )
2023-11-15 13:33:20 +00:00
Laurent Cozic
52effd7760
Desktop, Cli: Fixes #8823 : Ensure that ENEX resources with invalid filenames are imported correctly
2023-09-25 14:40:56 +01:00
Laurent Cozic
5ab6a89046
Desktop, Cli: Fixes #8802 : Improved import of invalid Markdown+FrontMatter files
2023-09-25 13:47:49 +01:00
Laurent Cozic
fb9974c76f
Desktop: Fixes #8305 : Ensure that notes that contain invalid links can still be exported as HTML or PDF
2023-09-24 23:58:58 +01:00
Hubert
5a5a8526c3
Desktop: Resolves #8722 : Add option to import HTML and TXT file ( #8729 )
2023-09-11 17:25:12 +01:00
Laurent Cozic
2e9f93ad9a
Tools: Enable eslint rule comma-dangle: always-multiline for functions
2023-08-22 11:58:53 +01:00
Henry Heino
6ce8865719
Mobile: Add JEX export ( #8428 )
2023-07-18 14:58:06 +01:00
Henry Heino
d95d6733a1
Chore: Refactor InteropService to not use dynamic imports ( #8454 )
2023-07-12 10:30:38 +01:00
Laurent Cozic
dd6eec6a03
Tools: Apply rule @typescript-eslint/ban-types
2023-06-30 10:30:29 +01:00
Laurent Cozic
48ef6db4a5
Tools: Apply @typescript-eslint/ban-ts-comment rule
2023-06-30 10:22:47 +01:00
Laurent Cozic
7591a1182e
Tools: Apply eslint rule multiline-comment-style with checkJSDoc option
2023-06-30 09:55:56 +01:00
Laurent Cozic
e89b59be8e
Tools: Apply eslint rule @typescript-eslint/no-inferrable-types with ignoreArguments=false
2023-06-30 09:11:26 +01:00
Laurent Cozic
315f071337
Tools: Apply eslint rule @typescript-eslint/no-inferrable-types with ignoreProperties=false
2023-06-30 09:07:03 +01:00
Laurent Cozic
c89edd7b22
Tools: Implement "prefer-object-spread" eslint rule
2023-06-01 12:02:36 +01:00
Laurent Cozic
c1db7182ac
Tools: Add class member accessibility modifiers and converted rule @typescript-eslint/explicit-member-accessibility to an error
2023-03-06 14:22:37 +00:00
Self Not Found
ad4d71dbe1
Desktop: Fixes #7831 : Skip the resources which haven't been downloaded yet when exporting ( #7843 )
2023-03-03 11:31:49 +00:00
pedr
6a9848ebe7
Desktop: Fixes #7782 : Markdown + Front Matter export fails when tag(s) lost ( #7820 )
2023-02-21 17:57:04 +00:00
pedr
f2995dd196
Tools: Add prefer-arrow-callbacks to ESlint rules ( #7810 )
2023-02-20 15:02:29 +00:00
Laurent Cozic
0019bb8d6b
Tools: Add eslint rule "@typescript-eslint/no-inferrable-types"
2023-02-05 12:27:09 +00:00
Laurent Cozic
64199704c2
Chore: Complete Jest upgrade
2022-11-15 10:23:50 +00:00
SFulpius
3dd008ae9a
Desktop: Fixes #6721 : Fix exporting resources to md and md + frontmatter ( #6768 )
...
Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2022-11-01 14:35:48 +00:00
Laurent Cozic
ebf9a9375c
Desktop, Cli: Fixes #6704 : Fixed names of imported duplicate notebooks
2022-08-29 16:22:13 +01:00
Laurent Cozic
ce02d4c94f
Chore: Finished applying eqeqeq rule
2022-07-23 11:33:12 +02:00
Laurent Cozic
91df23e959
Chore: Removed lodash package to save space
2022-05-26 15:57:44 +01:00
Laurent Cozic
0374505212
Chore: Fixed CI tests
2022-04-12 12:42:21 +01:00
Retrove
a73d822998
Desktop, Cli: Fixes #6197 : Fixed creation of empty notebooks when importing directory of files ( #6274 )
2022-03-28 17:13:13 +01:00
Laurent Cozic
88ac664e37
Deskop, Cli: Fixes #6203 : Note export could fail in some cases (regression)
2022-02-27 10:49:18 +00:00
Laurent Cozic
fe787d1257
Chore: clean up
2022-02-12 17:46:32 +00:00
Laurent Cozic
a70f9b1a13
Desktop: Fixes #6129 : Exported JEX notebook should not contain share metadata
2022-02-12 17:44:07 +00:00
Laurent Cozic
e8894d486e
Tools: Fixed tests
2021-11-19 12:56:39 +00:00
Laurent Cozic
a03ef8d18a
Tools: Fixed tests
2021-11-19 12:16:07 +00:00
Laurent Cozic
98ed2be518
Desktop, CLI: When exporting as HTML, pack all images, styles and scripts inside the HTML file
2021-11-18 15:08:13 +00:00
Laurent Cozic
3e5ad0a374
Desktop, Cli: Fixes #5653 : Long resource filenames were being incorrectly cut
2021-11-07 16:41:39 +00:00