Kenichi Kobayashi
5c82e439a7
Desktop: Fixes #5708 : Scroll positions are preserved ( #5826 )
...
Features:
- Scroll position is preserved when the editor layout changes.
- Scroll position is remembered when a note selection changes.
Modifications:
- The current Sync Scroll feature (in v2.6.2) is modified to use line-percent-based scroll positions.
- Scroll position translation functions, Viewer-to-Editor and Editor-to-Viewer, are separated into V2L / L2E and E2L / L2V respectively.
- The scrollmap is moved from gui/utils/SyncScrollMap.ts to note-viewer/scrollmap.js.
- IPC Protocol about the scrollmap becomes not necessary and is removed.
- Ignores non-user scroll events to avoid sync with incorrect scroll positions.
- When CodeMirror is not ready, setEditorPercentScroll() is waited.
- Fixes the bug: An incorrect scroll position is sometimes recorded.
- Since scroll positions become line-percent-based, the following incompatibilities of scroll positions are fixed:
- Between Editor and Viewer.
- Between Viewer Layout and Split Layout of Viewer
- Between Editor Layout and Split Layout of Editor
2021-12-15 18:03:20 +00:00
Laurent Cozic
c19e59f5da
Cli: Ask for master password when encryption or decryption fails
2021-11-22 17:57:02 +00:00
Laurent Cozic
0ec0d87e71
All: Resolves #5754 : Improved error message when synchronising with Joplin Server
2021-11-19 11:26:01 +00:00
Laurent Cozic
0bf323dc63
Server: Resolves #5738 : Check for time drift when the server starts
2021-11-17 18:41:25 +00:00
Laurent Cozic
e97bb78ce4
Desktop, Mobile: Added support for notebook icons
2021-11-15 17:19:51 +00:00
Laurent Cozic
79d97f2ba7
Desktop: Allow showing passwords in Master Password dialog
2021-11-15 12:10:47 +00:00
Laurent Cozic
01826d9eb1
ignore files
2021-11-11 16:31:37 +00:00
Kenichi Kobayashi
f495db1391
Desktop: Sort Order Buttons and Per-Notebook Sort Order ( #5437 )
2021-11-11 15:33:37 +00:00
Laurent Cozic
3e5ad0a374
Desktop, Cli: Fixes #5653 : Long resource filenames were being incorrectly cut
2021-11-07 16:41:39 +00:00
Kenichi Kobayashi
630a400181
Desktop: Resolves #2242 : Implements Sync-Scroll for Markdown Editor and Viewer ( #5512 )
2021-11-03 12:10:46 +00:00
Laurent Cozic
1f96eb764d
Lock files
2021-10-31 10:38:11 +00:00
Laurent Cozic
365e152758
Mobile: Add padding around beta text editor
2021-10-30 15:18:31 +01:00
Laurent Cozic
176d3286cd
ignore files
2021-10-17 14:50:35 +01:00
Roman Musin
6879481fd5
Desktop: Resolves #5168 : Add support for callback URLs ( #5416 )
2021-10-16 10:07:41 +01:00
Caleb John
2acd55eb81
Desktop, Cli: Resolves #5224 : Add Markdown + Front Matter exporter/importer ( #5465 )
2021-10-16 09:59:37 +01:00
Laurent Cozic
8a7fa78c54
Chore: Moved share invitation response logic to separate file (Desktop)
2021-10-15 16:16:02 +01:00
Laurent Cozic
fb935dde18
Tools: Added syncDebugLog to help debugging sync operations
2021-10-15 12:24:22 +01:00
Laurent Cozic
73545484c9
Desktop: Allows a shared notebook recipient to leave the notebook
2021-10-14 15:39:17 +01:00
Laurent
c758377188
All: Add support for public-private key pairs and improved master password support ( #5438 )
...
Also improved SCSS support, which was needed for the master password dialog.
2021-10-03 16:00:49 +01:00
Laurent Cozic
4a7746beb2
Desktop: Upgrade Electron from v10 to v14
2021-10-01 19:35:27 +01:00
Laurent Cozic
ba17742895
Ignore dist file for eslint
2021-09-28 10:52:48 +01:00
Laurent Cozic
05ec7cc8fa
All: Implemented htmlpack package which could be used to export an HTML file and all its resources into a single HTML file
2021-09-26 17:58:06 +01:00
Laurent Cozic
3c13c8d080
Tools: Allow tagging a server release as "latest"
2021-09-23 17:13:54 +01:00
Laurent Cozic
97bfd5ef04
Tools: Add test unit for building Docker image
2021-09-23 16:48:26 +01:00
Laurent Cozic
62f81b4315
Chore: Converts ENEX import file to TypeScript
2021-09-23 13:16:22 +01:00
Laurent Cozic
b56177a4e3
Tools: Added tools to stress test Joplin Server
2021-09-17 10:59:10 +01:00
Laurent Cozic
96ac12b460
Chore: Converted encryption config screens to React Hooks to share logic between desktop and mobile
2021-09-10 19:05:47 +01:00
Laurent Cozic
478d4accf1
Desktop: Load themes as CSS variables for use in custom themes and internal components
2021-09-06 16:57:07 +01:00
Laurent Cozic
736bbbd8ed
Plugins: Fixed import API
...
Ref: https://discourse.joplinapp.org/t/prompt-when-the-plugin-is-running-typeerror-this-module-oninit-is-not-a-function/20009/14
2021-09-04 15:07:38 +01:00
Laurent Cozic
95ad4c3177
Tools: Ignore commands/index files for linting
2021-09-04 14:29:43 +01:00
Laurent Cozic
c529b972e3
Chore: Automatically create command index for desktop app
2021-09-04 13:43:25 +01:00
Laurent Cozic
e6bff3f2e0
Chore: Moved desktop app reducer to separate file so that it can be unit tested
2021-09-04 12:37:22 +01:00
Laurent Cozic
f371bb8e59
Revert "Merge branch 'desktop-protocol' of https://github.com/roman-r-m/joplin into dev"
...
This reverts commit 7c85889c1f
, reversing
changes made to ab134807ea
.
Reason: Messed up and accidentally merged a pull request.
2021-09-03 15:03:17 +01:00
Laurent Cozic
7c85889c1f
Merge branch 'desktop-protocol' of https://github.com/roman-r-m/joplin into dev
2021-09-03 15:00:31 +01:00
Laurent Cozic
9c44133bd0
Plugin Repo: Allow overridding manifest properties and added recommended plugins
2021-08-31 22:37:56 +01:00
Laurent Cozic
6520a481ca
Server: Added Help page for Joplin Cloud
2021-08-31 13:46:46 +01:00
Laurent Cozic
b88b747ba6
Api: Resolves #5199 : Add support for "events" end point to retrieve info about latest note changes
2021-08-30 18:53:24 +01:00
Laurent Cozic
ad51090cdb
Chore: Convert changelog tool to TypeScript
2021-08-28 10:49:31 +01:00
Laurent Cozic
814f602bd6
Chore: Moved EncryptionService under e2ee directory
2021-08-23 18:47:07 +01:00
Caleb John
4ba417a2f4
Desktop: Various improvements to Markdown import and export ( #5290 )
...
In preparation for #5224
2021-08-23 00:35:45 +01:00
Roman Musin
e73a4b7286
Merge branch 'dev' into desktop-protocol
2021-08-20 12:02:11 +01:00
Laurent Cozic
d6c4228a41
Tools: Move Android URL update to update-readme script
2021-08-20 11:37:12 +01:00
Laurent Cozic
4f5ad86028
Desktop: Fixes #5184 : GotoAnything is not working on first try
2021-08-18 11:54:28 +01:00
Laurent Cozic
7faa58e0f9
All: Add a way to disable a master key
2021-08-17 12:03:19 +01:00
Laurent Cozic
f5f05e6cc5
All: Added "None" sync target to allow disabling synchronisation
2021-08-16 16:18:32 +01:00
Laurent Cozic
fe4900d254
Desktop: Add Sync Wizard dialog
2021-08-16 15:20:14 +01:00
Roman
b02baa6891
Update ignore files
2021-08-14 22:34:47 +01:00
Laurent
dcd5a8d975
All: Improved E2EE usability by making its state a property of the sync target ( #5276 )
2021-08-12 16:54:10 +01:00
Laurent Cozic
2ccbc87435
Tools: Also update dependency version numbers when creating a new release
2021-08-10 15:38:05 +01:00
Laurent Cozic
c3f10d31cb
Chore: Convert E2EE related files to TypeScript
2021-08-07 12:22:37 +01:00