Commit Graph

874 Commits (56d2aced8ae6e0fc17605d50c1f2e02f28264a3e)

Author SHA1 Message Date
Laurent Cozic adad406696 Update translations 2020-10-21 21:54:47 +01:00
Laurent Cozic 0afd4a6234 Doc: Fixed typo 2020-10-21 21:23:31 +01:00
Laurent Cozic a721f170e4 Doc: Added info about search filters 2020-10-20 12:12:00 +01:00
Alkindi42 0f9d92dd3d
Doc: add archlinux package for pre-release in docs (#3875) 2020-10-20 11:42:41 +01:00
Laurent Cozic 02ed297529 tab 2020-10-11 19:27:33 +01:00
Laurent Cozic 30543104be Fixed translations 2020-10-11 16:18:58 +01:00
Laurent Cozic b6a004086c Doc: Changed GitHub links from master to dev 2020-10-11 16:17:51 +01:00
Laurent Cozic 871f8b3a72 Merge branch 'release-1.2' into dev 2020-10-11 15:22:11 +01:00
Laurent Cozic 2bb5acdfb1 Android release v1.2.6 2020-10-11 15:06:41 +01:00
Shawn Axsom 5eb0417b1a
All: Sort search results by average of multiple criteria, including 'Sort notes by' field setting (#3777)
* Weight search results by most recently updated

As discussed here: https://github.com/laurent22/joplin/pull/3777#issuecomment-696491859
Before this commit, results were rarely sorted by date. Content weights and fuzziness were
determined, and then the first criteria to differ would win in sort order (and user_updated_time
was the last criteria checked).

Now the weight score itself will also include age of user_updated_time, surfacing fresh content.
At the current alpha level, results are weighted logarithmically, prioritizing mostly within the
last 30 days, and especially heavily within the past week.

* Updated unit tests to weight search results by last updated date

* Updated unit test title

* Fixed issue with weighted search engine test, and made it more deterministic using mock date

Date was being calculated only at the start of the test suite. It also wasn't using a set mock date, so the milliseconds between the real search engine calculations and the test calculation caused differences in results

* Added initial Search Engine spec

* Added Search Engine spec to README.md

* Renamed Search Sorting spec per laurent22's mentioned naming

* Revised copy in search sorting spec

Co-authored-by: Laurent <laurent22@users.noreply.github.com>
2020-10-09 21:51:11 +01:00
Laurent Cozic 0bf74142ac Improved building website
- Added script to check links
- Moved plugin API doc to separate directory
- Added script to build website and plugin doc
- Moving static assets in separate directory
2020-10-09 21:29:16 +01:00
Helmut K. C. Tessarek b3bf7144ac
Update translations 2020-10-09 16:05:10 -04:00
Laurent Cozic 784851b217 Fixing links 2020-10-09 19:30:57 +01:00
Laurent Cozic e673ee97de Fixing links 2020-10-09 19:09:52 +01:00
Laurent Cozic 7cb55ffdc4 Fixing doc 2020-10-09 19:04:18 +01:00
Laurent fe41d37f8f
All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
Laurent Cozic 73a39d36ea Update website 2020-10-09 14:58:06 +01:00
Laurent Cozic 7d68208cb4 Android release v1.2.1 2020-09-22 16:17:11 +01:00
Laurent Cozic 56c6cfc785 Update website 2020-09-21 17:53:14 +01:00
Helmut K. C. Tessarek 2c553db45a
Update translations 2020-09-14 02:22:27 -04:00
Laurent Cozic 314686bede Android release v1.1.1 2020-09-12 00:18:03 +01:00
Laurent Cozic d5f3e860b9 Merge branch 'dev' of github.com:laurent22/joplin into dev 2020-09-05 22:48:42 +01:00
Laurent Cozic 4e624f7db5 Doc: Added new sponsor 2020-09-05 22:28:28 +01:00
Anton Deriabin 5b697b7e16
Doc: Fixed wrong e2ee spec link (#3655) 2020-09-05 00:14:49 +01:00
Laurent Cozic a4873cd40d Android release v1.0.340 2020-09-04 19:22:28 +01:00
Laurent Cozic db7d617e2b Update website 2020-09-04 19:06:36 +01:00
Laurent Cozic 743c11c279 Android release v1.0.338 2020-08-30 20:42:09 +01:00
Laurent Cozic abad1883bc Merge branch 'master' into dev 2020-08-19 14:30:36 +01:00
Laurent Cozic bb8770a967 Update website 2020-08-19 14:29:49 +01:00
Naveen M V 0b57d906f8
Doc: Update search engine doc (#3614)
Add documentation for search filters
2020-08-18 00:15:00 +01:00
Laurent Cozic 86bfdb5c79 Android release v1.0.337 2020-08-17 21:48:37 +01:00
Laurent Cozic 3253146dae Merge branch 'master' into dev 2020-08-06 15:30:00 +01:00
Laurent Cozic 8299164964 Android release v1.0.336 2020-08-05 00:18:42 +01:00
Laurent Cozic 0718828d60 Merge branch 'master' into dev 2020-08-02 16:12:11 +01:00
Laurent Cozic 619b426689 Android release v1.0.335 2020-08-02 13:34:09 +01:00
Laurent 0c147236a3
All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
Laurent Cozic cb1b5cae9f Update website 2020-07-24 19:46:27 +01:00
Helmut K. C. Tessarek 62bc296abe
Update translations 2020-07-19 15:18:42 -04:00
Helmut K. C. Tessarek b69008225f
Update translations 2020-07-12 14:33:09 -04:00
Arda Kılıçdağı 66392b4e8a
Yandex disk removed from supported WEBDAV clients (#3432)
Yandex.disk recently removed file upload support from WebDAV

https://ru.stackoverflow.com/questions/1043523/После-загрузки-файла-на-Яндекс-Диск-по-webdav-происходят-паузы-по-60-секунд-на-к
https://qna.habr.com/q/677787

So this makes Yandex.disk unusable at the moment.

Here's a similar issue, please see recent comments: https://github.com/PhilippC/keepass2android/issues/506

I've personally tried, and cannot even access to Yandex.disk at the moment through WebDAV.

This PR simply removes yandex.disk line from the ReadMe.

Thanks,
2020-06-30 10:26:30 -04:00
Laurent Cozic fd4e5d7d30 Android release v1.0.333 2020-06-28 19:57:33 +01:00
Laurent Cozic d601575549 Doc: Updated sponsors 2020-06-27 10:05:19 +01:00
Anjula Karunarathne 20482b2f14
Update README.md (#3414)
Fixed typo: Xfcxe -> Xfce
2020-06-24 23:54:16 +01:00
Helmut K. C. Tessarek 9fe1f6acfc
Update translations 2020-06-20 18:21:11 -04:00
Laurent Cozic d5ed611920 Update website 2020-06-20 02:57:32 +01:00
Deep Majumder 0273e58783
Doc: Corrected info on supported Linux dsitros. (#3378)
Added list of supported desktop environments
2020-06-18 18:55:41 +01:00
Laurent Cozic 7826cc0b03 Doc: Added sponsor 2020-06-15 23:03:09 +01:00
Alexander van der Berg 2bfa28a311
Doc: Fix sponsors table layout in the GitHub README.md (#3362)
The table was displayed correctly only on https://joplinapp.org/
2020-06-15 23:00:50 +01:00
Laurent Cozic 8e57697b71 Android release v1.0.332 2020-06-14 16:28:11 +01:00
Helmut K. C. Tessarek c9c371b297
Update translations 2020-06-13 18:18:30 -04:00
Helmut K. C. Tessarek 13b5ef36d7
Update translations 2020-06-13 17:47:15 -04:00
Laurent Cozic b7f5f848f2 All: Refactored themes to allow using the same ones in both desktop and mobile version
Will also allow using them when exporting HTML or PDF from CLI.
2020-06-10 22:08:59 +01:00
Laurent Cozic 618d8723d1 Android release v1.0.331 2020-06-08 07:53:49 +01:00
Laurent Cozic b4e907ae77 Android release v1.0.330 2020-06-07 14:24:21 +01:00
Laurent Cozic ff23248017 Doc: Updated sponsors 2020-06-07 13:31:43 +01:00
Laurent Cozic f23ab37a11 Doc: Added Ringing Supply sponsor 2020-06-06 15:32:36 +01:00
TheOnlyTrueJonathanHeard cfe1911723
All: Resolves #173: Upload attachments > 4 MB when using OneDrive (#3195) 2020-06-03 14:29:47 +01:00
Laurent Cozic 0603f179cc Update translations 2020-06-02 19:40:28 +00:00
Laurent Cozic 794c8dd051 Update translations 2020-06-02 18:36:22 +00:00
Laurent Cozic f020b571da Update website 2020-06-03 11:41:02 +01:00
Laurent Cozic 36776cd615 Handle resource conflicts 2020-05-31 16:57:16 +01:00
Helmut K. C. Tessarek 097d4d5735
Update translations 2020-05-27 21:06:33 -04:00
Helmut K. C. Tessarek be24cbed2d
clarify, which install methods are supported/unsupported 2020-05-27 20:46:32 -04:00
Helmut K. C. Tessarek aef3e0aead
Update website 2020-05-27 20:35:57 -04:00
Helmut K. C. Tessarek 7a06a41502
update section: install terminal application 2020-05-27 20:33:56 -04:00
Laurent Cozic 8bc92e88df Doc: Added sponsors 2020-05-16 13:30:54 +01:00
Vas Sudanagunta c593546575
Docs: minor improvements to search type table (#2957)
- fixed grammar
- removed redundant "query"
2020-05-09 11:31:15 +01:00
Laurent Cozic 90ccb34916 Doc: Update contributor list 2020-05-01 14:51:29 +01:00
Laurent Cozic 724af8f757 Docs: Add Season of Docs info 2020-05-01 14:50:28 +01:00
Laurent Cozic b207f7a53f Doc: Fixed GitHub Sponsor button 2020-04-28 19:08:31 +01:00
Laurent Cozic 096698912e Update website 2020-04-28 19:03:54 +01:00
Laurent Cozic 7663044e9f Doc: Added GitHub Sponsor button 2020-04-22 23:44:48 +00:00
Helmut K. C. Tessarek ac2635a363
Update translations 2020-04-21 08:03:29 -04:00
Laurent Cozic d2acf314f5 Android release v1.0.329 2020-04-20 10:13:04 +01:00
Laurent Cozic dfd18ebe24 Android release v1.0.328 2020-04-19 16:25:38 +01:00
Helmut K. C. Tessarek 381d757525
Update translations 2020-04-18 19:20:09 -04:00
Laurent Cozic 35df8e5d9e All: Added support for basic search 2020-04-18 12:45:54 +01:00
Helmut K. C. Tessarek aa738cc086
Revert "Desktop: Add global shortcut to show/hide Joplin (#2653)"
This reverts commit 0863f0d564.
2020-04-15 05:50:26 -04:00
Laurent Cozic 6164e2d8eb Desktop: Search in title and body by default when using Goto Anything 2020-04-13 22:10:59 +00:00
Laurent Cozic a4cc2076d7 Update website 2020-04-11 00:39:25 +01:00
Laurent Cozic 531e92e2da Android release v1.0.327 2020-04-10 19:20:26 +01:00
Laurent Cozic 1b617a4adc Android release v1.0.326 2020-04-10 18:57:20 +01:00
Helmut K. C. Tessarek d40ad2de89
Update translations 2020-04-05 20:37:15 -04:00
Laurent Cozic ce24942a03 Update website 2020-03-30 18:23:46 +01:00
Helmut K. C. Tessarek a59cc94afc
Update translations 2020-03-30 11:03:18 -04:00
Laurent Cozic a946dc69c1 Android release v1.0.325 2020-03-29 20:12:36 +01:00
Helmut K. C. Tessarek 9524eb7e37
Update translations 2020-03-23 20:57:14 -04:00
Laurent Cozic 6e5c2730f1 Android release v1.0.324 2020-03-23 09:44:22 +00:00
Laurent Cozic 9c3cf705c6 Update website 2020-03-22 22:24:37 +00:00
Laurent Cozic 054aa52bc8 Android release v1.0.323 2020-03-22 19:50:02 +00:00
Helmut K. C. Tessarek ed4fbf093d
Update translations 2020-03-18 23:49:06 -04:00
Helmut K. C. Tessarek 0863f0d564
Desktop: Add global shortcut to show/hide Joplin (#2653)
Previously it was possible to open Joplin by clicking on the tray icon.
This functionality is no longer available due to changes in Electron.

The following key combination will show or hide Joplin in the current workspace:

- macOS: `Cmd+Opt+J`
- Linux, Windows: `Ctrl+Alt+J`
2020-03-16 00:36:18 +00:00
Laurent Cozic 8e2ba0d963 Android release v1.0.322 2020-03-13 17:56:56 +00:00
Laurent Cozic 5ce79b1761 Android release v1.0.321 2020-03-12 17:34:23 +00:00
Helmut K. C. Tessarek f2c6ff7904
Update translations 2020-03-08 19:21:39 -04:00
Helmut K. C. Tessarek 06ee4d08d6
Update translations 2020-03-08 19:13:13 -04:00
Laurent Cozic 105e4652c6
Update README.md 2020-03-08 14:43:39 +00:00
Laurent Cozic b44a2075a8 Update website 2020-03-08 09:06:07 +00:00
Laurent Cozic 0feca7ee7f Android release v1.0.319-rc1 2020-03-07 00:00:15 +00:00
Laurent Cozic 972e5aed8a All: Regression: Fixed issue with style embeded in notes 2020-03-06 18:22:40 +00:00
Laurent Cozic 8641f69dae
Docs: Add documentation about Joplin privacy. (#2650)
* Add documentation about privacy.

* Fix welcome assets.

* Cosmetic.

* Cosmetic.
2020-03-05 23:36:28 +00:00
Helmut K. C. Tessarek 80fff62b34
update de_DE.po 2020-03-03 03:20:09 -05:00
Helmut K. C. Tessarek 0f6867662c
Update translations 2020-03-03 02:56:10 -05:00
Helmut K. C. Tessarek e6cbd8c8f8
Update translations 2020-02-18 15:01:29 -05:00
axq b1a9b448a6
Documentation: Extend copyright date range to 2020 (#2495)
* Minor English improvements in README.md

* Update LICENSE

* Update License.txt

* Update terminal.md

* Extend copyright date range to 2020

Minor housekeeping on copyright date range, so the app doesn't look stale in 2020
2020-02-12 05:14:08 -05:00
Laurent Cozic 9b157c7ac3 Android release v1.0.318 2020-02-09 22:25:18 +00:00
Laurent Cozic f1015ca73d Android release v1.0.317 2020-02-09 17:50:51 +00:00
Helmut K. C. Tessarek df63572b7c
Update translations 2020-02-07 19:47:39 -05:00
Helmut K. C. Tessarek fca9b57af5
Update website 2020-01-27 19:00:52 -05:00
Helmut K. C. Tessarek 423243c84b
clarify bug reports and feature requests in the community section 2020-01-27 03:29:52 -05:00
Laurent Cozic 715253da2f Android release v1.0.316 2020-01-24 22:34:02 +00:00
Laurent Cozic 8e531ca87a Update translations 2020-01-24 22:28:54 +00:00
Laurent Cozic fcd76dabac Update website 2020-01-21 09:42:27 +00:00
Helmut K. C. Tessarek e9366a0d41
Update translations 2020-01-20 19:11:57 -05:00
Alexander Teterkin 6973bf9331 Documentation: Added 'Yandex Disk' to the list of WebDAV-compatible services known to work with Joplin. (#2285)
* Add Yandex Disk to the list of WebDAV-compatible services

Yandex Disk (cloud storage by Yandex) supports WebDAV access and is known to work with Joplin.

* Add Yandex Disk to the list of WebDAV-compatible services

Added 'Yandex Disk' to the list of WebDAV-compatible services known to work with Joplin (now in correct alphabetical order).
2020-01-20 01:02:54 -05:00
Laurent Cozic 193978a8be Android release v1.0.315 2019-12-30 15:16:55 +01:00
Laurent Cozic 071bd2b0ca Android release v1.0.314 2019-12-28 20:28:11 +01:00
Laurent Cozic a6b3ddc7ed Android release v1.0.313 2019-12-28 18:58:04 +01:00
Helmut K. C. Tessarek 59bb1015ab
fix Nextcloud name (NextCloud -> Nextcloud) 2019-12-25 11:37:50 +01:00
Laurent Cozic d3f47a38b8
Update README.md 2019-12-20 21:47:06 +00:00
Joel Taylor 172afb0789 Cli: Update CliClient node dependency to 10+ (#2177) 2019-12-18 22:25:14 +00:00
Helmut K. C. Tessarek f61c9c93bb
update firefox addon link
closes #2203
2019-12-18 18:02:58 +01:00
Helmut K. C. Tessarek b77525e570
Update translations 2019-12-18 12:45:10 +01:00
Laurent Cozic 27e1f53b5f Doc: More clean up for GSoC 2019-12-16 23:22:28 +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
Helmut K. C. Tessarek 4f3e031f4f
Update website 2019-12-12 19:34:51 +01:00
Laurent Cozic 8c1d13b364 Android release v1.0.312 2019-12-08 10:09:25 +00:00
Laurent Cozic 03831babcd
Update README.md 2019-12-06 09:44:03 +00:00
Laurent Cozic 7653764403
Doc: box.com no longer supports WebDAV 2019-12-04 00:00:02 +00:00
Laurent Cozic 4c93121102
Added GSoC 2020 banner 2019-12-02 10:55:45 +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 23e77efc83 Android release v1.0.311 2019-11-20 20:57:25 +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 ca2446aef0 Update website 2019-11-12 18:21:28 +00:00
Laurent Cozic 0c82c108ec Update translations 2019-11-12 17:55:58 +00:00
Laurent Cozic 9a2a223650 Update website 2019-11-11 08:33:56 +00:00
Laurent Cozic d0ce79d81b Update website 2019-11-11 07:57:33 +00:00
Laurent Cozic e896be48f0 Android release v1.0.310 2019-11-11 07:22:20 +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
Helmut K. C. Tessarek 41b2eb8871
Update translations 2019-11-04 19:02:39 -05:00
Laurent Cozic abd74db112
Doc: Removed Hacktoberfest 🎃 banner 2019-11-01 13:20:35 +00:00
Laurent Cozic d346cdb897 Added Bosnian language and cleaned up translations 2019-10-30 18:12:06 +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 1f42c10c2a
Update translations 2019-10-28 21:18:18 -04: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 4706abbc06 Android release v1.0.309 2019-10-16 23:59:46 +02:00
Laurent Cozic ba3abf7c4c Update website 2019-10-14 23:28:24 +02:00
Laurent Cozic a5f17fad58 Android release v1.0.308 2019-10-13 23:19:15 +02:00
fabianskibr a4e5054008 Doc: Add AUR repository (#1941) 2019-10-02 22:52:22 +01:00
Laurent Cozic b69efb4970 Added Markdown Guide to website menu 2019-10-01 22:50:30 +01:00
Laurent Cozic 0f04ea4f70 Doc: Various changes and added Markdown cheat sheet 2019-10-01 22:27:57 +01:00
Laurent Cozic 8fbb1fd246 A bit shorter 2019-09-29 15:32:00 +01:00
Laurent Cozic 75b7e7d999 Update website 2019-09-29 15:30:19 +01:00
Laurent Cozic 7e2e901035 Added note about Hacktoberfest 2019-09-29 15:30:01 +01:00
Laurent Cozic bcb44aa532 Android release v1.0.307 2019-09-27 19:09:14 +01:00
Laurent Cozic 393bb8993e Update readme 2019-09-25 22:42:59 +01:00
Laurent Cozic cd518776a9 Update website 2019-09-25 22:28:48 +01:00
Laurent Cozic 4405e94e0c Android release v1.0.306 2019-09-25 19:52:01 +01:00
Laurent Cozic 383fa2e278 Update translations 2019-09-25 18:54:25 +01:00
Laurent Cozic 1578188fde Update website 2019-09-11 11:18:44 +01:00
Laurent Cozic 8059009ff3 Android release v1.0.305 2019-09-10 09:31:48 +01:00
Laurent Cozic 45a820bb35 Update website 2019-09-09 19:03:22 +01:00
Laurent Cozic 3c26159b79 Doc: Add link to 32-bit Android APK to readme and website 2019-09-09 18:58:35 +01:00
Laurent Cozic f07bb5c275 Android release v1.0.304 2019-09-09 18:26:55 +01:00
Laurent Cozic 0340456d55 Update translations 2019-09-09 18:22:20 +01:00
Laurent Cozic fa83107840 Doc: Update CLI installation info 2019-09-08 20:21:14 +01:00
Laurent Cozic dfa692569b Update translations 2019-09-06 18:33:30 +01:00
Laurent Cozic 11f23f4e00 Android release v1.0.303 2019-09-06 17:51:38 +01:00
axq 7eb7bd98f3 Doc: Minor English improvements in README.md (#1852) 2019-09-05 17:11:45 +01:00
FoxMaSk a889762056
Update README.md
Double line fixed
2019-08-21 10:14:15 +02:00
FoxMaSk 7a681d0a4a README: add Discord Community Server (#1800)
* Discord Community Server

* Discord Server Link fixed

* improvment
2019-08-19 13:34:43 -04:00
Helmut K. C. Tessarek 2766ded5f6
Update website 2019-08-16 19:55:27 -04:00
Laurent Cozic b3d34ad7e9 Android release v1.0.299 2019-08-14 23:47:38 +02:00
Laurent Cozic 849d7983f6 Desktop: Added support for Fountain screenwriting language 2019-08-14 12:40:06 +02:00
Laurent Cozic 71a3a0176e Android release v1.0.294 2019-07-30 09:42:09 +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
Laurent Cozic 6fbeb35951 Update translations 2019-07-29 11:52:19 +02:00
Laurent Cozic 5fa84b0dfb Android release v1.0.293 2019-07-28 18:36:36 +02:00
Laurent Cozic ec8ec3e38d Android release v1.0.292 2019-07-28 18:34:44 +02:00
Laurent Cozic fcfee36c8c Android release v1.0.291 2019-07-28 18:32:33 +02:00
Laurent Cozic 2f80bf9647 Android release v1.0.290 2019-07-28 18:29:07 +02:00
Laurent Cozic 675a4c795f Android release v1.0.289 2019-07-28 18:22:33 +02:00
Laurent Cozic c952c4591f Android release v1.0.284 2019-07-26 23:11:08 +02:00
Laurent Cozic 6fc0ee3062 Android release v1.0.283 2019-07-26 21:26:24 +02:00
Laurent Cozic 7b42d7d2c8 Mobile: Fixed freeze when last notebook was the conflict one and there are no longer any conflicted notes 2019-07-26 21:23:18 +02:00
Laurent Cozic 635baa5b6f Updated translations 2019-07-22 00:02:25 +00:00
Laurent Cozic 3a9817d11e Android release v1.0.282 2019-07-21 14:04:18 +01:00
Laurent Cozic f5515e3496 Doc: Fixed template doc 2019-07-21 09:07:33 +01:00
Laurent Cozic fd509bb4af Doc: Fixed template table 2019-07-21 08:57:50 +01:00
Laurent Cozic b21c0f5d69 Doc: Fixed website templating 2019-07-21 08:55:44 +01:00
Laurent Cozic 1033b3626f Update translations 2019-07-21 08:49:49 +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 f34330f101 Doc: Contributor list on rows of 5 2019-07-18 20:46:01 +01:00
Laurent Cozic 2ba50321d4 Doc: Added contributors 2019-07-18 18:36:29 +01:00
Laurent Cozic 71078637db Android release v1.0.281 2019-07-14 19:56:46 +01:00
Laurent Cozic 85bf89fd97 Android release v1.0.279 2019-07-12 19:44:23 +01:00
Laurent Cozic 91f700ad54 Doc: Updated email addresses 2019-07-10 16:41:13 +01:00
Laurent Cozic 334ffad196
Doc: Added link to Mastodon feed 2019-06-28 16:04:05 +01:00
Laurent Cozic 6e143aef5c Android release v1.0.277 2019-06-26 18:40:43 +01:00
Laurent Cozic a6c407b62b Doc: Mentioned Goto Anything feature 2019-06-22 19:06:54 +01:00
Laurent Cozic 5796dd2098 Update translations 2019-06-22 13:10:13 +01:00
Helmut K. C. Tessarek 6fa76bb83a
fix minor typo in README.md 2019-06-21 23:58:44 -04:00
Laurent Cozic e21a0ba5b7 Update translations 2019-06-19 23:18:24 +01:00
Laurent Cozic de1bfa5c34 Android release v1.0.276 2019-06-19 15:08:44 +01:00
Laurent Cozic ce595ac5e4
Mentioned that it works on FreeBSD 2019-06-19 12:29:15 +01:00
Laurent Cozic 0200aa92de Doc: Added doc for resource download mode 2019-06-15 21:28:31 +01:00
Laurent Cozic 7863e1dffe Update website 2019-06-15 10:27:44 +01:00
Laurent Cozic 7cfdf778de Android release v1.0.271 2019-06-15 09:44:34 +01:00
Laurent Cozic 075e55c077 Android release v1.0.269 2019-06-15 01:23:12 +01:00
Laurent Cozic 7535f1a8c6 Update website 2019-06-10 23:41:32 +01:00
Laurent Cozic 7c6c7f34ba Android release v1.0.261 2019-06-08 00:49:41 +01:00
Laurent Cozic 0d65edd0e8 Electron release v1.0.159 2019-06-08 00:47:09 +01:00
Laurent Cozic 7a85628f46 Doc: added Twitter feed and Product Hunt page 2019-06-06 16:05:14 +01:00
Laurent Cozic b3475ae195 Android release v1.0.260 2019-06-05 18:31:59 +01:00
Laurent Cozic 90fbfec914 Update translations 2019-06-05 18:07:11 +01:00
Laurent Cozic 21f0b90f48 Android release v1.0.255 2019-05-26 19:41:20 +01:00
Laurent Cozic cb5aa425c8 Updated translations 2019-05-24 23:09:31 +01:00
Laurent Cozic d7210811f6 Android release v1.0.254 2019-05-24 17:38:10 +01:00
Laurent Cozic 31e33c6628 Updated translations 2019-05-24 17:35:44 +01:00
Laurent Cozic 996b6623f1 Android release v1.0.253 2019-05-24 14:50:18 +01:00
Laurent Cozic 5590d887c9 Doc: Added note history info 2019-05-24 00:21:15 +01:00
Laurent Cozic 050b089e72 Update translations 2019-05-22 16:34:59 +01:00
Helmut K. C. Tessarek 733ea4027c Doc: use new forum link (#1545) 2019-05-22 16:20:10 +01:00
Laurent Cozic c546b7076a Fixed doc 2019-05-14 22:02:47 +01:00
Laurent Cozic bc98b65efa Update website 2019-05-13 23:23:57 +01:00
Laurent Cozic 9250e77862 Added link to CLI changelog 2019-05-13 23:23:42 +01:00
Laurent Cozic 61736546b4 Updated translations 2019-05-13 22:52:42 +01:00
Laurent Cozic cbf47cb9ee Android release v1.0.252 2019-05-13 09:53:50 +01:00
Laurent Cozic f8d20b61ea Update website 2019-05-12 16:18:30 +01:00
Laurent Cozic d279435502 Android release v1.0.251 2019-05-12 16:16:39 +01:00
Laurent Cozic e57bfad9b1 Android release v1.0.248 2019-05-12 11:50:21 +01:00
simonsan 85a9c303f2 Changed download links to v1.0.145 (#1507) 2019-05-10 01:17:08 +01:00
Laurent Cozic beb428b246 Android release v1.0.246 2019-05-08 00:54:46 +01:00
Laurent Cozic d7d573d9dd Android release v1.0.245 2019-05-06 21:51:42 +01:00
Caleb John f136f40fdc Doc: Update readme to warn about restarting the editor for userstyle (#1487) 2019-05-06 21:26:34 +01:00
Laurent Cozic 4f47bd7bcd Android release v1.0.244 2019-05-03 00:22:11 +01:00
doc75 7670ce32b1 removing sh in Linux installation command line as this is unnecessary (and failing on Ubuntu) (#1484) 2019-05-02 23:58:38 +01:00
Laurent Cozic ca7266cd69 Fixing images 2019-04-30 19:04:24 +01:00
Laurent Cozic b806f0da49 Removed dependency to unsafe and buggy marked 2019-04-30 18:58:19 +01:00
Laurent Cozic e280a02643 Update doc 2019-04-30 18:26:58 +01:00
Laurent Cozic 412f6d8316 Fixing Arabic flag 2019-04-26 18:58:40 +01:00
Hagen Tasche abff929d4e
Change Download links from 1.0.142 to 1.0.143 2019-04-23 09:09:11 +02:00
Laurent Cozic edf002ab32 Android release v1.0.243 2019-04-21 14:58:33 +01:00
Laurent Cozic a9ae78bcde Updated translations 2019-04-21 14:55:12 +01:00
Laurent Cozic 27cce03968 Updated translations 2019-04-20 12:26:34 +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 252d937405 Update website 2019-04-02 17:46: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 577d62e783 Updated translations 2019-04-02 00:11:40 +01:00
s1nceri7y 54fceeb07d Update README.md (#1375)
added links to browser extensions
2019-03-31 18:27:36 +01:00
Laurent Cozic 272055fc1d Updated translations 2019-03-28 17:06:06 +00:00
Helmut K. C. Tessarek 49936ef095
update download links, stats, website 2019-03-24 17:50:27 -04:00
Laurent Cozic 9c027e59c4 Android release v1.0.242 2019-03-13 22:52:24 +00:00
Laurent Cozic 23e6e6e69d Android release v1.0.241 2019-03-10 20:35:01 +00:00
Laurent Cozic 0a993dc012 Update translations 2019-03-10 20:32:28 +00:00
Laurent Cozic 7e34cd4452 Android release v1.0.240 2019-03-08 17:43:01 +00:00
Laurent Cozic 18b836525c Updated translations 2019-03-08 17:39:26 +00:00
Laurent Cozic 59478160c8 Added Arabic translation 2019-03-03 17:14:17 +00:00
Laurent Cozic 1adbbd14c6 Fix images 2019-02-28 00:36:44 +00:00
Laurent Cozic 4dfd7db729 Fixing image 2019-02-28 00:28:46 +00:00
Laurent Cozic e70562a102 Fixing image 2019-02-28 00:27:25 +00:00
Laurent Cozic a0e5947ba4 All: Resolves #163: Added Mermaid support to desktop and mobile 2019-02-28 00:22:53 +00:00
Laurent Cozic 770a435029 Revert "Revert "Update website""
This reverts commit 49b56e84a7.
2019-02-27 23:38:50 +00:00
Laurent Cozic 49b56e84a7 Revert "Update website"
This reverts commit ff1a6fdbbd.
2019-02-27 23:38:21 +00:00
Laurent Cozic ff1a6fdbbd Update website 2019-02-27 23:37:16 +00:00
Laurent Cozic 08f2f982cf Update website 2019-02-27 15:04:34 +00:00
cybertramp 7236e5e9ae
한국말 -> 한국어
"한국말" -> "한국어"
Korean translation error update.
2019-02-26 19:36:45 +09:00
Laurent Cozic 0c516443e3 Android release v1.0.239 2019-02-24 18:08:54 +00:00
Laurent Cozic 9d65a3a34c Android release v1.0.238 2019-02-24 12:53:00 +00:00
Laurent Cozic 6b3fe6b2cb Update translations 2019-02-24 11:27:47 +00:00
Laurent Cozic 1333c35389 Update website 2019-02-14 23:13:32 +00:00
Laurent Cozic d2d659d5a9 Android release v1.0.237 2019-02-14 22:32:17 +00:00
Laurent Cozic fc94c616b5 All: Updated translations 2019-02-14 22:28:04 +00:00
Laurent Cozic 4e0f4397b2 All: Fixed percent translated and added missing strings 2019-02-13 22:52:32 +00:00
Laurent Cozic 9a356453fc Fix readme 2019-02-12 17:51:13 +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 6aa4553dd3 Updated translations 2019-02-09 19:28:19 +00:00
Laurent Cozic 0e122c9dc5 Merge branch 'welcome' 2019-02-05 21:14:43 +00:00
Laurent Cozic 77e4cb87ad iOS v29 2019-02-05 17:06:36 +00:00
Laurent Cozic e76094c546 Also set tags on Welcome notes 2019-02-03 20:19:17 +00:00
Laurent Cozic 0050c90678 Update translations 2019-02-03 15:57:10 +00:00
Laurent Cozic f781cb3922 Android release v1.0.236 2019-01-25 18:00:24 +00:00
Laurent Cozic 4847fd76de Android release v1.0.235 2019-01-19 18:26:17 +00:00
Laurent Cozic b5e50fa62e Update translations 2019-01-19 18:22:18 +00:00
Laurent Cozic 8d16ad7035 Updated dates 2019-01-15 19:10:27 +00:00
Laurent Cozic fa3c0fd18a Android release v1.0.234 2019-01-11 17:14:19 +00:00
Laurent Cozic 53478056de Update website 2019-01-10 21:43:25 +00:00
Laurent Cozic 83c791564a Android release v1.0.233 2019-01-10 19:14:32 +00:00
Laurent Cozic adbc873b2a Update translations 2019-01-10 18:59:56 +00:00
Jacob Herrington 340fe76b8f Remove S (#1101)
Noticed this while reading!
2019-01-06 01:54:30 +01:00
Laurent Cozic 5a00214fd2 Android release v1.0.232 2018-12-29 03:14:34 +01:00
Laurent Cozic 7cfc537870 Android release v1.0.225 2018-12-28 21:42:58 +01:00
Laurent Cozic 12efc02d91 Android release v1.0.224 2018-12-27 22:51:38 +01:00
Laurent Cozic 393a545548 Android release v1.0.201 2018-12-23 20:28:03 +01:00
Laurent Cozic f88449fbb0 Android release v1.0.200 2018-12-23 20:18:24 +01:00