Ben Fisher
0eb18d206d
Patch to implement feature, exporting notes to JSON ( #912 , issues/912). ( #927 )
...
* Patch to implement feature, exporting notes to JSON (#912 , issues/912).
* Revising based on feedback
* Directly calling JSON.stringify on the item
2018-11-11 20:17:43 +00:00
Laurent Cozic
5ff8808f69
API: Allow setting the ID of newly created notes.
2018-11-08 01:14:13 +00:00
Laurent Cozic
28b1d8a324
Desktop: Fixes #953 (maybe): Improved the way internal links to notes are loaded to make it more reliable
2018-11-08 00:58:06 +00:00
Ben Fisher
251f1bba55
Show note title in pdf export ( #890 ) ( #937 )
...
* Show note title in pdf export (#890 )
An example of a possible approach, to temporarily change the html in the webview to show the note title. Works, but there may be a more elegant fix.
* Show title in pdf export
Revising based on feedback
Also, a couple changes to tests so that they pass in Windows.
2018-11-07 23:35:14 +00:00
Caleb John
cb1fd85ca4
Add support for custom css across all notes ( #925 )
2018-11-07 22:52:31 +00:00
Caleb John
ee106105d8
Joplin desktop Dark Mode ( #921 )
...
* Added support for the dark mode on desktop
* Add dark highlighting to the code tags
* Update app/theme.js to be more clear and more easily support additional themes
Update more files to conform to theming
2018-11-07 22:37:13 +00:00
Abijeet Patro
18717bac79
Adds functionality to display tags under the open note. ( #893 )
...
* Adds functionality to display tags under the open note.
Towards #469
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Ensured tags in the dialog box and under the note appear in the same order.
Few formatting tweaks.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Fixes issues raised during code review.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Refactored code to always display tags in ascending order.
This changes the order of the tags in the dialog box and below the tag title.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2018-11-07 22:16:05 +00:00
Laurent Cozic
28fa83c406
Merge branch 'master' of github.com:laurent22/joplin
2018-11-02 19:56:18 +00:00
Laurent Cozic
258e514a91
Marked password cache as secure, and only display stars if the value is non-empty
2018-11-02 19:22:49 +00:00
Helmut K. C. Tessarek
7cd3e6b1f7
mobile: add version info ( #930 )
2018-11-02 00:43:42 +00:00
Laurent Cozic
e41896d6f3
All: Resolves #918 : Skip properties that are on sync target but not handled by local client
2018-10-31 00:35:57 +00:00
Laurent Cozic
990591cc80
Minor improvments
2018-10-30 00:17:50 +00:00
Yannis Mitsos
de954827df
Support FreeBSD in terminal ( #896 )
2018-10-24 19:16:15 +01:00
Laurent Cozic
2cb24bf198
Mobile: Fixes #902 : Don't change existing note when sharing with mobile app
2018-10-24 19:10:05 +01:00
Laurent Cozic
739a6a4a9c
Documentation
2018-10-24 18:47:04 +01:00
Laurent Cozic
f22b2adaad
Mobile: Improved camera attachment
2018-10-13 10:32:44 +01:00
Laurent Cozic
1634fdb421
Merge branch 'master' of github.com:laurent22/joplin
2018-10-12 23:26:11 +01:00
Laurent Cozic
7f51035f91
Mobile: Reload note when resource got downloaded. Also fixed Android build script to make it work in macOS.
2018-10-12 23:25:11 +01:00
ebayer
70e71cbc2a
Mobile: Fixes #856 : Add option to open source url ( #872 )
...
* Mobile: Fixes #856 : Add option to open source url
* Mobile: Fixes #856 : Change menu wording for opening source url
2018-10-12 19:30:00 +01:00
Helmut K. C. Tessarek
dbb269fef6
add support for webp images ( #858 )
...
fixes #848
2018-10-11 17:18:33 +01:00
Laurent Cozic
8bac5275c3
All: Fixed fetch logic - mark resource as fetched by default, unless it comes from sync
2018-10-10 18:53:09 +01:00
Laurent Cozic
069dce69cd
Mobile: Added support for ResourceFetcher service
2018-10-09 22:01:50 +01:00
Laurent Cozic
2f62897fb6
All: Improved resource side loading
2018-10-08 19:11:53 +01:00
Laurent Cozic
dbdd602f50
All: Created ResourceFetcher class to handle resource downloads
2018-10-08 07:36:45 +01:00
Laurent Cozic
d66fa87b2b
All: Allow excluding certain keys during sync
2018-10-07 20:18:43 +01:00
Laurent Cozic
124a959c8d
All: Simplifying serialisation of base items
2018-10-07 20:11:33 +01:00
Laurent Cozic
127dce1cd6
Fixed typo
2018-10-07 19:28:19 +01:00
Laurent Cozic
44986a35a4
Android: Fix crash when attaching certain files
2018-10-07 18:55:49 +01:00
Laurent Cozic
8517e2aa42
Mobile: Fixes #840 : Images were not being displayed right after being attached in view mode
2018-10-05 19:49:36 +01:00
Laurent Cozic
b880be8b7c
All: Fixes #853 : Replace characters to equivalent US-ASCII ones when exporting files
2018-10-05 17:53:55 +01:00
Laurent Cozic
57fd1a7588
Electron: Prevent URLs added via A tag from being opened inside app
2018-10-05 18:21:23 +00:00
Laurent Cozic
ac12143d00
All: Fixes #671 : Make string translatable
2018-10-05 18:17:49 +00:00
Laurent Cozic
f6c5620682
Electron: Resolves #751 : Allow switching between todo and note when multiple notes are selected
2018-10-04 18:34:30 +01:00
Laurent Cozic
6b10d5d821
Api: Fixes #843 : Fixed regression that was preventing resource metadata from being downloaded
2018-10-04 08:17:53 +01:00
Laurent Cozic
99493174ec
API: Fixed handling of PUT method and log errors to file
2018-10-04 08:05:22 +01:00
Laurent Cozic
d1f4c5be18
Disable non-working ShareExtension on iOS
2018-10-03 08:17:37 +01:00
Laurent Cozic
d11870b1eb
Trying to get RN 0.57.1 to work
2018-10-02 19:02:38 +00:00
Laurent Cozic
720927f488
All: Fixes #832 : Enex import: Don't add extra line breaks at the beginning of list item when it contains a block element
2018-10-01 20:55:24 +01:00
Laurent Cozic
95a06c4531
All: Fixes #818 : Use sort options when displayed tagged notes
2018-09-30 20:43:46 +01:00
Laurent Cozic
6ea77b36ce
Electron: Resolves #820 : Allow dragging and dropping a note in another note to create a link
2018-09-30 20:15:30 +01:00
Laurent Cozic
0cd7ebf9d3
Electron: Fixes resources being incorrectly auto-deleted when inside an IMG tag
2018-09-30 19:24:02 +01:00
Laurent Cozic
f87d1f11b0
API: Allow downloading a resource data
2018-09-30 10:15:46 +01:00
Laurent Cozic
fb913bc33c
Mobile: Fixes #654 : Fixed auto-title logic so that set title doesn't get overwritten in some conditions for new notes
2018-09-29 15:57:18 +01:00
Laurent Cozic
53d7a51cb0
Removed API doc from translations and updated FR translation
2018-09-29 13:29:07 +01:00
Laurent Cozic
a0a6bdb684
Update website
2018-09-29 13:15:36 +01:00
Laurent Cozic
eb4aa2c026
API: Added more calls
2018-09-29 12:54:44 +01:00
Laurent Cozic
e98575643c
API: Added documentation generator and built documentation
2018-09-28 21:03:28 +01:00
Laurent Cozic
a1ad6c9712
API: Added more API calls
2018-09-28 19:24:57 +01:00
FoxMaSk
6125cde223
Forbidden is 403 - typo :)
2018-09-27 21:38:16 +02:00
Laurent Cozic
9680ab74a3
All: Allow loading image resources in IMG html tags
2018-09-27 18:42:34 +01:00