j-krl
|
79c6eb5503
|
Added to docs and rewrote LinkSelector as ts file
|
2020-05-25 20:14:38 -06:00 |
|
j-krl
|
dbde239a25
|
formatting
|
2020-05-24 03:20:05 -06:00 |
|
j-krl
|
79e77b5a10
|
removed personal comments
|
2020-05-24 02:44:24 -06:00 |
|
j-krl
|
c3395133c9
|
automatic page scrolling, docs updated
|
2020-05-24 02:38:14 -06:00 |
|
j-krl
|
b1d073cdeb
|
next/prev link index is buggy on page change
|
2020-05-23 21:09:22 -06:00 |
|
j-krl
|
25d723b373
|
switched to class based implementation
|
2020-05-23 07:23:55 -06:00 |
|
j-krl
|
e9783d050b
|
I'm going to have to rewrite this entire thing...
|
2020-05-22 15:26:42 -06:00 |
|
j-krl
|
e1be1ead86
|
big link doesn't work but regular link does
|
2020-05-22 06:39:08 -06:00 |
|
j-krl
|
b129bed69f
|
installed open package
|
2020-05-22 06:06:28 -06:00 |
|
j-krl
|
265ad50ce4
|
app
|
2020-05-22 05:50:56 -06:00 |
|
j-krl
|
3e2570601f
|
app-gui
|
2020-05-22 05:48:27 -06:00 |
|
Laurent Cozic
|
a96734f5be
|
Revert "Tools: Added eslint rule arrow-parens"
This reverts commit 0b6f5581f0 .
It causes too many conflicts with pull requests.
|
2020-05-21 09:14:33 +01:00 |
|
Laurent Cozic
|
b1bb470b0a
|
CLI: Disable support for HTML export for now as it does not work
|
2020-05-20 17:31:41 +01:00 |
|
Laurent Cozic
|
0b6f5581f0
|
Tools: Added eslint rule arrow-parens
|
2020-05-20 17:16:43 +01:00 |
|
Laurent Cozic
|
bec91863e2
|
All: Fixes #3234: Sync would fail in some cases due to a database error
|
2020-05-19 23:17:56 +01:00 |
|
Naveen M V
|
b3f32ffc59
|
Desktop: Resolves #2409: Add note history (back/forward buttons) (#2819)
|
2020-05-15 12:13:42 +01:00 |
|
Laurent Cozic
|
ecc50790ed
|
Desktop: Refactor: Minor refactoring following counter feature update in a09c7b72c7
|
2020-05-15 11:52:59 +01:00 |
|
RedDocMD
|
a09c7b72c7
|
Desktop: Fixes #3009: Word/character counter includes Markdown syntax and HTML tags (#3037)
* Updated commit
* Update package.json
* Update package.json
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
|
2020-05-15 11:28:31 +01:00 |
|
zawnk
|
91ec0dce37
|
Minor type in German translation (#3208)
|
2020-05-13 17:33:27 +01:00 |
|
Laurent Cozic
|
1aa2786ba0
|
CLI v1.0.164
|
2020-05-13 16:32:15 +01:00 |
|
Laurent Cozic
|
3265fafd76
|
Cli: Improve handling of encrypted items
|
2020-05-13 16:28:54 +01:00 |
|
Laurent Cozic
|
172327613f
|
Doc: Clarify ID format
|
2020-05-10 17:52:53 +01:00 |
|
Siddhant Sehgal
|
0f8f7aeb14
|
Desktop: Fixes #3052: Fixed order of notebooks in "Move to notebook" dialog (#3084)
* Added Folder::sortFolderTree
* Added unit tests
|
2020-05-09 16:19:30 +01:00 |
|
Yuvaraj J
|
06eb389b21
|
CLI: Made layout configurable (#3069)
|
2020-05-09 16:12:09 +01:00 |
|
anirudh murali
|
57cf826e2c
|
All: Resolves #2915: Improve automatic title generation (#2955)
|
2020-05-09 15:55:00 +01:00 |
|
AlphaJack
|
7152344fe1
|
All: Translation: Update it_IT.po (#3172)
|
2020-05-07 00:32:51 -04:00 |
|
Renato Rosa
|
e06dd9c69f
|
Update locale pt_BR to add latest strings. (#3159)
|
2020-05-05 19:09:19 +01:00 |
|
Laurent Cozic
|
ec8ccc94aa
|
Revert "Tests: Fix random failures (#2777)"
This reverts commit d1cab4b7f5 .
Part of this revert: d2582f4fdf
For rationale see https://github.com/laurent22/joplin/pull/2819#issuecomment-616148984
|
2020-05-02 16:45:25 +01:00 |
|
mic704b
|
125fa8647a
|
All: Fix format of geolocation data (#2673)
* Maintain geolocation data format through serialization.
* Add test.
|
2020-04-30 16:56:47 +01:00 |
|
Xaris Ar
|
a5ec1be7d1
|
All: Translation: Update el_GR.po (#3128)
|
2020-04-25 16:09:12 -04:00 |
|
espinosa
|
f9f884a7f3
|
All: Translation: Update fr_FR.po (#3123)
* Partial translation in French
* Remplacé "décryptage" par "déchiffrage"
|
2020-04-25 13:12:20 -04:00 |
|
Helmut K. C. Tessarek
|
ac2635a363
|
Update translations
|
2020-04-21 08:03:29 -04:00 |
|
Arda Kılıçdağı
|
2496e6e738
|
All: Translation: Update tr_TR.po (#3104)
|
2020-04-21 07:41:31 -04:00 |
|
Gen Neko
|
b4b36c6f22
|
All: Translation: Update ja_JP.po (#3105)
|
2020-04-21 07:39:45 -04:00 |
|
mic704b
|
d1cab4b7f5
|
Tests: Fix random failures (#2777)
* Update new feature tests following test harness fixes.
* Fix lint errors.
|
2020-04-20 11:32:42 +01:00 |
|
Laurent Cozic
|
d2582f4fdf
|
Revert "Restored note history feature by Naveen M V <naveenmv7@gmail.com>"
This reverts commit 61d3582357 .
For rational see https://github.com/laurent22/joplin/pull/2819#issuecomment-616148984
|
2020-04-19 17:14:57 +01:00 |
|
Helmut K. C. Tessarek
|
381d757525
|
Update translations
|
2020-04-18 19:20:09 -04:00 |
|
Helmut K. C. Tessarek
|
d54c59cf74
|
fix nl_BE.po - for some reason the CI did not catch this
|
2020-04-18 19:19:22 -04:00 |
|
johanvanheusden
|
1f481fba4e
|
All: Translation: Update nl_BE.po (#3086)
File corrected and completed until line 470
|
2020-04-18 19:14:16 -04:00 |
|
Lorinson
|
69cd88e4a5
|
All: Translation: Update pt_PT.po (#3018)
* PT-PT Locale Update
* PT-PT 18/04/2020 Update
* Update pt_PT.po
|
2020-04-18 14:40:02 -04:00 |
|
Laurent Cozic
|
ab63316f83
|
Merge branch 'master' of github.com:laurent22/joplin
|
2020-04-18 12:46:08 +01:00 |
|
Laurent Cozic
|
35df8e5d9e
|
All: Added support for basic search
|
2020-04-18 12:45:54 +01:00 |
|
rnbastos
|
60f75fe2db
|
All: Translation: Update pt_BR.po (#3065)
|
2020-04-17 06:57:40 -04:00 |
|
Laurent Cozic
|
2050889590
|
Desktop: Fixes #2968: Trying to resource path issue in WYSIWYG editor
|
2020-04-13 22:55:24 +00:00 |
|
Laurent Cozic
|
6164e2d8eb
|
Desktop: Search in title and body by default when using Goto Anything
|
2020-04-13 22:10:59 +00:00 |
|
Ethan Chen
|
ea5e0d337c
|
All: Translation: Update zh_TW.po (#3020)
|
2020-04-11 03:52:00 -04:00 |
|
abolishallprivateproperty
|
9651317695
|
All: Translation: Update sv.po (#3013)
|
2020-04-10 21:48:37 -04:00 |
|
Laurent Cozic
|
8cfb014f60
|
CLI v1.0.163
|
2020-04-10 19:32:20 +01:00 |
|
Laurent Cozic
|
bd99b25848
|
Desktop: WYSIWYG: Preserve HTML code in Markdown when editing from wysiwyg editor
|
2020-04-10 17:12:41 +00:00 |
|
Laurent Cozic
|
ec499eecd5
|
Desktop: WYSIWYG: Added support for code blocks edition and creation
|
2020-04-09 17:47:12 +01:00 |
|