1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-06 15:36:49 +02:00

215 Commits

Author SHA1 Message Date
Laurent Cozic
a4a156c7a5 Desktop: Fixes : Ensure resources are decrypted when sharing a notebook with Joplin Server 2021-06-15 17:17:12 +01:00
Laurent Cozic
2cf70675dc All: Fixed user content URLs when sharing note via Joplin Server 2021-06-15 12:25:55 +01:00
Laurent Cozic
8459b46cd0 Tools: Allow building Docker image from CI 2021-06-11 18:24:59 +02:00
Nishant Mittal
c5c38a323f
Desktop: Expose prompt to plugins as a command () 2021-06-11 00:26:16 +01:00
Laurent Cozic
5fd6571bf1 Desktop: Allow restoring a delete note from note history using command palette 2021-06-10 11:49:20 +02:00
Caleb John
a7e67952b8
Plugins: Support executing codemirror commands from plugins when using execCommand () 2021-06-07 10:19:35 +01:00
Laurent Cozic
21ea3253db Desktop: Add Joplin Cloud sync target 2021-06-03 17:12:07 +02:00
Laurent Cozic
a355600e76 Plugin Repo: Add plugin assets to a release and save plugin stats 2021-06-01 10:39:31 +02:00
Laurent Cozic
5f94de0f24 Fixed tests 2021-05-27 15:44:07 +02:00
Laurent Cozic
6811ea1eb9 Merge branch 'dev' of github.com:laurent22/joplin into dev 2021-05-27 15:34:12 +02:00
Laurent Cozic
c0683ca4c3 Doc: Added script to build Sponsors table 2021-05-27 15:24:56 +02:00
JackGruber
2b286410f6
Desktop: Fixes : Count tags based on showCompletedTodos setting () 2021-05-27 12:44:58 +01:00
Laurent Cozic
cde25fad92 Fixed tests and server build 2021-05-25 17:50:51 +02:00
Laurent Cozic
e94503abbe Tools: Fixed tests 2021-05-21 17:02:56 +02:00
Laurent Cozic
2806aa1b19 Tools: Moved lib-specific tests under lib package 2021-05-21 15:17:21 +02:00
Laurent Cozic
2226b79c46 Desktop: Fixed pasting HTML in Rich Text editor, and improved pasting plain text 2021-05-20 18:08:59 +02:00
Roman Musin
9f37aa96c6
Android: Fixes , Fixes , Fixes : Fixed and improved alarm notifications () 2021-05-19 22:26:42 +01:00
JackGruber
eceb14ff9e
Desktop: Resolves : Import linked local files when importing Markdown files () 2021-05-19 22:22:03 +01:00
Laurent Cozic
01ccf5170a Tools: Changelog for Android version 2021-05-16 19:38:36 +02:00
Laurent Cozic
6f2f24171d Desktop: Add Share Notebook menu item 2021-05-16 15:21:55 +02:00
Laurent Cozic
0b46880a00 Desktop: Fixes : Fixed issue with empty panels being created by plugins 2021-05-15 17:30:56 +02:00
Laurent Cozic
03db0c5486 Desktop: Resolves : Improved usability when plugin repository cannot be connected to 2021-05-15 16:04:10 +02:00
Laurent Cozic
a31b402b9e Desktop: Added button to skip an application update
And made auto-updates enabled by default
2021-05-14 11:29:06 +02:00
Laurent
0765cf5955
All: Add support for sharing notebooks with Joplin Server ()
- Joplin Server: Adds support for sharing a notebook
- Desktop: Adds support for sharing a notebook with Joplin Server
- Mobile: Adds support for reading and writing to a shared notebook (not possible to share a notebook)
- Cli: Adds support for reading and writing to a shared notebook (not possible to share a notebook)
2021-05-13 17:57:37 +01:00
JackGruber
09ad70983a
Desktop: Fix : Show or hide completed todos in search results based on user settings () 2021-05-13 13:23:17 +01:00
Helmut K. C. Tessarek
fa6981faa8
All: Add new date format YYMMDD () 2021-05-13 08:55:41 +01:00
Laurent Cozic
4b26893b21 Desktop: Fixes : Make sure sync startup operations are cleared after startup 2021-05-09 18:12:47 +02:00
Adarsh Singh
b1ecb75e1f
Desktop: Resolves : Skip empty lines while converting selection to list () 2021-05-04 09:49:56 +01:00
Laurent Cozic
a0ead2c48e Revert "Desktop: Resolve : Show notebook and note title in the title bar ()"
This reverts commit c79c9c4c2f7256015cbdbc34b0eea644c1e8bef3.

