Laurent Cozic
7c92015fe6
Desktop: Fixes #4983 : Fixed readability of links in notification banners
2021-06-21 19:30:20 +01:00
Laurent Cozic
5b368e39ca
Mobile: Allow enabling and disabling feature flags
2021-06-19 17:32:36 +01:00
Nishant Mittal
c5c38a323f
Desktop: Expose prompt to plugins as a command ( #5058 )
2021-06-11 00:26:16 +01:00
Laurent Cozic
a36b13dcb4
Server: Handle custom user content URLs
2021-06-10 19:33:04 +02:00
Laurent Cozic
5fd6571bf1
Desktop: Allow restoring a delete note from note history using command palette
2021-06-10 11:49:20 +02:00
Laurent Cozic
ca487ade9a
Desktop: Add "Retry all" button to sync status screen for items that could not be uploaded
2021-06-08 22:36:10 +02:00
Caleb John
a7e67952b8
Plugins: Support executing codemirror commands from plugins when using execCommand ( #5012 )
2021-06-07 10:19:35 +01:00
Austin Doupnik
1b7d40387d
Desktop: Fixes #4877 : Incorrect list renumbering ( #4914 )
2021-06-07 10:17:46 +01:00
Helmut K. C. Tessarek
7921e70c4f
macOS: add 'Hide Others' and 'Show All' menu items ( #5024 )
2021-06-06 23:49:44 +01:00
Laurent Cozic
de45740129
Server: Load shared user content from correct domain
2021-06-06 19:14:12 +02:00
Laurent Cozic
e8a02c26d0
Desktop: Fixed: Ctrl+Clicking links in Rich Text editor was broken (regression)
2021-06-04 13:34:30 +02:00
Laurent Cozic
8f6a47536c
Desktop: Download plugins from GitHub release
2021-06-01 11:09:46 +02:00
JackGruber
2b286410f6
Desktop: Fixes #4411 : Count tags based on showCompletedTodos setting ( #4957 )
2021-05-27 12:44:58 +01:00
mbalint
4760e5e8ba
Desktop: Fixes #4864 : Fixes panels overflowing window ( #4991 )
2021-05-22 18:30:11 +01:00
Laurent Cozic
6ff560f22f
Desktop: Fixes #4591 : Prevent cursor from jumping to top of page when pasting image
2021-05-20 19:13:35 +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
Laurent Cozic
9e9bf63d70
Desktop: Regression: Pasting plain text in Rich Text editor was broken
2021-05-20 17:42:04 +02:00
Laurent Cozic
bd08041f53
Desktop: Pass custom CSS property to all export handlers and renderers
2021-05-19 15:00:16 +02:00
Andre Jilderda
f3e03d48bb
Desktop: Add classnames to DOM elements for theming purposes ( #4933 )
2021-05-17 19:33:44 +01:00
Laurent Cozic
6577f4f35d
Desktop: Regression: It was no longer possible to add list items in an empty note
2021-05-17 20:30:48 +02:00
Laurent Cozic
f7d164be6e
Desktop: Allow unsharing a note
2021-05-16 17:28:49 +02:00
Laurent Cozic
6f2f24171d
Desktop: Add Share Notebook menu item
2021-05-16 15:21:55 +02:00
Laurent Cozic
15fe119256
Desktop: Made sync more reliable by making it skip items that time out, and improved sync status screen
2021-05-15 20:56:49 +02:00
Laurent Cozic
0b46880a00
Desktop: Fixes #4926 : Fixed issue with empty panels being created by plugins
2021-05-15 17:30:56 +02:00
Laurent Cozic
d061bb1a4f
typo
2021-05-15 16:06:24 +02:00
Laurent Cozic
03db0c5486
Desktop: Resolves #4462 : 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 ( #4772 )
...
- 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
Subhra264
df6f0ce9af
Desktop: Fixes #4891 : Solve "Resource Id not provided" error ( #4943 )
2021-05-13 09:34:03 +01:00
Laurent Cozic
bb77d7171a
Desktop: Fixes #4916 : Fixed pasting of text and images from Word on Windows
2021-05-10 11:12:29 +02:00
Laurent Cozic
4ea21e0c32
Desktop: Fixes #4916 : Ensure that image paths that contain spaces are pasted correctly in the Rich Text editor
2021-05-04 17:44:30 +02:00
Laurent Cozic
606a64f49c
Fixed resource error handling
2021-05-04 16:00:40 +02:00
Laurent Cozic
b5f01c005f
linter
2021-05-04 11:05:20 +02:00
Adarsh Singh
b1ecb75e1f
Desktop: Resolves #4813 : Skip empty lines while converting selection to list ( #4832 )
2021-05-04 09:49:56 +01:00
Laurent Cozic
a0ead2c48e
Revert "Desktop: Resolve #3695 : Show notebook and note title in the title bar ( #4390 )"
...
This reverts commit c79c9c4c2f
.
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
Nishant Mittal
eb82ae87ca
Desktop: Fixes #4767 : Create own copy of images while pasting ( #4852 )
2021-05-03 15:13:51 +01:00
Laurent Cozic
a6caa357c8
Desktop: Add synchronization tools to clear local sync state or data
2021-05-03 12:57:46 +02:00
mbalint
4be5182913
Desktop: Fixes #4529 : Plugin ghost panel and resizing issues ( #4865 )
2021-04-30 17:54:55 +01:00
Caleb John
b1ea3f3ad1
Desktop: Add "duplicate line" command in Markdown editor ( #4873 )
...
Ref: https://discourse.joplinapp.org/t/duplicate-line-command/12650/15
2021-04-25 09:57:35 +01:00
Roman Musin
f87ff54e3d
Desktop: Fixes #4797 (partially): Scroll position is not remembered in Markdown editor ( #4806 )
2021-04-25 09:52:05 +01:00
Laurent Cozic
3235f58f5a
Desktop: Resolves #4727 : Add support for safe mode, which temporarily disables note rendering and plugins
2021-04-24 20:23:33 +02:00
Laurent Cozic
920f54f5d3
Merge branch 'dev' of github.com:laurent22/joplin into dev
2021-04-24 19:32:31 +02:00
Laurent Cozic
de035dca39
Desktop: Add plugin info when the app crashes
2021-04-24 19:30:48 +02:00
Apoorva Shukla
1501238730
Desktop: Resolves #4736 : Note list is empty if search field is cleared ( #4739 )
2021-04-24 17:30:07 +01:00
Caleb John
e95ea48ce9
Desktop: Fix: Fixed cursor moved to the top issue in Markdown editor ( #4870 )
...
Ref: https://discourse.joplinapp.org/t/cursor-moved-to-the-top-undo-history-removed/16837/6
2021-04-24 09:18:31 +01:00
Subhra264
f62bfbb853
Desktop: Fixes #4043 : File-Links with German Umlauts don't work ( #4804 )
2021-04-12 13:35:39 +01:00
Laurent Cozic
5a620ee26e
Desktop: Fixes #4669 : 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 #4788 : Set plain/text clipboard while copying ( #4791 )
2021-04-08 10:30:12 +01:00
Helmut K. C. Tessarek
2fc9c53ff0
Desktop: Add an option to renew the API token ( #4811 )
2021-04-07 19:27:16 +01:00
asrient
c79c9c4c2f
Desktop: Resolve #3695 : Show notebook and note title in the title bar ( #4390 )
2021-04-06 21:18:10 +01:00