Henry Heino
03617eb8a7
Mobile: Resolves #10360 : Make most plugins default to being desktop-only ( #10376 )
2024-04-27 11:43:25 +01:00
Laurent Cozic
034e568d26
Desktop: Resolves #10334 : Support URLs in plugin API imaging.createFromPath
2024-04-27 11:35:49 +01:00
Laurent Cozic
b1a669de01
Desktop: Fixes #10274 : old.reddit pages are not saved correctly as HTML by the Web Clipper
2024-04-27 10:19:35 +01:00
Henry Heino
993fbfb93f
Mobile: Plugins: Fix API incompatibility in arguments to onMessage
listeners in panels ( #10375 )
2024-04-25 23:04:24 +01:00
wljince007
294cc4a440
Desktop: Fixes #5626 : When web clipper clipping code blocks, keep code in multiline and delete code number lines ( #10126 )
...
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
2024-04-20 13:48:44 +01:00
Henry Heino
c0c3b4d23e
Mobile: Plugins: Fix event listener memory leak when disabling/uninstalling plugins ( #10280 )
...
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2024-04-11 09:04:47 +01:00
Laurent Cozic
2e2a2b3193
Tools: Implement @typescript-eslint/no-explicit-any rule
2024-04-05 12:16:49 +01:00
Henry Heino
f899c97c4c
Mobile,Desktop: Resolves #10206 : Allow marking a plugin as mobile-only or desktop-only ( #10229 )
2024-04-03 18:51:09 +01:00
Henry Heino
bdb2e588f3
iOS: Resolves #10154 : Allow installing recommended plugins ( #10223 )
2024-03-29 12:40:54 +00:00
Henry Heino
06aa64016f
Desktop: Resolves #9794 : Plugin API: Add support for loading PDFs with the imaging API ( #10177 )
2024-03-27 18:53:24 +00:00
Edward Jiles
2de5c1bbf8
Mobile, Desktop: Make tables horizontally scrollable ( #10161 )
...
Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
2024-03-25 11:27:48 +00:00
Henry Heino
eecad1aefc
Desktop: Resolves #8931 : Improve support for plugins in the Rich Text Editor (implement webviewApi.postMesage
) ( #10158 )
2024-03-20 10:52:29 +00:00
Laurent Cozic
56b010ba0e
Merge branch 'release-2.14' into dev
2024-03-18 16:03:58 +00:00
Laurent Cozic
40db753417
Deskop, Cli: Fixes #10125 : ENEX does not import correctly when title of note matches the name of the attachment
2024-03-18 16:00:39 +00:00
Henry Heino
4c6969b17d
Chore: Plugin API: Rename CodeMirrorContentScriptModule
to MarkdownEditorContentScriptModule
( #10015 )
2024-03-02 15:57:40 +00:00
Laurent Cozic
53d5cf55bc
Desktop: Add support for multiple columns note list ( #9924 )
2024-03-02 15:29:18 +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
fbeaf31a14
Desktop: Plugins: Allow commands registered within the beta markdown editor to take arguments ( #9963 )
2024-02-22 21:30:48 +00:00
Henry Heino
1b846fca90
Doc: Plugins: Add CodeMirror 6 plugin tutorial ( #9933 )
2024-02-22 15:38:15 +00:00
Henry Heino
f1a833ef21
Desktop: Resolves #9964 : Beta editor plugins: Allow fixing conflicts between plugins that add autocompletions ( #9965 )
2024-02-22 15:36:27 +00:00
Max Patiiuk
771ada0184
Clipper: handle tables with captions ( #9910 )
2024-02-12 14:44:50 +00:00
Henry Heino
39b44ff439
Desktop: Disable built-in copy of Simple Backup by default in Joplin Portable ( #9907 )
2024-02-08 22:48:39 +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
6ebc7993be
Desktop: Fixes #9832 : Fix user-installed versions of built-in plugins can't access resources in some cases ( #9849 )
2024-02-03 20:28:47 +01:00
Henry Heino
815fe8d3ba
Desktop: Resolves #9765 : OCR: Use existing PDF text when available ( #9764 )
2024-02-02 23:59:15 +01:00
Henry Heino
e71ec2bc49
Desktop: Fixes #8736 : Fix images with SVG data URLs corrupted in the rich text editor ( #9801 )
2024-02-02 17:48:26 +00:00
Laurent Cozic
c94ec4e064
Chore: Rename instances of yarn run
to just yarn
2024-01-26 20:19:28 +00:00
Henry Heino
13da286b55
Desktop: Fixes #9781 : Extract default plugins to directories matching their IDs ( #9782 )
2024-01-26 10:33:48 +00:00
Henry Heino
f3518cddbe
Desktop: Resolves #9747 : CodeMirror 6 plugin API: Support non-inline CSS assets ( #9748 )
2024-01-22 15:27:42 +00:00
Henry Heino
d8d0e705f2
Desktop: Fixes #9725 : Fix warning logged when uninstalling multiple plugins ( #9726 )
2024-01-18 11:24:44 +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
Henry Heino
17bdec22ca
Chore: Fix test plugin update script missing several recently-added plugins ( #9691 )
2024-01-09 15:13:24 +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
430f73c47a
Desktop,Mobile: Resolves #9594 : Fix table-of-contents links to headings with duplicate content ( #9610 )
2024-01-04 15:14:52 +00:00
Henry Heino
7e8c87e908
Desktop: Resolves #9468 : Add support for changing text colors in rich text editor ( #9578 )
2024-01-04 13:51:26 +00:00
Laurent Cozic
00eee19077
Desktop, Cli: Fix importing certain ENEX notes that include invalid tables
2023-12-31 15:07:12 +00:00
Laurent Cozic
590769b1ae
Desktop, Cli: Resolves #9596 : Restore note links after importing an ENEX file
2023-12-26 11:59:26 +00:00
Henry Heino
c623d98bda
Desktop: Fixes #9586 : Fix code blocks with blank lines break tables in the rich text editor ( #9587 )
2023-12-24 14:56:08 +00:00
Laurent Cozic
bf907f21c4
Desktop, Cli: Fixes #9548 : Import ENEX archives that contain files with invalid names
2023-12-24 11:24:48 +00:00
Henry Heino
ee18271f9b
Desktop: Resolves #7934 : Don't create an extra copy of default plugins (load directly from the app bundle) ( #9508 )
2023-12-22 11:31:57 +00:00
Laurent Cozic
bf59b23efe
Merge branch 'release-2.13' into dev
2023-12-22 09:40:28 +00:00
Laurent Cozic
d264bdd14d
Desktop, Cli: Fixed importing invalid tables from ENEX files
2023-12-22 09:29:53 +00:00
Henry Heino
144ec1eea2
Desktop: Fixes #9543 : Fix nested tables not preserved in rich text editor ( #9579 )
2023-12-22 09:27:20 +00:00
Laurent Cozic
a2ded180cb
Desktop, Cli: Fixed importing invalid tables from ENEX files
2023-12-16 12:52:42 +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
Henry Heino
19b68102b2
Plugins: Resolves #9473 : Expose common CodeMirror 6 packages to plugins ( #9474 )
2023-12-13 19:45:02 +00:00
Laurent Cozic
bce94f1775
Desktop: Add support for OCR ( #8975 )
2023-12-13 19:24:58 +00:00
Henry Heino
4fc786cf0b
Desktop: Resolves #7934 : Add Simple Backup as a default plugin ( #9360 )
2023-12-11 13:58:45 +00:00