Laurent Cozic
61dbdd5f7c
Update translations
2018-11-13 23:17:56 +00:00
Laurent Cozic
e6888c451d
Fixing Katex version number
2018-11-13 22:42:06 +00:00
Laurent Cozic
899219abd2
Merge branch 'master' of github.com:laurent22/joplin
2018-11-13 22:38:32 +00:00
Joybin Chen
7a4c7a13eb
Fix image fetching error. For url like http://example.com/favicon.ico?ver=1.0 will be changed to http://example.com/favicon.ico?ver=1.0?ver=1.0 ( #970 )
2018-11-13 22:37:39 +00:00
Laurent Cozic
e8797f49b9
Mobile: Display number of resources being fetched in side bar
2018-11-13 22:27:58 +00:00
Laurent Cozic
e17f3051f0
Display number of resources being fetched in side bar
2018-11-13 22:25:23 +00:00
Laurent Cozic
06091933e1
All: Moved resource app-specific state to different table
2018-11-13 00:45:08 +00:00
Laurent Cozic
b30c65dd89
Update CONTRIBUTING.md
2018-11-11 20:23:55 +00:00
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
3a9948e528
Build doc
2018-11-08 01:21:18 +00:00
Laurent Cozic
2bcddd38b2
Update API doc
2018-11-08 01:17:46 +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
Laurent Cozic
5c1dd79435
All: Fixes #952 : Upgraded Katex lib to fix bug
2018-11-07 23:44:59 +00:00
Laurent Cozic
706d59a6cc
Doc
2018-11-07 23:43:48 +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
Laurent Cozic
11ddc55911
Fixed theme handling for new tag feature
2018-11-07 22:47:34 +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
Laurent Cozic
19f5a144e5
Added comment
2018-11-07 22:22:26 +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
Ben Fisher
f92546d6eb
Adding some tips for building and debugging Joplin on Windows ( #938 )
2018-11-02 01:06:48 +00:00
sensor-freak
693456164b
Minor fix for translation of 'Location' ( #936 )
2018-11-02 00:53:05 +00:00
Helmut K. C. Tessarek
7cd3e6b1f7
mobile: add version info ( #930 )
2018-11-02 00:43:42 +00:00
FoxMaSk
764e63d869
new French Translations ( #923 )
2018-11-02 00:24:28 +00:00
Laurent Cozic
2c6f47f277
Update README.md
...
Removed Hacktoberfest news
2018-11-01 17:45:05 +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
Laurent Cozic
7b85c33213
CLI v1.0.117
2018-10-29 23:24:19 +00:00
Laurent Cozic
4b4d0e8b25
Update website
2018-10-24 21:14:38 +01:00
Laurent Cozic
4fb6af3c62
Android release v1.0.175
2018-10-24 19:59:37 +01:00
Laurent Cozic
d7ffe7e294
Electron release v1.0.114
2018-10-24 19:52:07 +01:00
Laurent Cozic
3ff139d445
Merge branch 'master' of github.com:laurent22/joplin
2018-10-24 19:51:16 +01:00
Laurent Cozic
40443e0134
Android v153
2018-10-24 19:50:26 +01:00
Laurent Cozic
1f927c1285
iOS v26
2018-10-24 19:48:09 +01:00
Andros Fenollosa
5e82e62335
Linux script install: implement previous updates ( #905 )
...
Avoid an erroneous update and prevent installation icon only on gnome.
2018-10-24 19:17:18 +01: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
dfcf1193dc
Electron: Handle internal anchors
2018-10-17 08:01:18 +01:00
Laurent Cozic
c72f92e22f
Additional info
2018-10-15 18:40:11 +01:00
Laurent Cozic
f6d01ce7e1
Android release v1.0.174
2018-10-15 00:01:36 +01:00
Laurent Cozic
fed9700587
Merge branch 'master' of github.com:laurent22/joplin
2018-10-15 00:00:13 +01:00
Laurent Cozic
12a3a9a89e
android release
2018-10-14 23:59:42 +01:00
Laurent Cozic
590c62c371
Merge branch 'fixing_android_build'
2018-10-14 23:56:42 +01:00
Laurent Cozic
df41f64b3c
Revert "trying to fix android build"
...
This reverts commit 621d0260f4
.
2018-10-14 21:47:12 +01:00
Laurent Cozic
1849355245
Android: Tryinc to fix release builkd
2018-10-14 21:42:34 +01:00
Laurent Cozic
fa1b471ea4
Android: Tryinc to fix release builkd
2018-10-14 21:41:29 +01:00