Laurent Cozic
688edd4b32
Moved the Joplin renderer back to the main repository to make development easier
2020-01-30 21:05:23 +00:00
Laurent Cozic
759d59c2e6
Tools: Ignore existing components for react-hook rule
2020-01-29 18:03:55 +00:00
Helmut K. C. Tessarek
0bb1484b2d
Deskop: Fix deprecation of getName() in Electron ( #2367 )
...
This change fixes the following deprecation:
(electron) 'getName function' is deprecated and will be removed. Please use 'name property' instead.
2020-01-26 17:32:00 +00:00
Laurent Cozic
2657c8736e
Tools: Fixes #2256 : Better handling of git failure when building package-info
2020-01-24 23:10:24 +00:00
Laurent Cozic
66356d83ab
Electron release v1.0.179
2020-01-24 22:29:17 +00:00
Laurent Cozic
8e531ca87a
Update translations
2020-01-24 22:28:54 +00:00
Laurent Cozic
18c46851fd
Desktop: Fixes #2324 : Apply userstyle again when exporting to PDF or printing
2020-01-24 21:46:48 +00:00
Laurent Cozic
5456dbbf16
Merge branch 'master' of github.com:laurent22/joplin
2020-01-24 21:16:33 +00:00
Laurent Cozic
5c54b83108
Desktop: Fixed update message box
2020-01-24 21:16:25 +00:00
Laurent Cozic
cbf7f03bff
Desktop: Improve appearance of note Info dialog
2020-01-24 21:16:18 +00:00
mic704b
ea05fea234
Desktop: Fix identification of note in pdf export from main menu. ( #2323 )
2020-01-24 20:57:11 +00:00
Laurent Cozic
b6e0df57eb
Desktop: Fixes #2352 : undefined text was being displayed on top of notes in revision viewer
2020-01-22 17:32:21 +00:00
Laurent Cozic
be210233be
Desktop, Mobile: Fixes #2339 , Fixes #2343 , Fixes #2345 : Fixed issues with Katex and MultiMd table plugin
2020-01-22 17:16:37 +00:00
Helmut K. C. Tessarek
e9366a0d41
Update translations
2020-01-20 19:11:57 -05:00
Laurent Cozic
953aa5d0b5
Electron release v1.0.178
2020-01-20 18:44:23 +00:00
Laurent Cozic
3fed1abc36
API: Add ability to search by folder or tag title
2020-01-20 02:19:57 +00:00
Helmut K. C. Tessarek
81876c7bf3
Desktop: Update Electron to 7.1.9 ( #2314 )
...
This is only a minor bump but several issues have been fixed since 7.1.5.
The most pressing one that we've experienced for a long time:
default button in dialog not working on macOS
https://github.com/electron/electron/issues/21633
2020-01-19 15:34:45 +00:00
mic704b
b304e2ae1f
Desktop: Fix bug in note tags display due to error in comparison of tag lists. ( #2302 )
2020-01-18 13:55:35 +00:00
lightray22
35f4ede11a
Desktop: show completed date in note properties ( #2292 )
2020-01-18 13:53:59 +00:00
mic704b
8a392e1c06
Desktop: Fixes #2254 : Fix pdf export when mouse over non-selected note in notelist. ( #2255 )
2020-01-18 13:30:15 +00:00
Laurent Cozic
fc61b474cd
Clipper: Fixes #2252 : Some pages that contain tables with only one cell would trigger an error
2020-01-08 18:35:41 +00:00
Laurent Cozic
bc7099d29b
Desktop, Mobile: Fixed regression in HTML note rendering
2020-01-08 18:05:13 +00:00
Caleb John
e674d7d23b
Desktop: Add option to disable auto-matching braces ( #2251 )
...
* Add option to disable auto-matching braces
* Only Make option desktop only
2020-01-06 22:27:37 +00:00
Abijeet Patro
ae3a278ac4
Desktop: New: Display selected tags under a note title ( #2217 )
...
Follow up to #893
Now using middleware to set the tags when a note is selected
This avoids the ugly code in the NoteTextComponent where we determine
if tags are to be fetched, identify if they have been modified, fetch
them and then dispatch an action to update the store which might
again re-render the component.
Also implements style related fixes from #1000
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
Fixes : #469
2020-01-06 21:23:22 +00:00
mic704b
42ada7123c
Desktop: Add external editor actions to the note context menu. ( #2214 )
...
* Add external editor actions to the note context menu.
Also start up external editor on note double click.
These changes enhance user experience by placing the actions where
they feel natural.
* Remove double-click behaviour and change menu text.
Changes in response to review comments.
* Move handling of external editor actions to main screen from note text
This is to ensure correct behaviour even when the user launches the
action on a note in the list that is under the pointer, but not selected.
* Move external edit actions to NoteListUtils from MainScreen.
* Reconnect external edit action in main edit menu.
2020-01-06 21:16:39 +00:00
Laurent Cozic
6d9f73eef7
Improved integration of external renderer
2019-12-30 21:54:13 +01:00
Laurent Cozic
8d7d70bc13
Desktop: Fixed export to HTML, PDF and printing
2019-12-30 20:44:15 +01:00
Laurent Cozic
853ac0cca8
Electron release v1.0.177
2019-12-30 15:11:34 +01:00
Laurent Cozic
589f0803e6
Fixed Electron upgrade regressions
2019-12-30 15:10:43 +01:00
Laurent Cozic
fc67a44f95
Desktop: Fixed scrolling issue when clicking on anchor
2019-12-30 13:00:53 +01:00
Laurent Cozic
204365b2ae
Tools: Fixed desktop build
2019-12-30 10:54:31 +01:00
Laurent Cozic
2a63ecef2a
All: Extract note renderer to separate package (WIP) ( #2206 )
...
* Started updating to use external renderer package
* Added way to build renderer assets
* Done mobile compatilibty
* Upgrade joplin-renderer
* Added joplin-renderer package
2019-12-29 18:58:40 +01:00
Rafael Cavalcanti
c8a0138b3b
Desktop: Fixes #2122 : Fix Goto Anything scrolling issue ( #2199 )
...
* Fix Goto scrolling (#2122 )
* Better fix to Goto scrolling (#2122 )
* Fix #2122 : fix bottomItemIndex and top values
2019-12-28 22:53:21 +01:00
Laurent Cozic
f74db06176
All: Better handling of resource download errors, and added resource info to sync status screen
2019-12-28 20:23:38 +01:00
Laurent Cozic
a88ff902b4
Merge branch 'master' of github.com:laurent22/joplin
2019-12-19 15:19:29 +00:00
Helmut K. C. Tessarek
5bfd1849c1
Desktop, Mobile: Update Katex to 0.11.1 ( #2201 )
...
* update Katex to 0.11.1
* add package-lock.json files
2019-12-18 22:23:32 +00:00
Laurent Cozic
b0efdb6ee8
Merge branch 'master' of github.com:laurent22/joplin
2019-12-18 16:05:02 +00:00
Laurent Cozic
ce7671151c
Desktop: Remove useless React warnings from console
2019-12-18 11:49:44 +00:00
Helmut K. C. Tessarek
b77525e570
Update translations
2019-12-18 12:45:10 +01:00
Laurent Cozic
c534305c7b
Desktop: Fixes #2157 : Prevent app from crashing when pressing focus shortcut from search bar
2019-12-18 11:16:13 +00:00
Laurent Cozic
eabbbba0c7
Desktop: Fixed HTML export
2019-12-18 10:00:59 +00:00
Laurent Cozic
757a6854ab
Desktop: Updated OneDrive login to remove webview dependency
2019-12-18 09:21:12 +00:00
Laurent Cozic
68e73b658a
Desktop: Fixed dev tool support
2019-12-17 17:06:55 +00:00
Laurent Cozic
58200ecdb1
Desktop: Decrypt notes that are meant to be shared
2019-12-17 12:45:57 +00:00
Laurent Cozic
f60d6e0748
Desktop: Make it easier to view early errors when the app starts
2019-12-17 12:09:57 +00:00
Laurent Cozic
cad6b7971f
Desktop: Upgrade to Electron 7
2019-12-17 11:08:55 +00:00
Laurent Cozic
ee38590c35
Allow printing and creating PDF from iframe
2019-12-17 09:44:48 +00:00
Laurent Cozic
f10695fb8f
Desktop: Render note using iframe instead of deprecated webview
2019-12-17 00:45:27 +00:00
Laurent Cozic
b44ecc1958
Tools: Added build scripts for Windows
2019-12-17 00:40:49 +00:00
Laurent Cozic
931e7a7795
Improved export to HTML when note is already HTML
2019-12-17 00:40:25 +00:00