Laurent Cozic
15f22c0507
Cli: Fixes #3847 : Crash when trying to change app locale
2020-10-10 14:17:40 +01:00
Laurent
fe41d37f8f
All: Add support for application plugins ( #3257 )
2020-10-09 18:35:46 +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
Laurent Cozic
64d7603eed
Revert "All: Added support for hierarchical/nested tags ( #2572 )"
...
This reverts commit e11e57f1d8
.
2020-07-28 18:50:34 +01:00
Laurent Cozic
1cd86fd3ea
Cli: Fixes #3548 : Desktop-only scripts were incorrectly being loaded in CLI server tool
2020-07-23 19:04:04 +00:00
Vaidotas Šimkus
e11e57f1d8
All: Added support for hierarchical/nested tags ( #2572 )
...
The implementation uses / symbol as a nesting separator. I.e. tag/subtag is a nested tag, where tag is the parent tag and subtag is its child. Creating a tag named tag/subtag/subsubtag creates three tags, one for each level. The tags are associated using parent_id field.
In the app, viewing notes with a tag will also show all notes that are associated with any of the tag's descendant tags (same for the note count). Deleting a tag will also delete all its descendant tags.
In the desktop app the tags are shown nested just like the notebooks.
2020-07-12 18:09:07 +01:00
Laurent Cozic
e7f3aa3764
Updated British spelling
2020-06-20 12:18:41 +01:00
j-krl
fd568b5300
interop unnecessary
2020-06-18 15:50:19 -06:00
Laurent Cozic
6a41d6e85a
Cli: Allow importing ENEX files as HTML
2020-06-14 16:45:17 +00:00
Laurent Cozic
26ce102113
Desktop: Resolves #2773 : Add support for system keychain to save sensitive settings ( #3207 )
2020-06-03 17:07:50 +01:00
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
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
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
Yuvaraj J
06eb389b21
CLI: Made layout configurable ( #3069 )
2020-05-09 16:12:09 +01:00
Laurent Cozic
7ccd19e21d
Cli: Fixes #2981 : Add support for retrying decryption after it has failed multiple times
2020-04-08 18:02:31 +01:00
mic704b
8cd26c9380
All: Fix integration test harness issues. ( #2723 )
2020-03-16 13:30:54 +11:00
Laurent Cozic
d0d2bad7f4
Tools: Enforce and apply eslint rules prefer-const and no-var
2020-03-13 23:46:14 +00:00
Laurent Cozic
7640839f92
Let's leave that undocumented for now
...
Not the recommended way to create tags - there's the /tags and /notes/:id/tags for this
2020-03-13 18:46:38 +00:00
Yuvaraj J
cda837247a
API: Resolves #941 : Add support for "tags" property for note PUT request ( #2649 )
...
* API: Fix updation of tags when updating a note
* Add test for fix updation of tags
* Rewrite unit test and change variable name
* Use consistent variables and function calls
* Use default function call and change variable
* Handle case when tags is empty string
* Restructure test cases and improve tags check
* Update documentation
2020-03-13 18:44:47 +00:00
Laurent Cozic
52d9807648
Doc: Update CLI doc
2020-03-08 09:17:10 +00:00
Laurent Cozic
3cf3cd1598
Cli: Fixes #2536 : Fixed issue when a notebook does not have a parent
2020-02-21 18:01:15 +00:00
Laurent Cozic
737c3f62db
Tools: Linter: Enforce object-curly-spacing - always
2020-02-04 22:09:34 +00:00
Laurent Cozic
8e531ca87a
Update translations
2020-01-24 22:28:54 +00:00
Laurent Cozic
fba325f60e
Doc: Fixed APIdoc
2020-01-21 09:44:46 +00:00
Laurent Cozic
3fed1abc36
API: Add ability to search by folder or tag title
2020-01-20 02:19:57 +00:00
Marcus Hill
90de63e650
CLI: Add --export, --import, and --import-file flags to joplin config ( #2179 )
...
* Add --export, --import, and --import-file flags to joplin config
* Convert config --export/--import to work with JSON
* Remove unnecessary check in renderKeyValue
2019-12-28 22:48:34 +01:00
Joel Taylor
172afb0789
Cli: Update CliClient node dependency to 10+ ( #2177 )
2019-12-18 22:25:14 +00:00
Laurent Cozic
757a6854ab
Desktop: Updated OneDrive login to remove webview dependency
2019-12-18 09:21:12 +00:00
Laurent Cozic
689a12cdfb
Cli: Fixes #2039 : Handle paths with spaces for text editor
2019-11-01 22:42:05 +00:00
Laurent Cozic
d346cdb897
Added Bosnian language and cleaned up translations
2019-10-30 18:12:06 +00:00
Laurent Cozic
33b8da98af
Clean up
2019-10-30 09:54:32 +00:00
Hanna Bennett
0386534b3a
CLI: Resolves #1974 : Add command to list all tags for a note ( #2003 )
...
* Add command to list tags associated with a given note
* Update description
* Fix autocompletion to do notes instead of tags when tag-command is notetags
2019-10-30 09:43:47 +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
Laurent Cozic
71e01e5566
Cli: Handle special shortcuts such as Ctrl+H
2019-10-28 20:10:03 +00:00
Laurent Cozic
3a32e79001
Doc: Moved API doc to generation script
2019-10-15 00:04:23 +02:00
Laurent Cozic
7d7975daf4
Cli: Allow setting user timestamps with "set" command
2019-10-11 19:49:47 +02:00