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
97d86825c2
Desktop: Fixes #1126 : Open Katex link in external browser instead of inside app
2019-01-15 19:30:45 +00:00
Laurent Cozic
8d16ad7035
Updated dates
2019-01-15 19:10:27 +00:00
Laurent Cozic
3f540da31b
Desktop: Improved local search by highlighting even partial matches
2019-01-15 18:37:44 +00:00
Laurent Cozic
7d92136467
Added version info to auto-update dialog
2019-01-15 18:17:45 +00:00
Laurent Cozic
8ff2418b02
Desktop: Added support for pre-releases
2019-01-11 23:40:05 +00:00
Laurent Cozic
f6640bcc32
Electron release v1.0.123
2019-01-11 22:07:23 +00:00
Laurent Cozic
2ac03c18c4
Revert "replace markdown-it-katex with markdown-it-texmath, this makes using $ much better ( #1116 )"
...
This reverts commit 46b82f877b
.
2019-01-11 17:02:04 +00:00
Laurent Cozic
65d0032995
Electron release v1.0.120
2019-01-10 19:04:35 +00:00
Laurent Cozic
adbc873b2a
Update translations
2019-01-10 18:59:56 +00:00
Caleb John
b4e9fb157f
Apply zoom and editorfont updates without needing to restart ( #1109 )
...
* Apply zoom and editorfont updates without needing to restart
fixes #1106
* Combine zoomRatio and editorFontSize into the theme cache
2019-01-10 18:34:58 +00:00
Caleb John
46b82f877b
replace markdown-it-katex with markdown-it-texmath, this makes using $ much better ( #1116 )
2019-01-10 18:33:49 +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
Caleb John
88a9d5e802
Fix window manager icon on linux ( #1110 )
2019-01-09 17:05:28 +00:00
Laurent Cozic
eb789b9b9a
Electron release v1.0.119
2018-12-16 18:35:37 +01: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
c223cdf10a
Electron release v1.0.118
2018-12-14 19:57:32 +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
5ec7c16e3e
Fixed logic to update search engine data
2018-12-12 22:40:05 +01:00
Laurent Cozic
0a6f8b0cfe
Started integrating search engine to desktop app
2018-12-10 19:58:49 +01:00
Laurent Cozic
57225a36b9
Updated translations
2018-12-09 01:22:16 +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
01a30a7ccf
Fixed renaming 'no' locale to 'nb_NO'
2018-12-05 23:30:36 +01:00
Alex Devero
9b51bd484d
Fix failing Windows build ( #997 )
...
* Upgrade sqlite3 to 4.0.4
* Remove rebuild, add install-app-deps
2018-12-05 23:11:40 +01:00
Laurent Cozic
0df2a501dd
Electron release v1.0.117
2018-11-24 11:44:38 +00: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
Laurent Cozic
277b2b9298
Electron release v1.0.116
2018-11-20 00:44:25 +00:00
Laurent Cozic
0b7296ae95
Update translations
2018-11-20 00:43:35 +00:00
Laurent Cozic
ce87dd55f0
Merge branch 'master' of github.com:laurent22/joplin
2018-11-20 00:42:33 +00:00
Laurent Cozic
07b724d65b
All: Fixes #992 : Allow non-ASCII chars when exporting MD and handle duplicate filenames
2018-11-20 00:42:21 +00:00
Caleb John
bc1984298f
Add dark theme to note properties dialog ( #991 )
2018-11-19 22:48:10 +00:00
Caleb John
57628e8986
Add missing syntax file for dark theme ( #985 )
2018-11-19 22:43:56 +00:00
Abijeet Patro
7bfc3e1256
Fixes #979 ( #980 )
...
* Adds functionality to display tags under the open note.
Towards #469
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Ensured tags in the dialog box and under the note appear in the same order.
Few formatting tweaks.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Fixes issues raised during code review.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Refactored code to always display tags in ascending order.
This changes the order of the tags in the dialog box and below the tag title.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Added the new tag height and margin bottom to the bottomRowHeight
Fixes #979
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2018-11-17 11:21:57 +00:00
Laurent Cozic
71d9b1d441
Electron: Fixes #933 : Handle internal links from HTML and from MD
2018-11-16 18:39:11 +00:00
Laurent Cozic
e7ec2ce6cf
Electron release v1.0.115
2018-11-13 23:18:08 +00:00
Laurent Cozic
61dbdd5f7c
Update translations
2018-11-13 23:17:56 +00:00
Laurent Cozic
e6888c451d
Fixing Katex version number
2018-11-13 22:42:06 +00:00
Laurent Cozic
e17f3051f0
Display number of resources being fetched in side bar
2018-11-13 22:25:23 +00:00
Laurent Cozic
06091933e1
All: Moved resource app-specific state to different table
2018-11-13 00:45:08 +00:00
Laurent Cozic
28b1d8a324
Desktop: Fixes #953 (maybe): Improved the way internal links to notes are loaded to make it more reliable
2018-11-08 00:58:06 +00:00
Laurent Cozic
5c1dd79435
All: Fixes #952 : Upgraded Katex lib to fix bug
2018-11-07 23:44:59 +00:00
Ben Fisher
251f1bba55
Show note title in pdf export ( #890 ) ( #937 )
...
* Show note title in pdf export (#890 )
An example of a possible approach, to temporarily change the html in the webview to show the note title. Works, but there may be a more elegant fix.
* Show title in pdf export
Revising based on feedback
Also, a couple changes to tests so that they pass in Windows.
2018-11-07 23:35:14 +00:00
Caleb John
cb1fd85ca4
Add support for custom css across all notes ( #925 )
2018-11-07 22:52:31 +00:00
Laurent Cozic
11ddc55911
Fixed theme handling for new tag feature
2018-11-07 22:47:34 +00:00
Caleb John
ee106105d8
Joplin desktop Dark Mode ( #921 )
...
* Added support for the dark mode on desktop
* Add dark highlighting to the code tags
* Update app/theme.js to be more clear and more easily support additional themes
Update more files to conform to theming
2018-11-07 22:37:13 +00:00