Reason: Still need to discuss how it should be implemented. Ref:

https://discourse.joplinapp.org/t/testing-v1-8-2-title-bar-path-format-minor/16937/10
2021-05-04 10:34:18 +02:00
Laurent Cozic
a6caa357c8 Desktop: Add synchronization tools to clear local sync state or data 2021-05-03 12:57:46 +02:00
Roman Musin
a4854fcde8
Android: Fixes : Add option to disable TLS validation and allow self-signed certificates for WebDAV/NextCloud () 2021-04-25 09:50:52 +01:00
Laurent Cozic
3235f58f5a Desktop: Resolves : Add support for safe mode, which temporarily disables note rendering and plugins 2021-04-24 20:23:33 +02:00
Laurent Cozic
5a620ee26e Desktop: Fixes : Copying code block from Rich Text editor results in two copies of the text
Also improved copying plain text from Rich Text editor - in that case the HTML is converted to Markdown
2021-04-11 19:01:06 +02:00
Nishant Mittal
9642f5f715
Desktop: Fixes : Set plain/text clipboard while copying () 2021-04-08 10:30:12 +01:00
Roman Musin
e3efe70bab
Android: Fixed sharing items from Joplin ()
Ref: https://discourse.joplinapp.org/t/android-lost-access-to-resources/15716/4
2021-04-07 18:41:54 +01:00
Laurent Cozic
015aec503e Fixed ignored files 2021-04-07 19:13:07 +02:00
Aksh-Konda
c37c2256c6
Desktop: Resolves : Fixed editor focus issue when running command from palette () 2021-04-06 21:21:24 +01:00
asrient
c79c9c4c2f
Desktop: Resolve : Show notebook and note title in the title bar () 2021-04-06 21:18:10 +01:00
Adarsh Singh
f59e312ee2
Desktop: Resolves Disappearing text in markdown editor ()
Fixes  by preventing automatic deletion of list elements in certain cases
2021-04-01 21:39:42 -06:00
Nishant Mittal
9cf5974c7b
Desktop: Fixes : Allow copying images from Joplin to external editors () 2021-03-29 09:40:50 +01:00
mbalint
c516ab405b
Mobile: Resolves : Add "Sync only on Wi-Fi" option () 2021-03-29 09:35:39 +01:00
Helmut K. C. Tessarek
0da3881aa6
add generated files to ignore files 2021-03-25 01:30:07 -04:00
Laurent Cozic
8ba49c6fdf Desktop: Add support for strikethrough, sub, sup and insert formatting on Rich Text editor 2021-03-17 09:48:01 +00:00
Laurent Cozic
71f976f6a5 Desktop, Cli: Save user settings to JSON file 2021-02-09 17:54:29 +00:00
Laurent Cozic
11c8bf7e6e Desktop: Resolves : Improved spell checking support in dialogs and text input fields 2021-02-06 12:17:30 +00:00
Laurent Cozic
bd5e3d363c Desktop: Fixes : Fixed exporting as HTML or PDF when a plugin is active, and make sure plugin assets are also exported 2021-02-05 21:27:19 +00:00
Laurent Cozic
67cbc068c6 Merge branch 'release-1.7' into dev 2021-02-01 12:15:06 +00:00
Laurent Cozic
613938e8c9 Tools: IOS release script 2021-02-01 11:53:25 +00:00
Laurent Cozic
dadec484e9 Merge branch 'release-1.7' into dev 2021-01-30 12:21:14 +00:00
Laurent Cozic
285482804a Converted htmlUtils to TypeScript 2021-01-30 12:19:43 +00:00