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
Laurent Cozic
07b175c2ee
Revert "Desktop: Upgrade to Electron 5"
...
This reverts commit 37dbb81425
.
2019-12-15 19:05:44 +00:00
Laurent Cozic
6132cf2128
Desktop, Cli: Allow exporting a note as HTML
2019-12-15 18:41:13 +00:00
Laurent Cozic
37dbb81425
Desktop: Upgrade to Electron 5
2019-12-14 23:43:34 +00:00
Laurent Cozic
03522b48a5
CliClient: Fixed regression following recent PR
2019-12-14 10:55:42 +00:00
Laurent Cozic
64a1408d6c
Electron release v1.0.176
2019-12-14 01:28:50 +00:00
Laurent Cozic
34f0a2951a
Desktop: Add ability to share a note publicly using Nextcloud ( #2173 )
...
* Moved button row to separate component file and started Sharing dialog
* Adding Sharing dialog
* Applied "npx react-codemod rename-unsafe-lifecycles"
* More UI
* Tools: Improved TypeScript integration
* Improved share dialog
* Tools Added support for translation validation in CI, and added support for plural translations
* Improved UI and sharing workflow
* Share workflow
* Cleaned up and improved sharing config error handling
* Fixed build scripts and doc for TypeScript
* Run linter
2019-12-13 01:16:34 +00:00
Devon Zuegel
611be7c0fa
Desktop: Allow for custom Joplin theme and Ace editor styles ( #2099 )
...
* Delete unused file
* Implement CssUtils
* Inject custom CSS styles
* Add info about custom CSS styles to README
* Add note that ElectronClient/app/app.js is generated
* Add support for Setting.TYPE_BUTTON
* Add buttons in Preferences to open custom CSS files
* Swap custom CSS filenames
* Swap custom CSS filenames
* Wrap "Edit" with translation fn
* Incorporate PR feedback from @laurent22
* Add openOrCreateFile to Settings
* Move openOrCreateFile to shim
* Removing header for now - see https://github.com/laurent22/joplin/pull/2099#discussion_r353120915
2019-12-13 00:40:58 +00:00
Laurent Cozic
7ad407a8c8
Electron release v1.0.175
2019-12-08 10:04:35 +00:00
Laurent Cozic
cfe61bbb9b
Merge branch 'master' of github.com:laurent22/joplin
2019-12-05 10:06:17 +00:00
Helmut K. C. Tessarek
a7f3a70ba4
Desktop: Better icon for about window ( #2150 )
2019-12-05 09:44:16 +00:00
Laurent Cozic
47a2087a91
Updating icons
2019-12-04 19:01:08 +00:00
Laurent Cozic
fdac132905
Updating icons
2019-12-02 21:23:30 +00:00
Laurent Cozic
697c914c77
Merge branch 'master' of github.com:laurent22/joplin
2019-12-03 15:52:01 +00:00
Devon Zuegel
8c17ecb3d9
Desktop: Add highlight_mark token to Ace editor rules ( #2100 )
...
* Added highlight_mark token to Ace editor rules
* Fix edge case for highlight_mark Ace rule
* Add ==mark== rule only if plugin is enabled
* Rm temporary highlight class
2019-12-03 11:12:47 +00:00
Laurent Cozic
60964a4224
Tools: Removed uneeded untranslatedCount prop from translation index
2019-11-29 18:51:55 +00:00
Laurent Cozic
805a5399b5
All: Fixes #2126 : Restaured translations that had been accidentally deleted
2019-11-29 15:47:12 +00:00
Laurent Cozic
e6d9d83d92
Desktop: Fixes #1826 : Fixed warning boxes in solarized theme
2019-11-28 17:09:52 +00:00
Laurent Cozic
fdc80f0663
Update translations
2019-11-20 19:06:45 +00:00
Laurent Cozic
affacf472f
Doc: Fix Esperanto flag
2019-11-18 08:55:23 +00:00
Laurent Cozic
0ca96ee8be
Electron release v1.0.174
2019-11-12 17:56:59 +00:00
Laurent Cozic
0c82c108ec
Update translations
2019-11-12 17:55:58 +00:00
barbowza
21d06ad9a6
Tools: Optional open dev tools in Developer Mode ( #2083 )
...
* Require --open-dev-tools along with --env dev in command line options to make opening of Dev Tools optional when in Developer mode.
* Restore original lines then comment out the call to openDevTools
2019-11-12 16:00:44 +00:00
Laurent Cozic
a0ad2b24b1
Electron release v1.0.173
2019-11-11 08:22:48 +00:00
Laurent Cozic
a3279ab164
Electron release v1.0.172
2019-11-11 07:59:29 +00:00
Laurent Cozic
a806d753c4
Electron release v1.0.171
2019-11-11 07:16:33 +00:00
Helmut K. C. Tessarek
ab4fd9ed53
Update translations
2019-11-11 01:46:03 -05:00
Diego Erdody
9c98fb5312
Desktop: Add new setting to show note counts for folders and tags ( #2006 )
...
* Adding node counts for folders and tags
* Add unit tests
* Fix count update when the tag list for a note is updated
* Right align note counts and remove from the settings screen
* Folder note count calculation update to include descendants
* Update Setting.js
* Change count style and fix click on counts
* Fix tag/folder count update on delete/add note
* Review updates
2019-11-11 06:14:56 +00:00
Laurent Cozic
4e72a8f3a5
Clipper: Fixes #2034 : Better handling of HTML minifying error with fallback to non-minified HTML
2019-11-07 20:32:11 +00:00
Laurent Cozic
3da32f007e
Clipper: Fixes #2015 : Fix issue with certain PRE code blocks
2019-11-07 20:06:33 +00:00
Shane Kilkelly
fa3f0d2071
Desktop: Resolves #1298 : Add keyboard modes to editor (vim, emacs) ( #2056 )
...
* Add keyboard modes to editor (vim, emacs, default)
This adds a new option to settings, and then sets the
appropriate keyboard handler in the ace editor.
The "default" option is equivalent to the old keyboard
behaviour.
* Remove stray console.log
* Move the keyboard-mode setting to the general section
* Change `keyboardMode` setting to `editor.keyboardMode`
2019-11-06 21:51:08 +00:00
boring10
8d6cfdc292
Desktop: Fixes #1570 : Prevent horizontal scrolling on Linux when a scrollbar is present in note list ( #2062 )
...
* Prevent horizontal scrolling on Linux when a scrollbar is present in the note list.
* max-width usage specifically to target Linux horizontal scroll problem.
2019-11-06 21:46:26 +00:00
Caleb John
c05bc899eb
Desktop, Mobile: Added link resource icon ( #2035 )
...
* Add forkawesome icons
* Add resource icon for specific filetypes
* Ignore resource link styling on mobile
* whtiespace
* render txt icons and adjust icon sizes
* Replace fork-awesome font with inline svg so icons work on mobile
* Add comment describing the source of resource icons
2019-11-05 21:41:36 +00:00
Laurent Cozic
c9f6ce7496
Merge branch 'master' of github.com:laurent22/joplin
2019-11-05 17:16:43 +00:00
Laurent Cozic
67d2c454ee
Desktop: Resolves #2031 : Prevent window from being shown on startup when it should be hidden in tray
2019-11-05 17:03:24 +00:00
Helmut K. C. Tessarek
41b2eb8871
Update translations
2019-11-04 19:02:39 -05:00
Laurent Cozic
2997b0f2c4
Renamed 'layout' setting to 'layoutButtonSequence'
2019-10-31 08:47:45 +00:00
Subodh Dahal
f450ef09cc
Desktop: Resolves #1900 : Allow selecting what views should be available from the Layout button ( #2028 )
...
* Added options for selecting layout
* Toggle through the layouts based on config
* Used redux state for getting layout settings
* Removed duplicated strings for layout options
* Moved option for selecting layouts to "View" menu
2019-10-31 08:42:17 +00:00
aerotog
316746605e
Desktop: Fixes #1790 : Stop print command from resetting theme ( #1999 )
2019-10-31 08:33:40 +00:00
Laurent Cozic
5522d11eed
Merge branch 'master' of github.com:laurent22/joplin
2019-10-31 07:25:39 +00:00
Helmut K. C. Tessarek
67266af1ae
fix layout issue introduced by #1991
2019-10-30 16:59:32 -04:00
Laurent Cozic
d346cdb897
Added Bosnian language and cleaned up translations
2019-10-30 18:12:06 +00:00
Daniel Landau
c3b1018929
Desktop: Resolves #215 : Fill X primary selection from the editor on text selection ( #2029 )
...
This fixes the Joplin->"other apps" half of
https://github.com/laurent22/joplin/issues/215 .
2019-10-30 15:40:59 +00:00
Laurent Cozic
a2ba64ccf5
Merge branch 'master' of github.com:laurent22/joplin
2019-10-30 13:56:59 +00:00
Stephanie Foskitt
7bf394d8d5
Desktop: Resolves #1918 : Allow custom CSS when printing ( #2014 )
...
* Sets `useCustomCss` default to "true". Updates README.md for reference to Custom CSS.
* Reverse changes to and . Correct the spacing in .
2019-10-30 10:21:58 +00:00
Helmut K. C. Tessarek
cdf6f9c436
Desktop, Mobile: Resolves #1953 : Update Markdown plugins: toc-done-right, anchor ( #2005 )
...
This change fixes a few issues with the toc plugin.
It now allows to set inline options. e.g. to set the max toc depth.
1. set toc depth to 2 levels
```
$<toc{"level":[1,2]}>
```
2. set toc depth to 3 levels and use an ordered list
```
$<toc{"level":[1,2,3],"listType":"ol"}>
```
/ref https://github.com/nagaozen/markdown-it-toc-done-right/issues/16
---
fixes #1953
fixes #1843
fixes https://discourse.joplinapp.org/t/set-depth-of-toc/2899
2019-10-30 10:18:31 +00:00
Helmut K. C. Tessarek
dece5d8de7
Desktop: Resolves #1903 : Add Nord theme ( #2004 )
...
code by vzsky (PR was abandoned)
closes #1903
2019-10-30 09:55:45 +00:00
Laurent Cozic
33b8da98af
Clean up
2019-10-30 09:54:32 +00:00
Tommy Bergeron
885858dcb4
Desktop: Resolves #1988 : Add menu item to toggle note list ( #1991 )
...
* Add menu item to toggle note list #1988
* Hiding the noteList now fully works + standardized casing for noteList #1988
* hiding verticalResizer to fully hide note list and its extra border #1988
* curly braces on the same line #1988
* fa-tasks is "less" worse as an icon for toggle note list #1988
* liking this icon a whole lot more
* removed useless width tweak
2019-10-30 09:40:33 +00:00
Laurent Cozic
cde5aa9b06
Merge branch 'master' of github.com:laurent22/joplin
2019-10-29 11:08:48 +00:00
luzpaz
d3ba6798d7
Doc: Fix documentation and source comment typos ( #2037 )
...
* Misc. typo and whitespace fixes
Found via `codespell -q 3 -S *.po,*.pot,./ElectronClient/app/locales,./ReactNativeClient/locales,./CliClient/locales -L adresse,ba,fonction,te,whet`
* Revert a previous change
2019-10-29 09:02:42 +00:00
Helmut K. C. Tessarek
1f42c10c2a
Update translations
2019-10-28 21:18:18 -04:00
Laurent Cozic
30969f8ab6
Desktop: Fixes #1867 : Fix scrolling issue when clicking on internal link
2019-10-28 18:56:38 +00:00
Laurent Cozic
19f9c4f540
Desktop: Fixes #2008 : Open links in external browser from revision view
2019-10-28 18:47:23 +00:00
Helmut K. C. Tessarek
22398e69c5
Desktop: Add context menu and menu item to create sub-notebook ( #1984 )
...
* add context menu and menu item to create sub-notebook
closes #1978 (create sub-notebook by right-clicking on notebook)
* simplify code, remove async
2019-10-17 22:41:13 +02:00
Helmut K. C. Tessarek
a544ebd451
update translations
2019-10-16 19:25:55 -04:00
Helmut K. C. Tessarek
a11171d73a
update translations
2019-10-16 18:14:43 -04:00
Laurent Cozic
22c3646fc6
Electron release v1.0.170
2019-10-13 23:13:19 +02:00
Laurent Cozic
47aaf639b3
Merge branch 'master' of github.com:laurent22/joplin
2019-10-12 20:49:42 +02:00
Laurent Cozic
90bc84c010
Clipper: Fixed: Some tables were imported with a duplicate header
2019-10-12 19:36:06 +02:00
Helmut K. C. Tessarek
5f28d0ec24
Desktop: Add option to set page dimensions when printing ( #1976 )
...
* add setting: export.pdfPageSize
* create 2 settings: size and orientation
* export.pdfPageOrientation: use string instead of boolean
* add other page formats supported by Electron
2019-10-12 01:21:19 +02:00
Matthew Crumley
348c4ad3a3
Desktop: Resolves #1222 : Truncate update changelog when it's too long ( #1967 )
...
The changelong text is truncated if it's longer than 1000 characters,
but avoids cutting off a partial line, unless that would lead to cutting
off too much of the text. An ellipsis is added to mark the truncation.
Additionally, when the changelong is truncated, it adds a "Full Release Notes"
button that opens the GitHub release page in a browser window.
2019-10-12 00:44:58 +02:00
Laurent Cozic
b0a4a10dcc
Clipper: Fixes #1876 : Handle more styles of named anchors, including spans
2019-10-12 00:18:40 +02:00
Laurent Cozic
8ef5c96cb6
Desktop: Fixes #1970 : Display error message when notes cannot be exported
2019-10-11 20:20:12 +02:00
Laurent Cozic
6be36ffe17
Desktop: Fixes #1819 : Note view was not reloaded after viewing revisions
2019-10-11 20:10:25 +02:00
Laurent Cozic
8a097fb79c
All: Added concept of sync version and client ID to allow upgrading sync targets
2019-10-10 23:23:11 +02:00
Laurent Cozic
b099c811cc
Merge branch 'master' of github.com:laurent22/joplin
2019-10-09 21:35:33 +02:00
Laurent Cozic
a8ae0f8078
Apply linter config
2019-10-09 21:35:13 +02:00
Helmut K. C. Tessarek
08295525de
Desktop: Add checkmark to menu item, if Dev Tools are on ( #1949 )
...
* add checkmark to menu item, if Dev Tools are on
If one closed the dev tools window, one could think that the Dev Tools are closed.
This is not the case. After the next action, the window opens again. This can be
confusing, therefore I added a checkmark to the menu item so that it is very clear.
* fix no-case-declarations
* fix reducer issue
2019-10-09 19:55:35 +02:00
Laurent Cozic
add9dda759
Desktop, Cli: Give correct mime type to more file types
2019-10-08 21:36:33 +02:00
Devon Zuegel
d2aaac22e5
Desktop: Add loading animation to import/export ( #1888 )
...
* Add loading animation to import/export
* Removed unecessary CSS prefixes
2019-10-05 22:46:39 +01:00
Helmut K. C. Tessarek
d7a50a1b48
Desktop: Resolves #1662 : Set cancel as the default in dangerous operations ( #1934 )
...
* set cancel as the default in dangerous operations, rename buttons (delete, remove) and context menu (for tags)
fixes #1662 (partially, because I can't fix the upstream issue, unless we update Electron)
* add default value for buttonLabel
2019-10-03 22:33:49 +01:00
Nathan Leiby
5ed5d16716
Desktop: Resolves #1896 : Hide some toolbar buttons when editor hidden ( #1940 )
...
addresses issue: https://github.com/laurent22/joplin/issues/1896
2019-10-03 00:07:58 +01:00
Subodh Dahal
43083b0b7a
Desktop: Resolves #917 : Larger search bar ( #1933 )
...
* Increased the width of search bar
* Added some margin to the left ofsearch bar
* Reduced left margin for the search bar
2019-10-02 22:55:29 +01:00
Laurent Cozic
5d015bf746
All: Fixes #1906 : Fixed translation of "Synchronisation Status"
2019-10-02 19:07:51 +01:00
Laurent Cozic
eca0ab0ef6
Desktop: Fixes #1829 : Fixed alarms that would trigger immediately when they were set too far in future
2019-10-02 18:21:42 +00:00
Laurent Cozic
4ce35ee1ed
Desktop: Fixes #1703 : Text input context menu was not working in Windows
2019-10-02 18:05:30 +00:00
Laurent Cozic
29ec7ba03a
Apply linter
2019-10-01 19:33:46 +01:00
Dom Goodwin
84ab395fae
Desktop: Resolves ( #1863 ): Added Dracula theme ( #1924 )
...
* Added dracula theme
* Removed package-lock
2019-10-01 12:23:32 +01:00
Caleb John
5bcd5f050a
Desktop: Code button now detects multiline ( #1915 )
...
* Code button now detects multiline
* Fix text selection for code insertion
2019-09-30 23:24:07 +01:00
Laurent Cozic
e93d96193c
eslint
2019-09-29 22:11:36 +00:00
Laurent Cozic
0c552feb57
Electron release v1.0.169
2019-09-27 19:02:09 +01:00
Laurent Cozic
69f1b72127
Electron release v1.0.168
2019-09-25 18:54:50 +01:00
Laurent Cozic
383fa2e278
Update translations
2019-09-25 18:54:25 +01:00
Devon Zuegel
172d925f0f
Desktop: Fix import interop service ( #1887 )
...
* Revert "Revert "Desktop: Add ENEX to HTML export (#1795 )""
This reverts commit 50b66cceca
.
* Revert "Revert "Desktop, Cli: Fixed interop service so that it still allow auto-detecting importer based on format (required for Cli and for test units)""
This reverts commit c7c57ab2a5
.
* Fix the .md importer
* Add comment re future refactor
* Rm importerClass for .md importer
* Fix EnexToMd module name
2019-09-23 22:18:30 +01:00
Laurent Cozic
50b66cceca
Revert "Desktop: Add ENEX to HTML export ( #1795 )"
...
This reverts commit 2f14832c34
.
Reverting PR #1795 due to broken MD import and other issues
2019-09-20 22:18:09 +01:00
Laurent Cozic
e648392330
Chore: Apply eslint rules
2019-09-19 22:51:18 +01:00
Laurent Cozic
fe9a037cf9
Chore: Fixed package.json files and updated BUILD instructions
2019-09-17 21:29:37 +01:00
Devon Zuegel
2f14832c34
Desktop: Add ENEX to HTML export ( #1795 )
...
* Add `escape` to go back from Dropbox Login screen
* Add .vscode/ to .gitignore
* Remove call to enexXmlToMd
* The 2 enex importers have distinct functionality!
* Add tmp #deleteAllNotebooks
* checkbox state still not persisting
* images now fixed, but checkboxes still broken
* Figured out that #ipcProxySendToHost is important for handling checkbox
* cleanup closing br and en-todo tags + add notes
* Handle en-media, add NOTEs & TODOs, & format html
* Clean up some of the logging
* cleanHtml is a nice beautifier, but callback hell ensues...
* Rm #htmlFormat
* Recreating the xml actually seems to work
* Add test (not functional rn)
* Add test for checkboxes
* Add test for image en-media
* Separate tests into 2 function calls
* Clean up test
* Add `en-media-audio` test
* Add bad resource test
* Misc cleanup
* Rm SlateEditor files
* Misc cleanup
* Remove #deleteAllNotebooks button
* Add names to tests
* Extract resourceUtils
* Rm DropboxLoginScreen esc behavior, part of another PR
* Misc cleanup
* Improve audioElement, add attachment import support
* Misc cleanup
* Add svg test for enex_to_html
* Clean up test
* Set markup_language to MARKUP_LANGUAGE_HTML to tell renderer that the content is only HTML
* Rename to newModuleByFormat_ for clarity
* Add comment to clarify newModuleFromPath_
2019-09-17 21:19:32 +01:00
Laurent Cozic
224a4d786b
Desktop: Fixed broken menu bar
2019-09-16 22:54:40 +01:00
Laurent Cozic
15a42a3729
Chore: Apply eslint no-unused-vars eslint config and add TypeScript config
2019-09-12 22:16:42 +00:00
Laurent Cozic
0379523eaf
Desktop, Mobile: Fixes #1870 : Support non-alphabetical characters in note link anchors
2019-09-12 21:57:23 +01:00
Laurent Cozic
e8e1a0fe4d
Desktop: Cleaned up and improved config screen design, move all screens under same one, and added section buttons
2019-09-10 23:53:01 +00:00
Laurent Cozic
32865f065c
Electron release v1.0.167
2019-09-10 09:26:26 +01:00
Laurent Cozic
0e2cc418e2
Electron release v1.0.166
2019-09-09 18:22:42 +01:00
Laurent Cozic
0340456d55
Update translations
2019-09-09 18:22:20 +01:00
Laurent Cozic
7aea2cec69
Desktop: Resolves #1490 : Add support for anchor hashes in note links
2019-09-09 18:16:00 +01:00
Laurent Cozic
09df315639
Desktop: Fixes #1833 : Do not scroll text when search is open and user type in note
2019-09-07 11:57:31 +01:00
Laurent Cozic
5135c8a782
Clipper: Fixes #1783 : Fixed importing tables that contain pipes
2019-09-07 10:32:52 +01:00
Laurent Cozic
dfa692569b
Update translations
2019-09-06 18:33:30 +01:00
Helmut K. C. Tessarek
d69ba6bc75
All: fix typo on encryption options screen ( #1823 )
...
fixes #1798
2019-08-29 17:38:54 +01:00
Caleb John
415e7b84da
Desktop: Change localeCompare functiion for tags ( #1811 )
...
* change localeCompare functin for tags
* Fix spacing
2019-08-29 17:36:53 +01:00
Caleb John
9a4f4cbb65
Desktop: Change template prompt to sans and sort templates ( #1806 )
...
* Change template prompt to sans and sort templates
* Sort templates by filename to ensure order
2019-08-29 17:34:54 +01:00
Laurent Cozic
f3ab21ff43
Electron release v1.0.165
2019-08-14 23:17:25 +02:00
Laurent Cozic
6548f30a4b
Electron release v1.0.164
2019-08-14 22:49:45 +02:00
Laurent Cozic
849d7983f6
Desktop: Added support for Fountain screenwriting language
2019-08-14 12:40:06 +02:00
Laurent Cozic
b9e5c8a387
Electron release v1.0.163
2019-07-30 09:52:26 +02:00
Laurent Cozic
a363d119cf
Electron release v1.0.162
2019-07-30 09:37:23 +02:00
Laurent Cozic
71efff6827
Linter update ( #1777 )
...
* Update eslint config
* Applied linter to lib
* Applied eslint config to CliClient/app
* Removed prettier due to https://github.com/prettier/prettier/pull/4765
* First pass on test units
* Applied linter config to test units
* Applied eslint config to clipper
* Applied to plugin dir
* Applied to root of ElectronClient
* Applied on RN root
* Applied on CLI root
* Applied on Clipper root
* Applied config to tools
* test hook
* test hook
* test hook
* Added pre-commit hook
* Applied rule no-trailing-spaces
* Make sure root packages are installed when installing sub-dir
* Added doc
2019-07-30 09:35:42 +02:00
Laurent Cozic
086f9e1123
Started applying config to Electron app
2019-07-29 14:13:23 +02:00
Laurent Cozic
7eebd544d6
Fixed eslint
2019-07-29 12:55:50 +02:00
Helmut K. C. Tessarek
ad8054ba4b
Desktop: Better handling of adding the title to print and export to PDF ( #1744 )
...
fixes #1743
2019-07-29 12:33:40 +02:00
Laurent Cozic
8c42ddf6c3
Merge branch 'master' of github.com:laurent22/joplin
2019-07-29 12:17:33 +02:00
tfinnberg
f7fcabbf41
Desktop: Create fileURLs via drag and drop ( #1653 )
...
* enable drag and drop fileURLs
* fix windows fileURL syntax
* introduce encodeURI function
* fixed encoding issue
* use path-utils.js to deal with fileURL path conversion
* add changes as requested
* Minor rewording 'On the' -> 'In the', additional info about attaching files
* change call of toFileProtocolPath
* enable test script to check syntax for all OS-platforms
2019-07-29 12:16:47 +02:00
Shane Kilkelly
38a51070fc
Desktop: add depthColor
for solarized light and dark themes ( #1765 )
2019-07-29 12:08:49 +02:00
Laurent Cozic
44fa099a77
Desktop: No longer crash if certain theme properties are not set
2019-07-29 12:05:58 +02:00
Laurent Cozic
6fbeb35951
Update translations
2019-07-29 11:52:19 +02:00
Laurent Cozic
f2c9cdd7f1
Desktop: Upgraded packages to fix security issue
2019-07-28 22:48:30 +02:00
Laurent Cozic
635baa5b6f
Updated translations
2019-07-22 00:02:25 +00:00
Laurent Cozic
893531f8c7
Desktop: Make depthColor theme property optional
2019-07-21 17:30:36 +01:00
Shane Kilkelly
3d498e7a75
Desktop: Add solarized themes to desktop client ( #1733 )
2019-07-21 17:27:42 +01:00
Laurent Cozic
6e64b950ca
Merge branch 'master' of github.com:laurent22/joplin
2019-07-21 17:05:09 +01:00
Laurent Cozic
6d4e67769c
Desktop: Fixed Back button icon on Config screen
2019-07-21 16:49:53 +01:00
Laurent Cozic
35b6b3fc46
Merge branch 'clipper_html_mode'
2019-07-21 13:46:54 +01:00
Laurent Cozic
1033b3626f
Update translations
2019-07-21 08:49:49 +01:00
Laurent Cozic
3f7b4e10b6
Merge branch 'master' into clipper_html_mode
2019-07-21 00:24:25 +01:00
Laurent Cozic
36168a9a5d
Use regex instead of jsdom for compability with mobile app
2019-07-21 00:18:51 +01:00
Caleb John
cd5d412c69
Desktop: Added support for templates ( #1647 )
...
* First pass of adding support for templates
* remove default value from template prompt
* Add template placeholder text
* Add mustache templates with datetime support for new notes
* Moved template code to utils, added separate prompt for templates
* Add templates to menu and allow for keyboad only use
* update template prompt for dark theme
* update with laurents suggestions, add refresh button
* revert template command, remove new note prompt
2019-07-20 22:13:10 +01:00
Laurent Cozic
8ff1668c8f
Minor changes
2019-07-19 18:18:05 +01:00
Laurent Cozic
14fc73b388
Use markupToHtml everywhere
2019-07-19 17:48:38 +01:00
Laurent Cozic
687e308a73
Desktop: Added markup language to property dialog
2019-07-17 22:49:40 +01:00
Laurent Cozic
490db0db62
Desktop: Disable Markdown actions for HTML notes
2019-07-17 22:49:12 +01:00
Laurent Cozic
feb5f17479
Clipper: Generate better HTML so that it loads faster in text editor
2019-07-17 22:48:13 +01:00
Laurent Cozic
fbb3543818
Desktop: Fixed race condition when loading a note while another one is still loading. Improved performance when loading large note.
2019-07-17 22:42:53 +01:00
Laurent Cozic
30d0dfb424
Clipper: Fixed sizing issue when importing HTML pages
2019-07-16 22:58:44 +01:00
Laurent Cozic
7239a2013c
Clipper: Improved clipping of images in HTML mode
2019-07-16 22:23:04 +01:00
Laurent Cozic
38e8a881d5
More refactoring to easily handle multiple renderers
2019-07-16 19:05:47 +01:00
Helmut K. C. Tessarek
7a902bbd25
Desktop, Mobile: Update Markdown plugins: footnote, toc-done-right, anchor ( #1741 )
2019-07-15 01:29:44 +01:00
Laurent Cozic
a0dd0702fb
Clipper: Adding support for clipping page as HTML
2019-07-14 16:00:02 +01:00
Laurent Cozic
d066350eea
Electron release v1.0.161
2019-07-13 19:18:34 +01:00
Laurent Cozic
a1e3260309
Clipper: Resolves #1160 : Allow importing MathJax formulas, in particular from StackExchange
2019-07-13 19:17:28 +01:00
Laurent Cozic
ca4dfe0f0f
Desktop: Fixes #1724 : Improved note selection and scrolling when moving a note to a different notebook
2019-07-13 17:40:09 +01:00
Laurent Cozic
f7203ed7e2
Desktop: Fixes #1720 : Fixed issue with certain commands being repeated in some cases
2019-07-13 16:57:33 +01:00
Laurent Cozic
331858bd4f
Desktop: Fixes #1704 : Set note title to correct size when zoom is enabled
2019-07-13 16:46:52 +01:00
Laurent Cozic
4d2c9523a3
Desktop: Fixes #1699 : Hide toolbar button text when it is below a certain size
2019-07-13 16:42:57 +01:00
Helmut K. C. Tessarek
dbedefc021
Desktop: Fixes #1342 : Add override for ACE editor shortcut Ctrl+K
( #1705 )
2019-07-13 14:52:32 +01:00
Laurent Cozic
86e7daaec4
Mobile: Cleaned context menu and moved options and metadata to side menu bar
2019-07-11 18:23:29 +01:00
Helmut K. C. Tessarek
917dcea28a
use a command to get the current branch that works with older git versions
...
closes #1695
2019-06-28 05:02:21 -04:00
Helmut K. C. Tessarek
207d433fb3
Desktop: Improved: Show git branch and hash in About dialog ( #1692 )
...
* show git branch and hash in About dialog
This additional info will only be shown, if the code is not an official release.
An official release is calculated as follows:
- current commit has a tag
- the tag contains the version number of the package
However, the information will always be printed to the console.
* info will now always be shown in About dialog (if available)
ElectronClient/app/compile-package-info.js: added warning
ElectronClient/app/app.js: push info conditionally to the message array
* use sprintf syntax
2019-06-27 15:04:02 +01:00
Laurent Cozic
2c5b0010bf
Mobile: Removed concept of Advanced Options and move tools to Config screen to clean up context menu
2019-06-26 00:13:13 +01:00
Laurent Cozic
1e3c6ed98c
Desktop: When doing local search do not split query into words
2019-06-25 23:09:53 +01:00
Laurent Cozic
21897a3cd4
Clipper: Resolves #1669 : Handle special case of code block used on Microsoft website
2019-06-22 18:57:41 +01:00
Laurent Cozic
5796dd2098
Update translations
2019-06-22 13:10:13 +01:00
Laurent Cozic
b175c1fc94
Desktop: Resolves #1649 : Cache code blocks in notes to speed up rendering
2019-06-21 08:28:59 +01:00
Laurent Cozic
3819897ba1
Merge branch 'master' of github.com:laurent22/joplin
2019-06-20 00:02:29 +01:00
Laurent Cozic
6a031857ba
Desktop: Fixes #1664 : Disable certain menu items when no note or multiple notes are selected, and fixed menu item to set tag
2019-06-20 00:02:13 +01:00
Laurent Cozic
e21a0ba5b7
Update translations
2019-06-19 23:18:24 +01:00
Laurent Cozic
dc818e8a0c
Electron release v1.0.160
2019-06-15 00:57:36 +01:00
Laurent Cozic
7fae9fda10
Desktop: Fixes #1443 : Allow opening external editor on new notes
2019-06-13 08:48:19 +01:00
Laurent Cozic
a37961dccc
Desktop: Removed placeholder in tag list because it repeats the label
2019-06-13 08:47:47 +01:00
Laurent Cozic
86136e0c6c
Clipper: Fixes #1622 : Import named anchors from clipped pages
2019-06-13 00:26:19 +01:00
Helmut K. C. Tessarek
468c345527
Desktop: Improved: Added shortuct for tags (Cmd+Opt+T
/ Ctrl+Alt+T
) ( #1638 )
...
fixes #1626
2019-06-10 23:45:49 +01:00
Caleb John
041bdc08a2
Desktop: New: Highlight notebooks based on depth ( #1634 )
...
* Highlight notebooks based on depth
* Adjusted notebook depth targets, and dark theme select color
2019-06-10 23:44:51 +01:00
Helmut K. C. Tessarek
3fafda9684
Desktop: Added menu item to format inline code ( #1641 )
...
* Revert "Fix for #1426 , aded backticks to auto-wrapping quotes."
This reverts commit 7dee93076a
.
* changes to backtick behavior
- add shortcut ``` cmd+` ``` / ``` ctrl+` ```
- add menu item for `Inline code`
* rename menu item Inline Code -> Code
2019-06-10 08:05:20 +01:00
Laurent Cozic
0d65edd0e8
Electron release v1.0.159
2019-06-08 00:47:09 +01:00
Caleb John
799ad5f1da
Desktop: Improved tag dialog to make it easier to add and remove tags ( #1589 )
2019-06-07 23:33:06 +01:00
Laurent Cozic
df714c357d
All: Improved: Better handling of items that cannot be decrypted, including those that cause crashes
2019-06-07 23:11:08 +01:00
Caleb John
409bdd7b78
Desktop, mobile: Upgrade TOC plugin version to 4.0.0 to fix various issues ( #1603 )
2019-06-05 23:13:00 +01:00
Caleb John
d012c689e1
Desktop: Improve how font size is applied ( #1601 )
2019-06-05 23:11:18 +01:00
Laurent Cozic
90fbfec914
Update translations
2019-06-05 18:07:11 +01:00
Laurent Cozic
a13ba63ab8
Desktop: New: Added option to open development tools, to make it easier to create custom CSS
2019-06-05 17:41:30 +01:00
Laurent Cozic
316a52bbc2
All: Improved workflow of downloading and decrypting data during sync
2019-05-28 22:05:11 +01:00
Laurent Cozic
6d7511efbb
Electron release v1.0.158
2019-05-27 19:54:04 +01:00
Caleb John
a0fb99d78f
Desktop, Mobile: Improved: Enable more options on multimd-table plugin ( #1586 )
...
* Update multimd-table and enable options
* Add `options` option to markdown plugins
2019-05-27 19:53:02 +01:00
Laurent Cozic
685a52c2c5
Desktop, Mobile: Fixes #1587 : Fix internal note links
2019-05-27 19:49:18 +01:00
Laurent Cozic
fc77419ca1
Desktop: Fixed empty separators in menu
2019-05-27 19:48:09 +01:00
Laurent Cozic
bab3a12e92
Doc: Updated build instructions for Windows
2019-05-27 18:04:24 +01:00
Laurent Cozic
cb5aa425c8
Updated translations
2019-05-24 23:09:31 +01:00
Laurent Cozic
3a43cfeebf
Electron release v1.0.157
2019-05-24 17:35:53 +01:00
Laurent Cozic
31e33c6628
Updated translations
2019-05-24 17:35:44 +01:00
Laurent Cozic
875f8d6997
Electron release v1.0.156
2019-05-24 17:35:04 +01:00
Laurent Cozic
aaaf27af6e
Android: Fixed resource loading issue, and improved logging on desktop
2019-05-24 17:34:18 +01:00
Laurent Cozic
43624ffa75
Desktop: Improved: Add number of characters removed and added in revision list
2019-05-24 17:31:18 +01:00
Laurent Cozic
613041b806
Electron release v1.0.155
2019-05-24 14:47:35 +01:00
Laurent Cozic
bcbbe10bf8
Electron release v1.0.154
2019-05-24 14:47:12 +01:00
Luis Orozco
1eb8df9fa6
Desktop: Fixes #1186 , #1354 : Clears search when clicking on a notebook. ( #1504 )
...
* Fixes #1186 , #1354 . Clears search when clicking on a notebook.
* use new resetSearch method where possible, replaced tabs with spaces
* replaced a couple more spaces with tabs
2019-05-24 08:13:01 +01:00
Laurent Cozic
050b089e72
Update translations
2019-05-22 16:34:59 +01:00
Luis Orozco
74afd20f0c
Desktop: Fixes #1426 : added backticks to auto-wrapping quotes. ( #1534 )
2019-05-22 16:16:03 +01:00
Laurent Cozic
8a6fe20a69
All: Resolves #1481 : New: Allow downloading attachments on demand or automatically ( #1527 )
...
* Allow downloading resources automatically, on demand, or when loading note
* Make needToBeFetched calls to return the right number of resources
* All: Improved handling of resource downloading and decryption
* Desktop: Click on resource to download it (and, optionally, to decrypt it)
* Desktop: Better handling of resource state (not downloaded, downloading, encrypted) in front end
* Renamed setting to sync.resourceDownloadMode
* Download resources when changing setting
* tweaks
* removed duplicate cs
* Better report resource download progress
* Make sure resource cache is properly cleared when needed
* Also handle manual download for non-image resources
* More improvements to logic when downloading and decrypting resources
2019-05-22 15:56:07 +01:00
Laurent Cozic
e2a64e21a2
Electron release v1.0.153
2019-05-14 22:23:47 +01:00
Laurent Cozic
0e2bb5d784
Desktop: Improved: When opening a note using Goto Anything, open all its parent notebooks too
2019-05-14 00:11:27 +01:00
Laurent Cozic
61736546b4
Updated translations
2019-05-13 22:52:42 +01:00
Laurent Cozic
dba3e4202d
Electron release v1.0.152
2019-05-13 09:51:04 +01:00
Laurent Cozic
eb2065128e
Electron release v1.0.151
2019-05-12 16:04:01 +01:00
Laurent Cozic
5f344f07d4
Electron release v1.0.150
2019-05-12 11:41:35 +01:00
Laurent Cozic
e1b7b64e1b
All: Make sure resource filesize is set in all cases
2019-05-12 11:41:07 +01:00
Laurent Cozic
c27861d40f
Electron release v1.0.149
2019-05-12 01:22:02 +01:00
Laurent Cozic
553a26eb63
Desktop, CLI: Added option to disable creation of welcome items
2019-05-12 01:10:46 +01:00
Laurent Cozic
016ce3dd61
Desktop: Resolves #1502 : Improved note deletion dialog
2019-05-11 13:36:44 +01:00
Laurent Cozic
dccd489fcc
Clipper: Fix: Fix handling of tables with empty headers
2019-05-11 09:23:31 +01:00
Laurent Cozic
771975cd35
Clipper: Fixes #1462 : Allow importing images from local file with file:// URLs
2019-05-10 01:06:06 +01:00
Laurent Cozic
4d81caff0b
Electron release v1.0.148
2019-05-08 00:52:20 +01:00
Laurent Cozic
8ea1c373ed
Fixed position of config button
2019-05-07 23:50:12 +01:00
Laurent Cozic
23e43c7bc1
Desktop: Fix: Fixed note history sort order.
2019-05-07 23:42:46 +01:00
Laurent Cozic
c4b17f8919
Electron release v1.0.147
2019-05-06 21:48:50 +01:00
Laurent Cozic
da2f4b96c7
Electron release v1.0.146
2019-05-06 21:48:37 +01:00
Laurent Cozic
08af9de190
All: Resolves #712 : New: Support for note history ( #1415 )
...
* Started revisions support
* More rev changes
* More rev changes
* More revs changes
* Fixed deletion algorithm
* More tests and moved updated time to separate field
* Display info when restoring note
* Better handling of existing notes
* wip
* Further improvements and fixed tests
* Better handling of changes created via sync
* Enable chokidar again
* Testing special case
* Further improved logic to handle notes that existed before the revision service
* Added tests
* Better handling of encrypted revisions
* Improved handling of deleted note revisions by moving logic to collectRevision
* Improved handling of old notes by moving logic to collectRevision()
* Handle case when deleting revisions while one is still encrypted
* UI tweaks
* Added revision service to mobile app
* Fixed config screens on mobile and desktop
* Enabled revisions on CLI app
2019-05-06 21:35:29 +01:00
Luis Orozco
5934f2f08e
Desktop: Fixes #355 : Resets the undo manager when creating new notes ( #1495 )
2019-05-06 21:30:04 +01:00
Laurent Cozic
4f76946140
Electron release v1.0.145
2019-05-03 00:20:01 +01:00
Laurent Cozic
aa60923cbd
Doc: Better handling of platforms in changelog generation
2019-05-03 00:19:42 +01:00
Helmut K. C. Tessarek
da69d6b2c9
Desktop: Fix: Update chokidar to fix blank screen when returning from external editor ( #1479 )
2019-05-02 16:00:17 +01:00
Michael Schneider
a757aefce0
Remove separator between New Notebook and Close Window in File Menu ( #1483 )
2019-05-02 15:55:48 +01:00
Laurent Cozic
27f14c175f
Electron release v1.0.144
2019-04-30 23:42:42 +01:00
Laurent Cozic
aad49c520b
All: Improved: Display better error message when trying to sync with a new sync target from an old version of Joplin
2019-04-30 23:42:06 +01:00
Michael Schneider
af794a16d6
Desktop (macOS): Add macOS "Close Window" menu item and add name to Quit menu ( #1434 )
...
* Add Close Window to macOS file menu
* Add Joplin to Quit menu item
On macOS the application name appears usually within the Quit menu item.
* Use performClose: selector for Close Window
* Revert Quit with name and add Quit string to translations
* Move Quit translation to joplin.pot
* Remove Quit string
2019-04-30 21:38:20 +01:00
Laurent Cozic
29582623b0
Revert "Desktop: Improved: Removed gaps between note list and vertical resizers ( #1464 )"
...
This reverts commit d6e59c5238
.
2019-04-29 07:28:16 +01:00
Luis Orozco
d6e59c5238
Desktop: Improved: Removed gaps between note list and vertical resizers ( #1464 )
2019-04-28 14:23:17 +01:00
Luis Orozco
6335cbedb8
Desktop: Improved: UI updates to sidebar and header, changing icon sizes and animations ( #1463 )
...
Added animation to icon in synchronize button
Moved sync report above button, which prevents the sync button from moving from its place when the report has text.
Added animation to icon in Toggle Sidebar button, using the css transition property.
Reduced font size for text and icons in header and sidebar
Changed theme color2 from white to a very light grey. It is barely
noticeable, but reduces contrast a bit, improving readability.
2019-04-28 14:20:18 +01:00
Laurent Cozic
412f6d8316
Fixing Arabic flag
2019-04-26 18:58:40 +01:00
Laurent Cozic
50f2076981
Electron release v1.0.143
2019-04-21 14:56:13 +01:00
Laurent Cozic
a9ae78bcde
Updated translations
2019-04-21 14:55:12 +01:00
Laurent Cozic
c3262aa5f8
Desktop: Allow CtrlCmd+G shortcut from text editor
2019-04-20 19:07:13 +01:00
Laurent Cozic
27cce03968
Updated translations
2019-04-20 12:26:34 +01:00
Helmut K. C. Tessarek
7fc233e808
Desktop: change shortcuts for 'Print' and 'Goto Anything' ( #1420 )
...
Print Command/Control + P
Goto Anything Command/Control + G
closes #1413
2019-04-20 12:02:43 +01:00
Laurent Cozic
93323deea5
Desktop: Fix: Updated Electron and Chokidar to try to fix external editor crashing app
2019-04-20 12:00:42 +01:00
Laurent Cozic
a974eb5d9f
Fixing links
2019-04-18 15:11:56 +01:00
Laurent Cozic
f8e1395087
joplin.cozic.net => joplinapp.org
2019-04-18 14:59:17 +01:00
Laurent Cozic
cf40c14a86
All: Fixes #1405 : Handle invalid resource tags that contain no data when importing ENEX
2019-04-12 01:43:15 +01:00
Laurent Cozic
a73b0309b9
Electron release v1.0.142
2019-04-02 17:27:52 +01:00
Laurent Cozic
c22283e799
Electron release v1.0.141
2019-04-02 17:27:39 +01:00
Laurent Cozic
1e51ab4a59
Updated translations
2019-04-02 17:27:19 +01:00
Caleb John
0c2f2667d3
All: Allow toggling markdown plugins and added several new plugins ( #1347 )
...
* Initial test of enabling plugins
* Added support for toggle-able plugins
- Also adds some new plugins
* Add instructions on adding toggle-plugins
* Fix subtle anchor bug
- webview was moving itself when scrolling to bottom anchors
* Moves the webview hack so that it only applies to anchors
* Add plugin descriptions to the README, also removed mermaid from README
* rename plugin.* to markdown.plugin.* to be more forward compatible
2019-04-02 17:14:48 +01:00
Laurent Cozic
5ad0b2eed9
Clean up
2019-04-02 00:12:38 +01:00
Laurent Cozic
577d62e783
Updated translations
2019-04-02 00:11:40 +01:00
Laurent Cozic
dcb73c9916
Desktop: Fixed menu logic for non-macOS
2019-04-01 19:51:47 +00:00
Laurent Cozic
6b2910c3c7
Desktop: Added Goto Anything dialog and implemented basic plugin system
2019-04-01 19:43:13 +00:00
Helmut K. C. Tessarek
db04906416
Desktop: macOS: make the menu more like a macOS menu ( #1348 )
...
* macOS: make the menu more like a macOS menu
* remove duplcated code even more
* yep, I forgot to localize the new menu item
* more de-duplication, create File menu on macOS
2019-04-01 10:04:34 +01:00
RaphaelKimmig
fa32678645
improve search bar text alignment ( #1377 )
2019-03-31 18:26:47 +01:00
RaphaelKimmig
ee1df1a396
fix sub pixel rendering for desktop ( #1378 )
2019-03-31 18:25:13 +01:00
Caleb John
4b9105edff
Set blockScrolling to Infinty (fixes error message) ( #1363 )
2019-03-28 21:18:53 +00:00
Laurent Cozic
272055fc1d
Updated translations
2019-03-28 17:06:06 +00:00
Laurent Cozic
96a1546da1
Desktop: Improved search - when clearing search, stay on current item. When clicking on notebook name, jump to note within notebook. Improved toolbar layout.
2019-03-15 21:57:58 +00:00
Laurent Cozic
54f0fbcf6b
Desktop: Fixes #1329 : Could not edit created and updated time anymroe
2019-03-12 21:52:23 +00:00
Laurent Cozic
1602182085
Desktop: Fixes #1334 (maybe): Upgraded chokidar which it seems was randomly making Electron 4 crash (maybe due to fsevent package)
2019-03-12 21:41:13 +00:00
Laurent Cozic
ade5af2559
Electron release v1.0.140
2019-03-10 20:32:43 +00:00
Laurent Cozic
0a993dc012
Update translations
2019-03-10 20:32:28 +00:00
Laurent Cozic
b35cb9a7ab
Electron release v1.0.139
2019-03-08 17:40:11 +00:00
Laurent Cozic
18b836525c
Updated translations
2019-03-08 17:39:26 +00:00
Helmut K. C. Tessarek
17c9c0f9ef
Mobile: version info changes ( #1290 )
...
* update the version info string for mobiles to be consistent with the desktop
Joplin vX.Y.Z -> Joplin X.Y.Z
hardcoded the string. Joplin is a product name, no need for translation.
* show version as X.Y.Z in update dialog
* update .po files so that the previous commit won't break translations
* tag -> Schlagwort
2019-03-08 17:31:48 +00:00
Laurent Cozic
de73d4baa7
Minor issue
2019-03-08 17:19:06 +00:00
Laurent Cozic
9289dbdf77
All: Refactor Markdown rendering ( #1315 )
...
* Refactoring MdToHtml to avoid manually rendering tokens
* Minor fix
* Fixed loading of resources
* Handle clicking on checkboxes
* Added back Katex support
* Fixed issues with Katex and note rendering
* Added back support for links
* Restored code block highlighting support
* clean up
* Applying update to mobile
* Fixed handling of links and cleaned up to share more code between mobile and desktop
* Restored content caching and improved handling of additional assets
* Clean up and a few fixes
* Applied more updates to mobile and added code highlighting support
2019-03-08 17:14:17 +00:00
Laurent Cozic
921f01d9dc
Desktop: Fixed regression on external edit
2019-03-06 22:22:37 +00:00
Laurent Cozic
e30bc12354
All: Disabled Mermaid support for now
2019-03-06 07:11:55 +00:00
Laurent Cozic
fca4fa666d
Electron release v1.0.138
2019-03-03 17:14:28 +00:00
Laurent Cozic
59478160c8
Added Arabic translation
2019-03-03 17:14:17 +00:00
Laurent Cozic
8110fe89ef
Electron release v1.0.137
2019-03-03 00:59:04 +00:00
Laurent Cozic
c7ed1b5eae
Trying to fix Windows 32-bit build
2019-03-03 00:58:41 +00:00
Laurent Cozic
25951e7097
Trying to fix Windows 32-bit build
2019-03-03 00:51:54 +00:00
Laurent Cozic
687b9d1bef
All: Improve rendering of Mermaid graphs
2019-03-03 00:31:41 +00:00
Laurent Cozic
630e77b9eb
Electron release v1.0.136
2019-03-02 23:40:58 +00:00
Laurent Cozic
68ff2e17b3
Trying to fix Windows 32-bit build
2019-03-02 23:35:18 +00:00
Laurent Cozic
833d473268
Desktop: Resolves #206 : Added support for sorting notebooks by title or last modified
2019-03-02 17:35:57 +00:00
Laurent Cozic
2168090b96
Electron release v1.0.135
2019-02-27 22:52:08 +00:00
Laurent Cozic
33f7b680bc
Desktop: Fixes #1273 : Trying to improve accuracy of sidebar resizing
2019-02-27 22:44:10 +00:00
Laurent Cozic
0957298cb8
Desktop: Fixes #1268 : Fix exporting to PDF and printing, which were broken following upgrade to Electron 4
2019-02-27 22:35:26 +00:00
Laurent Cozic
4a31e5fe73
Electron release v1.0.134
2019-02-27 10:03:07 +00:00
Laurent Cozic
baacec5ba6
Electron release v1.0.133
2019-02-27 00:14:24 +00:00
Laurent Cozic
95188b71b8
Desktop: Fixes #1265 : Fixed column resize on Windows. Also increased minimum and maximum sizes of columns.
2019-02-27 00:13:56 +00:00
Laurent Cozic
06f1b9e4d7
Electron release v1.0.132
2019-02-24 23:46:17 +00:00
Laurent Cozic
8f958ac931
Desktop: Trying to fix sign server
2019-02-24 23:46:05 +00:00
Laurent Cozic
eae63bfb79
Electron release v1.0.131
2019-02-24 19:30:09 +00:00
Laurent Cozic
8adfc81c30
Trying to fix Windows build
2019-02-24 19:30:04 +00:00
Laurent Cozic
ad9bc0bf63
Electron release v1.0.130
2019-02-24 18:06:09 +00:00
Laurent Cozic
b0596670a6
Revert "New tag adding dialogue ( #1206 )"
...
This reverts commit 229dd7a6dd
.
2019-02-24 18:04:25 +00:00
Laurent Cozic
081e1c5b62
Electron release v1.0.129
2019-02-24 17:27:11 +00:00
Laurent Cozic
edfd2c4d54
Desktop: Updated build process to fix buggy electron-builder https://github.com/electron-userland/electron-builder/issues/3660#issuecomment-465461491
2019-02-24 17:26:46 +00:00
Laurent Cozic
1a86cbdb9d
Electron release v1.0.128
2019-02-24 12:48:14 +00:00
Laurent Cozic
6b3fe6b2cb
Update translations
2019-02-24 11:27:47 +00:00
Helmut K. C. Tessarek
c34872bb26
when deleting notebook or tag, display name ( #1253 )
...
The delete dialog for notebooks and tags does not display the name of the item to be deleted.
This can lead to an undesired result.
closes #1245
2019-02-24 11:11:34 +00:00
Helmut K. C. Tessarek
4845a21287
change notebook icon in toolbar and search result ( #1252 )
...
see f6f0bcf1c3
2019-02-24 11:10:55 +00:00
Laurent Cozic
ddd513fe09
Small tweaks to avoid confusion with enum name
2019-02-24 11:10:22 +00:00
Helmut K. C. Tessarek
4ce118d459
add shortcut to start a sync ( #1231 )
...
see https://github.com/laurent22/joplin/issues/1151#issuecomment-463845158
2019-02-24 11:09:15 +00:00
Polshakov Dmitry
e2e4e62c4f
Desktop: Fix alt key using ( #1216 )
...
Fix #934
On linux if you try to change the layout with Alt + Shift, the menu
will open instead
2019-02-24 11:07:07 +00:00
Caleb John
229dd7a6dd
New tag adding dialogue ( #1206 )
...
* Update tag adding dialogue
- use datalist to autocomplete tags
- display tags with TagList
* Move the tagItem highlight color to theme.js
2019-02-24 10:55:19 +00:00
Mats Estensen
1e0c4cc5cd
Desktop: Add type 'info' and 'OK' button to update dialog when version up-to-date ( #1148 )
...
* Add type 'info' and 'OK' button to update dialogue when current version is up to date
* remove whitespace and fix space to tabs
* remove created newline at end of file
2019-02-24 10:54:50 +00:00
Laurent Cozic
b40ccc7a15
All: Fixes #1251 : Handle Show Uncompleted Tasks option when selecting a tag
2019-02-24 10:38:06 +00:00
Laurent Cozic
7d6b7e588c
Desktop: use nodeIntegration
2019-02-24 10:17:37 +00:00
Laurent Cozic
eb5950d126
Desktop: Adding support for Mermaid
2019-02-18 18:11:53 +00:00
Laurent Cozic
3f1be5e7e7
Merge branch 'master' of github.com:laurent22/joplin
2019-02-18 00:43:21 +00:00
Laurent Cozic
a4e649c82d
Desktop: Clean up adding custom CSS and remove top margin and padding from rendered html
2019-02-18 00:42:52 +00:00
Caleb John
cda6eb7c2f
Fix little white corner between scrollbars ( #1229 )
2019-02-17 02:16:32 +00:00
Laurent Cozic
e6aa002758
Desktop: Fixes #1215 : Updated single instance logic for Electron 4
2019-02-16 13:10:37 +00:00
Laurent Cozic
361d46ac5d
Clean up
2019-02-16 01:17:43 +00:00
Laurent Cozic
9bc7c2fd65
Added comments
2019-02-16 01:15:30 +00:00
Laurent Cozic
81e4cd319d
Desktop: Allow resizing left panels
2019-02-16 01:12:43 +00:00
Laurent Cozic
3d933c5244
Desktop: Trying to upgrade to Electron 4.0.4
2019-02-15 00:30:03 +00:00
Laurent Cozic
73af19314d
Desktop: Trying to upgrade to Electron 4.0.4
2019-02-15 00:29:48 +00:00
Laurent Cozic
1d71712c8a
Security: Updated parse-url to fix CVE-2018-3774
2019-02-14 23:18:17 +00:00
Laurent Cozic
1595248b52
Electron release v1.0.127
2019-02-14 22:29:19 +00:00
Laurent Cozic
fc94c616b5
All: Updated translations
2019-02-14 22:28:04 +00:00
Laurent Cozic
f6f0bcf1c3
Desktop: Changed Folder icon to a Notebook
2019-02-14 22:27:53 +00:00
Caleb John
58993d2ead
Add styling to the scrollbars ( #1204 )
2019-02-14 22:21:21 +00:00
Caleb John
7c0b608769
Minor update to dark theme ( #1181 )
2019-02-14 22:18:42 +00:00
Laurent Cozic
0469fe76d7
Desktop: Do not display tags that are not associated with any note
2019-02-13 23:33:07 +00:00
Laurent Cozic
a3e74320fa
Desktop: Allow creating new note when multiple notes are selected
2019-02-13 22:57:43 +00:00
Laurent Cozic
4e0f4397b2
All: Fixed percent translated and added missing strings
2019-02-13 22:52:32 +00:00
Laurent Cozic
b26aab3863
Desktop: Print background images and colors, and improved checkoxes to avoid use of svg
2019-02-13 22:35:57 +00:00
Laurent Cozic
f0020b3393
Desktop: Highlight row backgroung in table
2019-02-10 17:16:11 +00:00
Laurent Cozic
a03aa62d58
Desktop: Moved buttons up on Config screen for consistency with other screens
2019-02-10 16:29:06 +00:00
Laurent Cozic
2203a39917
Desktop: Disable userstyle.css when printing or exporting to PDF
2019-02-10 16:11:41 +00:00
Laurent Cozic
bc58668483
Desktop: Fixes #1200 : Note list was hidden when minimizing and
...
maximizing window
2019-02-10 15:59:28 +00:00
Laurent Cozic
aecdec48ad
Electron release v1.0.126
2019-02-09 19:32:04 +00:00
Laurent Cozic
e49198a0d4
oops
2019-02-09 19:31:07 +00:00
Laurent Cozic
6aa4553dd3
Updated translations
2019-02-09 19:28:19 +00:00
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
Caleb John
029e84f538
Add new styling to tables and blockquote ( #1185 )
...
* Add new styling to tables and blockquote
* Update styling to tables
2019-02-07 08:01:38 +00:00
Laurent Cozic
9d4b34cad7
All: Applied styles to mobile too
2019-02-06 23:52:29 +00:00
Laurent Cozic
032816fffc
All: Made note font slightly smaller
2019-02-06 22:48:02 +00:00
Laurent Cozic
1408f06c8d
All: darker text
2019-02-06 22:39:03 +00:00
Laurent Cozic
0d6443c30a
All: Improve styling and layout of notes in note viewer
2019-02-05 23:55:09 +00:00
Laurent Cozic
0050c90678
Update translations
2019-02-03 15:57:10 +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