Laurent Cozic
860e8a8f5a
Desktop: Added a few more shortcuts for macOS and other platforms
2019-02-09 19:13:23 +00:00
Laurent Cozic
434037d793
Done Welcome integration on mobile and CLI
2019-02-09 19:04:34 +00:00
Laurent Cozic
0567188fa8
Desktop: Select Welcome notebook the first time it is created
2019-02-08 23:38:29 +00:00
Laurent Cozic
4326902683
Desktop: Fixes #1196 : Moved webview to separate component to more precisely handle lifecycle events and precent uncessary reloading
2019-02-08 23:07:01 +00:00
Laurent Cozic
da3589149d
Desktop: Fixed restored scroll position when only viewer is visible
2019-02-08 08:28:27 +00:00
Laurent Cozic
4c00d9512e
Desktop: Resolves #1041 : Go back to previous note after clicking link
2019-02-07 18:17:09 +00:00
Laurent Cozic
8ced2d288e
Desktop: Note reloading issue
2019-02-02 10:47:26 +00:00
Laurent Cozic
f46e4e0cec
Desktop: Fixes #1142 : Disallow dropping notes on sidebar Notebook header
2019-01-31 08:02:12 +00:00
Laurent Cozic
efcf5ecef4
Desktop: When deleting note, display title or number of notes
2019-01-31 07:55:51 +00:00
Laurent Cozic
915112e274
Desktop: Restore scroll position when switching notes
2019-01-30 22:45:28 +00:00
Laurent Cozic
cc8f8fcd2c
Desktop: Allow selecting editor path with dialog window
2019-01-30 19:19:06 +00:00
Laurent Cozic
bda3ea9a35
Desktop: Improve how new notes are created to make it more reliable
2019-01-30 18:06:47 +00:00
Laurent Cozic
a7aed1f93a
Desktop: Fixed scrolling issue
2019-01-30 17:35:41 +00:00
Laurent Cozic
a33f602f3b
Desktop: Record last selected note IDs and restore it when opening notebook
2019-01-29 18:32:52 +00:00
Laurent Cozic
4d08b49578
Desktop: Added Usage link next to search box
2019-01-29 18:11:31 +00:00
Laurent Cozic
21e049ab45
Desktop: When selecting multiple notes, display possible actions as buttons
2019-01-29 18:02:34 +00:00
Laurent Cozic
d1269de3a7
Desktop: Made confirmation buttons sticky on Config screen
2019-01-27 23:44:16 +00:00
Laurent Cozic
beaba2be55
Desktop: Group config options into sections
2019-01-27 23:15:56 +00:00
Laurent Cozic
394cc78851
Desktop: Use ENTER and ESCAPE to go to next search result or to close search bar
2019-01-26 18:40:43 +00:00
Laurent Cozic
76f0a26322
Desktop: Keep synchronise button and status at bottom of side bar
2019-01-26 18:36:20 +00:00
Laurent Cozic
92d7a577a0
Desktop: Use SPACE to collapse or expand a folder in sidebar
2019-01-26 18:09:09 +00:00
Laurent Cozic
9c1219b188
Desktop: Use arrow to move between items, and added shortcuts to focus different elements
2019-01-26 18:04:32 +00:00
Laurent Cozic
f62bbfe286
Desktop: Toggle todo checkbox using SPACE key
2019-01-26 15:33:45 +00:00
Laurent Cozic
ed541dac3b
Desktop: Delete note using keyboard
2019-01-26 15:15:16 +00:00
Laurent Cozic
998bdf3b56
Desktop: Move up and down in note list using arrow keys
2019-01-25 19:59:36 +00:00
Laurent Cozic
1f384c7ae4
Merge branch 'master' of github.com:laurent22/joplin
2019-01-25 17:14:26 +00:00
Laurent Cozic
53166cb3f5
All: Fixes #1137 : Fixed regression on SeaFile sync
2019-01-21 17:34:41 +00:00
Laurent Cozic
949dbf45f1
Desktop: Resolves #1099 : Show Markdown images in external editor
2019-01-20 16:27:33 +00:00
Laurent Cozic
a8a7b7c07b
Merge branch 'master' into search_engine_fts_fix
2019-01-19 18:08:45 +00:00
Laurent Cozic
299008688d
All: Search: Integration to CLI and mobile apps
2019-01-19 18:03:05 +00:00
Laurent Cozic
42a674008f
All: Search: More multi-language support, and started updating mobile app
2019-01-18 18:31:07 +00:00
Laurent Cozic
8fdc0bf17c
All: Search: More multi-language support
2019-01-18 17:56:56 +00:00
Laurent Cozic
96cd56548e
Desktop: Improve search keyword highlighting
2019-01-17 19:01:35 +00:00
Joybin Chen
739fb2c3d2
Desktop: handle ESC key press to cancel the NotePropertiesDialog ( #1125 )
...
* Electron: enable ESC key press to dismiss NotePropertyDialog, when no editedKey.
* Desktop: handle ESC key press to cancel the NotePropertiesDialog
2019-01-16 20:19:48 +00:00
Laurent Cozic
8dc0b34fdc
Desktop: Search engine: Improved support for JA, KO, ZH scripts
2019-01-15 19:55:58 +00:00
Laurent Cozic
384ca09842
Merge branch 'master' into search_engine_fts_fix
2019-01-15 19:33:42 +00:00
Laurent Cozic
97d86825c2
Desktop: Fixes #1126 : Open Katex link in external browser instead of inside app
2019-01-15 19:30:45 +00:00
Laurent Cozic
3f540da31b
Desktop: Improved local search by highlighting even partial matches
2019-01-15 18:37:44 +00:00
Laurent Cozic
a7896b43d7
More search engine improvements
2019-01-15 18:10:22 +00:00
Laurent Cozic
2e12b2655b
More fixes to search engine and better handling of non-ASCII searches
2019-01-14 19:11:54 +00:00
Laurent Cozic
8268c3edba
Desktop: Resolves #1059 : Fixed behaviour of export to PDF and print
2019-01-10 18:58:58 +00:00
Laurent Cozic
3b719ce53b
Fixed keyword highlighting bug and other minor issues
2019-01-09 17:33:52 +00:00
Abijeet Patro
83281197f1
Adds functionality to toggle the notebooks and tags on the sidebar. ( #1002 )
...
* Adds functionality to toggle the notebooks and tags on the sidebar.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Modified to not use an anonymous function.
Signed-off-by: abijeetpatro <abijeetpatro@gmail.com>
* Updated the code to be cleaner.
Signed-off-by: abijeet <abijeetpatro@gmail.com>
2019-01-09 17:25:44 +00:00
Laurent Cozic
982c9828da
Desktop: Fixes #1039 : Always print or export to PDF using light theme
2018-12-16 02:49:06 +01:00
Laurent Cozic
8a6fcdbcae
Should be commented out by default
2018-12-14 00:00:03 +01:00
Laurent Cozic
061ce646d2
Finished search engine integration with desktop app
2018-12-13 23:57:14 +01:00
Laurent Cozic
3e313399c2
Desktop: Search within current note
2018-12-09 01:18:10 +01:00
Caleb John
3b14cfcc54
add separate editor font size option ( #1027 )
2018-12-07 22:26:03 +01:00
Laurent Cozic
6f64fdffcc
Desktop: Fixes #995 : Added flag to disable tag bar for now
2018-11-24 11:42:50 +00:00
Laurent Cozic
19252af345
Desktop: Fixes #996 : Allow editing multiple notes in external editor
2018-11-21 19:50:50 +00:00