Laurent Cozic
7f1d3d8a5d
Doc: Added spec for server URL formats
2020-12-31 12:38:22 +00:00
Laurent Cozic
c3d4617612
Update website
2020-12-27 22:41:47 +00:00
Laurent Cozic
a97f25fd61
Update website
2020-12-27 19:55:34 +00:00
Laurent Cozic
fab5ed165c
CLI v1.5.1
2020-12-26 00:48:02 +00:00
Jonathan Plasse
5bf1dc906d
Doc: Add FAQ entry about passing arguments to the installation script ( #4209 )
2020-12-19 17:59:40 +00:00
Helmut K. C. Tessarek
46d22d8847
Documentation: fix version number in nextcloud_app.md
2020-12-13 20:48:25 -05:00
Laurent
fbbfa2833b
Doc: Mentioned that Joplin API for Nextcloud is deprecated
2020-12-13 19:59:26 +00:00
Laurent Cozic
d202b6b5a9
Update website
2020-12-09 22:01:02 +00:00
Laurent
5737560e19
Desktop, Mobile: Restrict auto-detection of links, and added option to toggle linkify ( #4205 )
2020-12-09 21:52:52 +00:00
Laurent Cozic
f37224fc42
Desktop: Added doc about Rich Text editor and added way to dismiss warning banner
2020-12-09 15:58:15 +00:00
Laurent Cozic
abf5d16da9
Doc: Fixed master key encryption method link
2020-12-08 22:02:17 +00:00
Laurent Cozic
a17b77b495
Update website
2020-11-30 12:06:32 +00:00
Laurent Cozic
f0432e724a
Fix CLI release
2020-11-26 15:09:51 +00:00
Laurent Cozic
f22e6f7204
CLI v1.4.7
2020-11-26 12:16:29 +00:00
Laurent Cozic
be4d53db62
Doc: Update Donate page
2020-11-23 17:50:48 +00:00
Laurent Cozic
e1c4d1a417
Doc: Fix link
2020-11-19 13:02:03 +00:00
Laurent Cozic
bb8cac2b2f
Update website
2020-11-16 18:33:18 +00:00
Laurent Cozic
39d9e5fd8b
Doc: Update title
2020-11-16 18:32:54 +00:00
Laurent Cozic
5a94431b04
Update website
2020-11-16 18:31:05 +00:00
Laurent Cozic
f45029b2e8
Doc: Added more info about the Joplin API
2020-11-15 19:45:35 +00:00
Laurent Cozic
ce59d29bb3
Plugins: Added support app_min_version property and made it required
2020-11-15 14:18:46 +00:00
Laurent Cozic
91e7c66f9e
Update website
2020-11-13 21:19:55 +00:00
Rik
006239913e
Doc: Update plugins.md ( #4074 )
2020-11-12 10:10:58 +00:00
Laurent Cozic
dd0d54d4d0
Update website
2020-11-11 11:53:35 +00:00
Laurent Cozic
3223fd26f4
Update website
2020-11-08 19:22:58 +00:00
Laurent Cozic
7d02ddfdb5
Update website
2020-11-08 19:14:47 +00:00
Laurent Cozic
a0f21796c2
Update website
2020-11-06 21:52:57 +00:00
Laurent Cozic
553bbfc818
Tools: Restored CLI release script
2020-11-06 21:25:07 +00:00
Laurent Cozic
cc07016b07
All: Use Lerna to manage monorepo
2020-11-05 16:58:23 +00:00
Laurent Cozic
4a184721e4
Doc: Restored privacy policy document
2020-10-29 13:49:12 +00:00
Laurent Cozic
c254ca524f
CLI v1.3.3
2020-10-23 17:01:13 +01:00
Laurent Cozic
a5dd686bb2
CLI v1.3.2
2020-10-23 16:58:28 +01:00
Laurent Cozic
6d5d9323bd
CLI v1.3.1
2020-10-23 16:04:34 +01:00
Laurent Cozic
c33a8250ee
Desktop: Added openProfileDirectory
command and menu item
2020-10-21 22:10:21 +01:00
Laurent Cozic
3a57cfea02
Desktop: Simplified and improve command service, and added command palette
...
- Commands "enabled" state is now expressed using a "when-clause" like in VSCode
- A command palette has been added to the Tools menu
2020-10-18 21:52:10 +01:00
Laurent Cozic
958e5a80b7
Desktop: Fixes #3903 : Header links with special characters were no longer working
2020-10-16 22:55:48 +01:00
Laurent Cozic
f5d4bedc07
Doc: Fixed plugin API
2020-10-15 16:08:01 +01:00
Laurent Cozic
e710709c15
Fixed special space
2020-10-15 15:54:31 +01:00
Rasul Kireev
987890ba98
Docs: Fixed broken link in plugins.md ( #3901 )
...
The link to the plugin tutorial was broken.
2020-10-12 09:40:06 +01:00
Laurent Cozic
b6a004086c
Doc: Changed GitHub links from master to dev
2020-10-11 16:17:51 +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
Laurent Cozic
784851b217
Fixing links
2020-10-09 19:30:57 +01:00
Laurent Cozic
0e0803e050
Fixing links
2020-10-09 19:27:33 +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
fc6da04081
CLI v1.2.3
2020-10-09 12:17:40 +01:00
Laurent Cozic
485921d879
CLI v1.2.2
2020-09-29 12:34:42 +01:00
Laurent Cozic
6aca233b21
CLI v1.2.1
2020-09-23 12:16:58 +01:00
Laurent Cozic
56c6cfc785
Update website
2020-09-21 17:53:14 +01:00
Laurent Cozic
d4f0d2423d
CLI v1.1.8
2020-09-21 13:03:33 +01:00
Laurent Cozic
9b3d3026bf
Merge branch 'release-1.0' into dev
2020-09-14 11:26:18 +01:00
Laurent Cozic
96076c84f4
CLI v1.0.168
2020-09-14 09:50:09 +01:00
Laurent Cozic
cf78204c85
Doc: Added more info about sync lock refresh mechanism
2020-09-11 11:26:07 +01:00
Laurent Cozic
0998fc0ad7
Doc: Update dontate page
2020-09-05 22:49:40 +01:00
Laurent Cozic
81d97d9f9d
Update website
2020-09-04 19:34:43 +01:00
Laurent Cozic
db7d617e2b
Update website
2020-09-04 19:06:36 +01:00
Laurent Cozic
199c411a7d
CLI v1.0.167
2020-09-04 18:17:24 +01:00
Laurent Cozic
bdfb6b97f5
Desktop: Fixes #3645 : Improved handling of startup errors, and prevent window from being invisible when upgrading sync target
2020-09-01 22:25:23 +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
Laurent Cozic
0718828d60
Merge branch 'master' into dev
2020-08-02 16:12:11 +01:00
Laurent Cozic
d13f54c2ce
CLI v1.0.166
2020-08-02 15:03:57 +01:00
Laurent
0c147236a3
All: Add mechanism to lock and upgrade sync targets ( #3524 )
2020-08-02 12:28:50 +01:00
Laurent
cd761932c1
Merge branch 'dev' into cli-shortcuts-ts
2020-08-01 17:50:03 +01:00
Helmut K. C. Tessarek
7833ca5ae6
https://joplin.cozic.net -> https://joplinapp.org
2020-07-27 13:26:17 -04:00
Mehrad Mahmoudian
44d49b57b9
fixed a typo and added checked checkbox in Markdown Guide ( #3556 )
...
* Doc: Fixed a typo in a markdown syntax of a link
* Doc: added an example of a checked checkbox
and added how the checkboxes would get translated when turned to HTML
* Doc: added a picture of a rendered markdown checkbox in Joplin
2020-07-27 13:19:11 -04:00
Laurent Cozic
cb1b5cae9f
Update website
2020-07-24 19:46:27 +01:00
Laurent Cozic
b6dafd6da6
Doc: Showcasing plugins as screenshots ( #3549 )
...
Co-authored-by: Mehrad Mahmoudian <m.mahmoudian@gmail.com>
2020-07-24 19:42:44 +01:00
Laurent Cozic
a7eae2e033
Update donate.md
2020-07-11 14:27:35 +01:00
Laurent Cozic
8dc8527fdc
CLI v1.0.165
2020-07-10 19:52:58 +01:00
Laurent Cozic
d5ed611920
Update website
2020-06-20 02:57:32 +01:00
Georg Maubach
d6cc84aabd
Doc: New Idea: Separate Windows For Panes ( #3271 )
...
Joplin has 4 panes: side bar, notes list, code and view. Change joplin in a way that these parts can be different windows. Thus it is possible to put these windows on different screens for more space and better overview.
2020-06-04 19:29:28 +01:00
Roman Musin
386d11f51a
Doc: Fix iOS log file name format is not rendered to html ( #3326 )
2020-06-04 11:02:01 +01:00
Laurent Cozic
36776cd615
Handle resource conflicts
2020-05-31 16:57:16 +01:00
Ron Alleva
a8b8da4732
Doc: Update the faq for VSCode and Sublime ( #3295 )
...
This updates the sublime text and VSCode commands to add options which
make them wait before closing. This is borrowed from how you set a
different editor for git commit messages, described by github here:
https://help.github.com/en/github/using-git/associating-text-editors-with-git
This should address #2425
2020-05-29 10:04:44 +01:00
Helmut K. C. Tessarek
68496bd1a1
terminal.md: clarify install methods
2020-05-28 22:30:55 -04:00
j-krl
f19f148297
word choice
2020-05-25 20:18:13 -06:00
j-krl
79c6eb5503
Added to docs and rewrote LinkSelector as ts file
2020-05-25 20:14:38 -06:00
j-krl
66dc2b33de
Added to docs and rewrote LinkSelector as ts file
2020-05-25 20:00:16 -06:00
j-krl
dbde239a25
formatting
2020-05-24 03:20:05 -06:00
j-krl
c3395133c9
automatic page scrolling, docs updated
2020-05-24 02:38:14 -06:00
Kaustubh Sharma
34e4164e2f
Docs: Update ideas.md ( #3247 )
...
spelling mistake corrected
2020-05-22 09:57:32 +01:00
Laurent Cozic
4e7c6b0aea
Update welcome note
2020-05-17 16:00:45 +01:00
Laurent Cozic
1aa2786ba0
CLI v1.0.164
2020-05-13 16:32:15 +01:00
Laurent Cozic
724af8f757
Docs: Add Season of Docs info
2020-05-01 14:50:28 +01:00
PackElend
294b9fc941
refreshed ideas 1 and 2, added 3
2020-04-30 00:48:52 +02:00
PackElend
699c1ab58c
added sup-steps in recommended steps
...
Added important sub-steps under point 5 in the recommended steps to ensure that the applicants don't blow the backlog
2020-04-30 00:32:39 +02:00
Laurent Cozic
150ee14de6
Update website
2020-04-28 19:09:03 +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
James ADJINWA
31d59c1e21
Doc: Little typo correction in E2EE ( #3122 )
2020-04-25 11:14:35 +01:00
Laurent Cozic
7663044e9f
Doc: Added GitHub Sponsor button
2020-04-22 23:44:48 +00:00
PackElend
b2f8c38842
changed gsos2020 to gsod2020
2020-04-19 12:39:06 +02:00
PackElend
71b2e36429
changed from GSoD-2020 to gsod2020
2020-04-19 12:33:50 +02:00
PackElend
b140a9d7de
GSoD ideas
...
first draft of the idea summery for Google's Season of Doc 2020
2020-04-18 17:33:57 +02:00
PackElend
b1b530edf2
GSoDoc-2020 intro
...
Creating the first draft of the intro page for Google Season of Doc 2020
2020-04-18 17:17:20 +02:00
Laurent Cozic
676c43ebab
Doc: Added blog posts for archival purpose and to allow listing them in notifications
2020-04-15 22:11:42 +00:00
Laurent Cozic
a4cc2076d7
Update website
2020-04-11 00:39:25 +01:00
Laurent Cozic
db820d500d
Merge branch 'master' of github.com:laurent22/joplin
2020-04-11 00:38:37 +01:00
Laurent Cozic
722192127c
Doc: Added info on how to fix broken installations on Windows
2020-04-11 00:36:57 +01:00
Laurent Cozic
8cfb014f60
CLI v1.0.163
2020-04-10 19:32:20 +01:00
Helmut K. C. Tessarek
0fa19a281c
fix heading
2020-04-04 03:46:23 -04:00
Laurent Cozic
0d736bcb58
CLI v1.0.162
2020-04-01 18:18:41 +01:00
Laurent Cozic
ce24942a03
Update website
2020-03-30 18:23:46 +01:00
Laurent Cozic
1c938a5998
Update build_troubleshooting.md
2020-03-29 11:08:53 +01:00
Sergey
a548d695f2
Doc: Update macOS troubleshooting for IOS build ( #2898 )
2020-03-25 09:31:05 +00:00
Aaron Murray
499f318192
Doc: Update text to match Desktop text ( #2897 )
2020-03-24 19:01:45 +00:00
Laurent Cozic
42ecf98344
Doc: Added build troubleshooting document
2020-03-24 17:22:44 +00:00
Laurent Cozic
9c3cf705c6
Update website
2020-03-22 22:24:37 +00:00
PackElend
9b562276f3
updated ## Recommended steps
...
- replaced Development by Features in `4. Come up with project that you're interested in and discuss it in [Features category](https://discourse.joplinapp.org/c/features )`
-
2020-03-15 21:52:24 +01:00
PackElend
ab2c8e3826
updated link for idea #2 , corrected numbering
...
replaced
https://discourse.joplinapp.org/t/joplin-api-in-nextcloud-prototype/
by
https://discourse.joplinapp.org/t/joplin-web-api-for-nextcloud/4491
2020-03-09 14:42:37 +01:00
Laurent Cozic
52d9807648
Doc: Update CLI doc
2020-03-08 09:17:10 +00:00
Laurent Cozic
b44a2075a8
Update website
2020-03-08 09:06:07 +00:00
Laurent Cozic
982f274425
CLI v1.0.161
2020-03-07 01:20:14 +00:00
Laurent Cozic
dbba7af4b5
CLI v1.0.160
2020-03-07 01:12:03 +00:00
Laurent Cozic
778b30b1cf
CLI v1.0.159
2020-03-07 01:09:56 +00:00
Laurent Cozic
37a12326dc
CLI v1.0.158
2020-03-07 01:00:46 +00:00
Laurent Cozic
ed0fae36ad
CLI v1.0.157
2020-03-07 00:57:10 +00:00
Laurent Cozic
1600d27db4
CLI v1.0.156
2020-03-07 00:33:12 +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
Laurent Cozic
299604838d
Update website
2020-03-01 12:37:54 +00:00
Ullas Aithal
ef4e1c53b7
Fixed a typo :)
2020-02-28 14:52:46 -06:00
PackElend
6107af625f
change path to GSoC live blog
2020-02-24 11:43:44 +01:00
PackElend
cc759afe16
added RTFM and ask for structured writting
...
- added RTFM
- added to watch the live blog
- added "in a structured manner" to Recommended steps
- Changed [Development category] to [GSoC category]
2020-02-23 20:05:00 +01:00
PackElend
1df8509e4d
escaped < in ## Recommended steps
2020-02-21 23:12:42 +01:00
PackElend
1229b772fe
specified introduction topic subject
...
The subject of the topic shall contain your username, e.g. _Introducing <username>_.
2020-02-21 23:10:47 +01:00
Laurent Cozic
b4b424bf8a
Tools: Moved testing under "npm run test" and clean-up no longer used shell scripts
2020-02-21 12:15:06 +00:00
Laurent Cozic
3407a31cf6
Tools: Improve and simplify how to build the apps ( #2538 )
...
* Improving CLI build
* Improving CLI build
* Remove requirement to build the tools
* Moved Electron app one level down
* Clean up Electron build
* Moved tools to sub-dir
* Updated root script
* update root
* update root
* update root
* update root
* update root
* update root
* Updated build
* Added doc
* Update CI config
* Should not lint index.js
* Fixing jetify
* Fixed linter errors
* Fixed pod build
* Fixed Windows build
2020-02-20 22:59:18 +00:00
PackElend
2dfe693564
added: share your GitHub username
...
added "share your GitHub username" to recommended steps to track PR more easily
2020-02-20 20:17:38 +01: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
1d14c8a706
Desktop, Mobile: Resolves #2001 : Added Mermaid diagrams support
...
commit ae8a0641ab3681a3b25f6dc4ac40f20d52aaeb4d
Author: Laurent Cozic <laurent@cozic.net>
Date: Tue Feb 11 17:58:08 2020 +0000
Fixed plugin asset
commit 03adf7fc7c878f82f6a43515d37fd5e3dd59390f
Author: Laurent Cozic <laurent@cozic.net>
Date: Mon Feb 10 22:09:18 2020 +0000
Desktop: Adding Mermaid support
2020-02-11 22:28:43 +00:00
Helmut K. C. Tessarek
8053e11b9a
minor improvements of wording
...
There's no word `toggle-able`. It does not exist.
functionality is a mass noun. There's no plural form. (same as `data` or `information`)
2020-02-10 19:17:02 -05:00
Laurent Cozic
5f544fba8a
Update markdown.md
2020-02-11 00:08:29 +00:00
Laurent Cozic
8ee0d8a73e
Doc: More info about Markdown plugins and standards
2020-02-11 00:05:43 +00:00
Laurent Cozic
74c8a38d48
CLI v1.0.154
2020-02-07 23:23:30 +00:00
Laurent Cozic
8a7e3fe36f
Update website
2020-02-04 12:49:21 +00:00
Laurent Cozic
7bc0a52cc9
Doc: GSoC: Added Roeland Jago Douma from Nextcloud as mentor
2020-02-04 12:48:34 +00:00
XSAkos
5881cee167
All: Added new date format YYYY.MM.DD ( #2318 )
...
* Added new date format YYYY.MM.DD.
* revert change as this file is autogenerated
Co-authored-by: Akos Keresztes <60130238+keresztesa@users.noreply.github.com>
2020-01-26 17:26:50 +00:00
Laurent Cozic
c61e4cae4d
CLI v1.0.153
2020-01-24 23:17:46 +00:00
Laurent Cozic
b6e0df57eb
Desktop: Fixes #2352 : undefined text was being displayed on top of notes in revision viewer
2020-01-22 17:32:21 +00:00
Laurent Cozic
fcd76dabac
Update website
2020-01-21 09:42:27 +00:00
Laurent Cozic
e8867fa0f1
Doc: Added CalebJohn as mentor on three ideas
2020-01-19 16:24:13 +00:00
Laurent Cozic
fe0318584e
Update website
2020-01-18 14:54:10 +00:00
Laurent Cozic
3e43fbce13
Doc: Fix GSoC doc
2020-01-18 14:27:21 +00:00
Laurent Cozic
7f95186a97
Doc: Updated GSoC ideas and added section about abandoned pull requests
2020-01-18 13:08:23 +00:00
Laurent Cozic
6f976abf42
Doc: Added "Custom keyboard shortcuts" idea for GSoC
2020-01-17 10:53:53 +00:00
Laurent Cozic
d80ffeeba1
Doc: Update mentors for GSoC
2020-01-17 10:48:35 +00:00
Laurent Cozic
cd284f78ad
Update website
2020-01-11 16:58:32 +00:00
Scott Bronson
e77cc18468
Documentation: Fix broken link ( #2245 )
...
The folder is `gsoc2020`, not just `gsoc`
2019-12-30 12:42:44 -05:00
Joel Taylor
172afb0789
Cli: Update CliClient node dependency to 10+ ( #2177 )
2019-12-18 22:25:14 +00:00
Laurent Cozic
797b71d903
Doc: Fixes #2187 : Fixed API doc
2019-12-18 11:00:52 +00:00
Laurent Cozic
af5f301276
Update ideas.md
2019-12-17 14:51:25 +00:00
Ladislav Benc
acaf22fa11
Doc: Fixing a couple typos ( #2198 )
2019-12-17 12:22:28 +00:00
Helmut K. C. Tessarek
ae9163e9bb
add description for soft breaks to plugin section of markdown page
...
closes #2192
2019-12-17 12:55:46 +01:00
Laurent Cozic
27e1f53b5f
Doc: More clean up for GSoC
2019-12-16 23:22:28 +00:00
Laurent Cozic
44dd327d22
Doc: More clean up for GSoC
2019-12-16 23:18:23 +00:00
Laurent Cozic
13be56a2e3
Doc: Moved all GSoC ideas to single document
2019-12-16 22:53:45 +00:00
Laurent Cozic
6988b3accb
Doc: Added idea: Multi-profile support, for GSoC
2019-12-16 17:21:35 +00:00
Laurent Cozic
3e2676a8c6
Doc: Removed number from GSoC ideas
2019-12-16 16:51:36 +00:00
Laurent Cozic
0f88c947f1
Doc: Cleaned up GSoC projects and added spec for OCR
2019-12-16 16:47:06 +00:00
Laurent Cozic
f98dc4e576
Update website
2019-12-14 10:56:13 +00:00
Laurent Cozic
1b31525773
Doc: Update Nextcloud app doc
2019-12-14 10:36:30 +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
Laurent Cozic
4640b65b85
finished renaming
2019-12-10 15:23:43 +00:00
Laurent Cozic
1615c6bdc8
renaming
2019-12-10 15:23:29 +00:00
Laurent Cozic
4e708ea021
Doc: More GSoC
2019-11-20 19:01:01 +00:00
Laurent Cozic
49898d01b5
Doc: Added GSoC to website
2019-11-20 18:47:32 +00:00
PackElend
37fc42eb73
Doc: GsoC first public draft of documentation ( #2092 )
...
* GSoC root file
This is the root file for the Google Summer of Code program
* Fixed TOC
* Introduction to GSoC with Joplin
The first draft cloned from https://community.kde.org/GSoC
* Joplin's Application at GSoC template
Cloned from https://wiki.openstreetmap.org/wiki/Google_Summer_of_Code/2019/Organisation_application
* GSoC 2019, idea #1 : deeper Nextcloud integration
* GSoC 2019, idea #2 : sharing notes
* GSoC 2019, idea #2 : tag handling
* GSoC 2019, idea #4 : search improvements
* GSoC 2019, idea #5 : per note password protection
* Update GSoC_Idea#1.md
* Update GSoC_Idea#2.md
* Rename GSoC_Idea#2.md to GSoC_Idea#2_sharing.md
* Rename GSoC_Idea#1.md to GSoC2019_Idea#1_Nextcloud.md
* Rename GSoC_Idea#2_sharing.md to GSoC2019_Idea#2_sharing.md
* Update and rename GSoC_Idea#3.md to GSoC2019_Idea#3_tagging.md
* Rename GSoC_Idea#4.md to GSoC2019_Idea#4_Search.md
* Rename GSoC_Idea#5.md to GSoC2019_Idea#5_Password per Note.md
* Update GSoC2019_Idea#1_Nextcloud.md
* Create GSoC2019.md
cloned from https://community.kde.org/GSoC/2019/Ideas
* Rename Introduction.md to GSoCIntroduction.md
* Rename GSoCIntroduction.md to GSoC_Introduction.md
* Rename Application.md to GSoC_Application.md
* first draft of a public introduction and project idea page, plus first (filled) template for ideas
* added idea
* started to update org details
* Delete GSoC_Application.md
moved to forum
* Update summer_of_code.md
put the template in a <details> block. little improvements where to publish ideas and applications
* Update summer_of_code.md
put application in quote
2019-11-20 18:17:51 +00:00
taw00
69b185ff5e
Documentation: correct and expand the markdown instructions for a link ( #2106 )
...
* correcting and expanding the markdown instructions for a link
- "some content" in `[some content](https://somelink/ )` is called the
content of an entity (or alt text for an image link)
- "some title" in this example is the the title element of the
entity: `[some content](https://somelink/ "some title")`
* link description: Fixed a typo, restructured a line break I screwed up, and I cleaned up the language a bit
2019-11-20 12:09:03 -05:00
Laurent Cozic
7baeb223f3
Update markdown.md
2019-11-18 10:26:07 +00:00
Laurent Cozic
ca2446aef0
Update website
2019-11-12 18:21:28 +00:00
Helmut K. C. Tessarek
bac546c090
CLI v1.0.150
2019-11-11 14:21:07 -05: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
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
78b8648945
add FAQ entry on how to restart Joplin on Windows
2019-10-28 20:22:45 -04:00
Helmut K. C. Tessarek
d91b3624e9
Desktop, Mobile: Add typographer support ( #1987 )
...
* add typographer support
* add info to readme/markdown.md
2019-10-15 00:01:58 +02:00
Laurent Cozic
ba3abf7c4c
Update website
2019-10-14 23:28:24 +02:00
Laurent Cozic
cc24398e71
Doc: Add mhchem doc
2019-10-14 23:28:00 +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
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
Laurent Cozic
8856456afd
Doc: Update Markdown page
2019-10-02 08:12:03 +01:00
Laurent Cozic
a58316b24c
Doc: Fixed Markdown cheat sheet so that it looks better on GitHub
2019-10-01 22:33:19 +01:00
Laurent Cozic
0f04ea4f70
Doc: Various changes and added Markdown cheat sheet
2019-10-01 22:27:57 +01:00
Laurent Cozic
2c522637ef
Update website
2019-09-29 15:32:11 +01:00
Laurent Cozic
75b7e7d999
Update website
2019-09-29 15:30:19 +01:00
Laurent Cozic
e92741edd6
CLI v1.0.149
2019-09-27 22:19:13 +01:00
Laurent Cozic
58e299383d
CLI v1.0.148
2019-09-27 19:43:22 +01:00
Laurent Cozic
f0f6e7c856
Update website
2019-09-26 00:53:57 +01:00
Laurent Cozic
cd518776a9
Update website
2019-09-25 22:28:48 +01:00
Laurent Cozic
391f7d22a3
CLI v1.0.147
2019-09-25 22:27:58 +01:00
Laurent Cozic
1578188fde
Update website
2019-09-11 11:18:44 +01:00
Laurent Cozic
45a820bb35
Update website
2019-09-09 19:03:22 +01:00
Laurent Cozic
bb0bf46f81
CLI v1.0.146
2019-09-08 20:12:49 +01:00
Laurent Cozic
05e0a2c29d
CLI v1.0.145
2019-09-08 17:24:00 +01:00
archont00
4488a1b95f
Doc: Update explanation of enabling E2EE ( #1859 )
...
As per https://discourse.joplinapp.org/t/totally-confused-re-e2ee/3295 , I tried to improve the explanation of the process to avoid multiple encryption keys.
2019-09-08 16:35:10 +01:00
archont00
e2808a90c6
Doc: Update re. impossibility to delete unused Master Keys ( #1858 )
...
As per discussion at https://discourse.joplinapp.org/t/totally-confused-re-e2ee/3295/2 , I propose to add info about Master Keys persistence.
2019-09-08 16:34:37 +01:00
Laurent Cozic
038efa10f2
Update website
2019-09-06 18:34:47 +01:00
Laurent Cozic
69f75a1520
Doc: Updated old links
2019-07-10 17:00:10 +01:00
Laurent Cozic
91f700ad54
Doc: Updated email addresses
2019-07-10 16:41:13 +01:00
Laurent Cozic
fd150b5b9d
Update website
2019-06-28 16:08:50 +01:00
Laurent Cozic
7863e1dffe
Update website
2019-06-15 10:27:44 +01:00
Laurent Cozic
7535f1a8c6
Update website
2019-06-10 23:41:32 +01:00
Laurent Cozic
7a85628f46
Doc: added Twitter feed and Product Hunt page
2019-06-06 16:05:14 +01:00
Laurent Cozic
6a56a6ccf0
Doc: Added more technical info for revision history
2019-05-24 09:05:16 +01:00
Laurent Cozic
d00bfa997e
Doc: Fixed more links
2019-05-22 16:57:45 +01:00
Laurent Cozic
1a8590e9b9
Update website
2019-05-22 16:49:57 +01:00
Laurent Cozic
6bcbedd6a4
CLI v1.0.137
2019-05-19 12:05:02 +01:00
Laurent Cozic
1924ea062c
CLI v1.0.136
2019-05-19 11:20:17 +01:00
Laurent Cozic
5c069c38f5
CLI v1.0.135
2019-05-13 23:59:27 +01:00
Laurent Cozic
451b9c0ae9
CLI v1.0.133
2019-05-13 23:55:53 +01:00
Laurent Cozic
52e5cec585
Update website
2019-05-13 23:41:31 +01:00
Laurent Cozic
bc98b65efa
Update website
2019-05-13 23:23:57 +01:00
Laurent Cozic
e705e6e990
CLI v1.0.129
2019-05-13 23:18:57 +01:00
Laurent Cozic
f8d20b61ea
Update website
2019-05-12 16:18:30 +01:00
Krešimir Klas
7e9972d99f
Android: Resolves #680 : New: Allow self-signed certificates ( #1466 )
...
* Allow User-added CAs in Android
This will enable connecting to servers with self-signed certificates on
android as per issue #680 .
Implemented as per:
- https://android-developers.googleblog.com/2016/07/changes-to-trusted-certificate.html
- https://github.com/facebook/react-native/issues/20488
* Allow User-added CAs in Android
This will enable connecting to servers with self-signed certificates on
android as per issue #680 .
Implemented as per:
- https://android-developers.googleblog.com/2016/07/changes-to-trusted-certificate.html
- https://github.com/facebook/react-native/issues/20488
2019-05-10 01:15:13 +01:00
Laurent Cozic
68268cb35d
Merge branch 'master' of github.com:laurent22/joplin
2019-05-09 23:46:41 +01:00
Laurent Cozic
8e58ed12af
Clipper: Resolves #1379 : Improved: Display warning icon when a page might not render well in simplified mode
2019-05-09 23:41:52 +01:00
Laurent Cozic
0b98632336
Update website
2019-05-02 23:54:52 +01:00
Laurent Cozic
475467c41c
Update website
2019-04-30 18:29:43 +01:00
Laurent Cozic
e280a02643
Update doc
2019-04-30 18:26:58 +01:00
Laurent Cozic
01f2759a62
Added CLI changelog
2019-04-29 18:39:43 +01:00
Laurent Cozic
155d38d24a
Update website
2019-04-26 19:06:17 +01:00
Laurent Cozic
c40c6428d7
Merge branch 'master' of github.com:laurent22/joplin
2019-04-26 08:30:51 +01:00
Laurent Cozic
e708ecccee
Updated FAQ
2019-04-26 08:30:40 +01:00
Helmut K. C. Tessarek
e394034678
restore the content of API.md
2019-04-21 14:49:12 -04:00
Laurent Cozic
a974eb5d9f
Fixing links
2019-04-18 15:11:56 +01:00
Laurent Cozic
6a3f04274d
Update website
2019-04-18 15:00:32 +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
Helmut K. C. Tessarek
49936ef095
update download links, stats, website
2019-03-24 17:50:27 -04:00
Laurent Cozic
379ff5163b
Merge branch 'master' of github.com:laurent22/joplin
2019-03-08 17:18:31 +00:00
Laurent Cozic
d9538ccb08
No longer using fixed IDs
2019-03-08 17:17:37 +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
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
Laurent Cozic
849cb4456c
Update website
2019-02-24 12:38:20 +00:00
Laurent Cozic
22cacd2c5b
Update website
2019-02-23 15:54:49 +00:00
Laurent Cozic
1333c35389
Update website
2019-02-14 23:13:32 +00:00
Ladislav Benc
0b4650f355
Suggesting some language improvements for the Welcome page ( #1199 )
...
I'm not sure about the "Joplin has three main columns" part. While it would be more correct to put definite articles
2019-02-10 15:44:43 +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
dd4b46a88b
All: Finished Welcome notebook
2019-02-07 23:17:58 +00:00
Laurent Cozic
0d6443c30a
All: Improve styling and layout of notes in note viewer
2019-02-05 23:55:09 +00:00