Laurent Cozic
f43ee123d8
Tools: Fixed tests
2020-09-29 10:54:31 +01:00
Laurent Cozic
1af16d9f0b
Tools: Update package locks
2020-09-22 16:02:22 +01:00
Laurent
056285deda
Desktop: UI update ( #3586 )
2020-09-15 14:01:07 +01:00
Laurent Cozic
7614a795e9
Fixed tests
2020-09-14 13:06:33 +01:00
Laurent Cozic
1108e8c28a
Merge branch 'release-1.0' into dev
2020-09-11 23:34:44 +01:00
Laurent Cozic
0f1156ab9c
Desktop: Fixed clock sync logic when creating new sync target
2020-09-11 23:33:34 +01:00
Naveen M V
5d2baa872e
Desktop: Fix wildcard search ( #3713 )
2020-09-11 22:52:32 +01:00
Naveen M V
4b377589aa
Desktop: Fix bug with quotes when searching ( #3735 )
2020-09-11 11:30:57 +01:00
Laurent Cozic
a424e3c899
Desktop, Cli: Fixes #3689 : Fixed note export when there are folders with non-existing parents. Also fixed long path issue on Windows.
2020-09-07 22:12:51 +01:00
Naveen M V
e108fdb1d8
Desktop: Fuzzy search ( #3632 )
2020-09-06 13:07:00 +01:00
Anjula Karunarathne
a8296e2e37
Desktop: Add keyboard shortcut editor ( #3525 )
2020-09-06 13:00:25 +01:00
Naveen M V
82e96840e9
All: When searching, weight notes using Okapi BM25 score ( #3454 )
2020-08-18 23:53:28 +01:00
alexchee
8c7a24282c
All: Fixes #3591 : Fixed sync fetching issue ( #3599 )
2020-08-08 00:30:11 +01:00
Naveen M V
f99f3f8a6d
All: Resolves #1877 : Add search filters ( #3213 )
2020-08-08 00:13:21 +01:00
Laurent
0c147236a3
All: Add mechanism to lock and upgrade sync targets ( #3524 )
2020-08-02 12:28:50 +01:00
Anjula Karunarathne
88f22fabf7
Desktop: Added KeymapService to manage keyboard shortcuts ( #3252 )
2020-08-02 12:26:55 +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
e2d3630783
Tools: Added sync target snapshots
2020-07-25 11:38:43 +01:00
Laurent Cozic
8f8d11c9b3
Desktop: Fixes #3510 : Note links would be broken after saving a note in Rich Text editor
2020-07-23 19:38:42 +00:00
alexchee
9a55afec01
All: Add support for AWS S3 synchronisation (Beta) ( #2815 )
2020-07-15 10:22:55 +01:00
Laurent Cozic
657cebfda9
Desktop: Improved GotoAnything speed and made it safer
...
Previously we'd use the remove-markdown package to create the note
preview however this function would freeze on certain notes, and was
probably unsafe as it used regex to parse Markdown. Replaced this in
favour of Markdown-it along with htmlparser2 to strip all markup from a
note.
2020-07-14 23:27:45 +01:00
Laurent Cozic
3fbfba2c03
Merge branch 'master' of github.com:laurent22/joplin
2020-07-12 19:20:32 +01:00
Laurent Cozic
8a5e6875f0
Desktop, Cli: Fixes #3473 : Fix filename when exporting notebook as Markdown
2020-07-12 19:13:08 +01: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
e0a87d6253
Revert "All: Add support for sync target lock"
...
This reverts commit 51235f191d
.
Not ready yet, moving to a branch
2020-07-12 16:38:54 +01:00
Laurent Cozic
51235f191d
All: Add support for sync target lock
...
The goal is to allow locking a sync target so that maintenance
operations, such as upgrading the target to a more efficient format,
can be done. For now, only the lock mechanism is in place, as a way to
evaluate it, and to see if it can cause any issue.
2020-07-10 23:42:03 +01:00
Laurent Cozic
003ead2511
Clean up
2020-07-10 19:54:29 +01:00
Laurent Cozic
8dc8527fdc
CLI v1.0.165
2020-07-10 19:52:58 +01:00
Laurent Cozic
77a03599de
Desktop: WYSIWYG: Fixed inserting date time and other content inside header
2020-07-04 12:17:30 +01:00
Laurent Cozic
6046f40e45
Tools: Fixed tests following highlight.js upgrade (changed in HTML escape mode)
2020-07-03 22:30:33 +01:00
Laurent Cozic
acf1ff6d1d
Desktop, Cli: Fixes #3402 : Fixed import of checkboxes in ENEX files
2020-06-28 18:55:47 +01:00
Laurent Cozic
eb8841379c
Desktop, Cli: Fixes #2331 : Only de-duplicate imported notebook titles when needed
2020-06-28 18:00:51 +01:00
Laurent Cozic
fcd00b3212
Desktop, Cli: Fixed various bugs related to the import of ENEX files as HTML
2020-06-15 17:10:51 +01:00
Laurent Cozic
9a9cfbd130
Mobile: Resolves #2595 : Add undo/redo support
2020-06-13 16:20:18 +01: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
faabd17fc6
Desktop: Fixed issue with setting filename for edited attachments
2020-06-09 19:15:43 +00:00
Laurent Cozic
be1895a080
Clipper: Fixes #3241 : Handle certain special cases of ordered lists
2020-06-08 18:44:13 +01:00
Laurent Cozic
f36e0c2513
All: Fixes #3334 : Prevent notebook to be the parent of itself
2020-06-07 12:47:43 +01:00
Naveen M V
643b06ffa7
Tools: Rewrite randomly failing test ( #3328 )
2020-06-05 16:05:47 +01:00
Laurent Cozic
afcfb0e341
Tools: Disabled tests that are randomly failing
2020-06-04 18:26:42 +01: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
叡山电车
5082181c49
Desktop: Fixes #3153 : Make GotoAnyting work with East Asian charactors ( #3180 )
2020-06-03 17:06:14 +01:00
Laurent Cozic
d0de79bffa
Trying to fix Travis-ci test units
2020-05-31 21:07:24 +01:00
Laurent Cozic
fbd42726c0
Added test unit for conflict handling when deleting resource
2020-05-31 20:22:55 +01:00
Laurent Cozic
36776cd615
Handle resource conflicts
2020-05-31 16:57:16 +01:00
Laurent Cozic
1852d9291d
Handle sync when resource has been edited
2020-05-31 00:31:29 +01:00
Laurent Cozic
53eba3f062
Fixed handling of resource paths
2020-05-30 15:28:42 +01:00
Laurent Cozic
40d39d6268
Desktop: Resolves #51 : Add way to manually order notes by dragging them ( #3235 )
...
* Allow custom sorting
* Implement UI
* Set order from message box
* Fixed mistake
* Update NoteListItem.tsx
* Desktop: Fixed date popup dialog overflow issue inside info dialog
2020-05-27 17:21:46 +01:00
Laurent Cozic
8c338675d2
Desktop: Fixes #3267 : Fixed issue with invalid image paths when config path contains spaces
2020-05-25 09:52:10 +01: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