Laurent Cozic
cc24398e71
Doc: Add mhchem doc
2019-10-14 23:28:00 +02:00
Laurent Cozic
27d0a8f6e7
GitHub: Lock issues that have been closed as stale after 1 day
2019-10-14 15:44:17 +02:00
Laurent Cozic
4788c46e2c
Merge branch 'master' of github.com:laurent22/joplin
2019-10-14 10:35:21 +02:00
Laurent Cozic
0370c7b627
All: Allow apps to work with read-only profile
2019-10-14 10:35:04 +02:00
FoxMaSk
5cbae74086
update API doc related to issue #1956 ( #1982 )
...
* update doc related to issue #1956
* Space line
2019-10-14 04:21:51 -04:00
Laurent Cozic
008e30bdb7
Apply linter
2019-10-14 01:47:21 +02:00
Laurent Cozic
a5f17fad58
Android release v1.0.308
2019-10-13 23:19:15 +02:00
Laurent Cozic
22c3646fc6
Electron release v1.0.170
2019-10-13 23:13:19 +02:00
Laurent Cozic
a3e7f0b5ef
Tools: Fixed building Android app on Windows
2019-10-13 01:21:56 +02:00
Laurent Cozic
9f5da92ab4
Desktop, Mobile: Added support for chemical equations using mhchem for Katex
2019-10-13 00:22:24 +02:00
Laurent Cozic
fdafe3b947
Desktop: Fixes #1854 : Prevent note content from being deleted when using certain external editors (in particular Typora)
2019-10-12 22:51:38 +02:00
Laurent Cozic
6dec711a0a
Desktop: Fixes #1854 : Prevent external editor from clearing the note in some hard to replicate cases
2019-10-12 21:30:38 +02:00
Laurent Cozic
ec67bc7f1a
Mobile: Fixes #1910 : Make sure side bar text is white when dark theme is used
2019-10-12 20:55:59 +02:00
Laurent Cozic
47aaf639b3
Merge branch 'master' of github.com:laurent22/joplin
2019-10-12 20:49:42 +02:00
Laurent Cozic
51233c2745
Mobile: Fixes #1975 : Images were not being displayed just after having been taken or attached
2019-10-12 20:49:10 +02:00
Laurent Cozic
90bc84c010
Clipper: Fixed: Some tables were imported with a duplicate header
2019-10-12 19:36:06 +02:00
Laurent Cozic
7f1e684dab
Updated package to fix tests
2019-10-12 10:47:16 +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
J0J0 T
f90cc8d67d
Desktop, Cli: enex_to_md: Support italic in span tags ( #1966 )
...
* Desktop, Cli: enex_to_md: support italic in span tags
* Desktop, Cli: enex_to_md: readd debug message to resolve CI conflict
* Desktop, Cli: enex_to_md: fix CI errors
add spaces to commented out debug messages
* Desktop, Cli: enex_to_md: remove redundant commented out debug message
* Desktop, Cli: enex_to_md: readd redundant commented out debug message
CI wants it in there - maybe remove in another PR
2019-10-12 00:39:13 +02:00
Alan Martins Silva
d3e9ffcaea
Mobile: Added duplicate option when selecting notes. ( #1969 )
...
* Adding duplicate button on screen-header.js when selecting notes; Adding 'duplicateMultipleNotes' function on Note.js;
* Using for-loop like the rest of the code does
* changing from 'uniqueTitle' to 'ensureUniqueTitle'
2019-10-12 00:37:16 +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
7d7975daf4
Cli: Allow setting user timestamps with "set" command
2019-10-11 19:49:47 +02:00
Laurent Cozic
c98644b72f
All: Allow a sync client to lock a sync target, so that migration operations can be performed on it
2019-10-11 01:03:23 +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
f71e7f4fd3
Update ISSUE_TEMPLATE.md
2019-10-09 22:13:14 +02:00
Laurent Cozic
9c8add97e7
Tests: Add EnexToHtml to the list
2019-10-09 22:10:18 +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
Laurent Cozic
d355169b60
Tools: Added rules to linter
2019-10-09 21:33:21 +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
Nathan Leiby
fdcf27fc65
Mobile: confirm encryption password ( #1939 )
...
* mobile: confirm encryption password
* pr feedback: translatable strings + style refactor
also added placeholder text
* s/did/do
2019-10-08 18:04:25 -04:00
Caleb John
f2c82b05d9
Desktop: Improved resource hover title ( #1965 )
...
* Improved resource hover title
* Add mimetype to resource links
* Escape mime type for resource links
2019-10-08 21:39:38 +02:00
Laurent Cozic
add9dda759
Desktop, Cli: Give correct mime type to more file types
2019-10-08 21:36:33 +02:00
Rafael Cavalcanti
fbba4a1ec4
Fix category on Linux installation script ( #1964 )
2019-10-08 19:45:08 +02:00
Laurent Cozic
154d303463
Merge branch 'master' of github.com:laurent22/joplin
2019-10-07 23:15:14 +02:00
Laurent Cozic
fdef2db232
Desktop, Cli: Fixes #1960 : Apply default style to notes in HTML format
2019-10-07 23:14:49 +02:00
Rafael Cavalcanti
d49fa8e42b
Minor fix on install script ( #1954 )
2019-10-07 22:32:17 +02:00
Irvin Dominin
871d3cb87d
Fixed italian locale ( #1955 )
...
* Fixed italian locale
* Fixed italian locale
* Revert "Fixed italian locale"
This reverts commit b48695593f
.
2019-10-07 16:20:31 -04:00
Laurent Cozic
f1d751b356
Tools: Handle Api commit messages
2019-10-07 10:12:10 +02:00
Laurent Cozic
60c1939d26
Api: Resolves #1956 : Allow getting the resources of a note
2019-10-07 09:57:24 +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
Andros Fenollosa
c6842a8591
Update Joplin_install_and_update.sh ( #1952 )
...
- Add argument: Mutes messages by console.
- Remove unset.
- Variables in capital letters.
2019-10-05 18:14:45 +01:00
Laurent Cozic
60e9abdd61
GitHub: Remove option to create feature requests
2019-10-04 13:54:07 +01:00
Laurent Cozic
9796630aa2
Update markdown.md
2019-10-04 09:14:18 +01:00
Laurent Cozic
7230cdea33
Doc: Added table example to Markdown cheatsheet
2019-10-04 09:13:24 +01:00
Andros Fenollosa
6460907976
Updating translation es_ES.po ( #1947 )
...
* Update language es_ES
* Add Last-Translator
* Translation fix
2019-10-03 17:42:07 -04: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