Laurent Cozic
b1898141c3
Mobile: Fixes #382 : Implemented new search engine for mobile and highlight searched words in notes
2018-12-16 18:32:42 +01:00
Laurent Cozic
3231bfaff0
Mobile: Fixes #1045 : Display notebooks as a tree in notebook dropdown
2018-12-16 17:18:24 +01:00
Laurent Cozic
35d3fe03ab
Android: Fixes #321 : Changed notification library to Firebase to get more reliable notifications
2018-12-16 14:11:45 +01:00
Laurent Cozic
f05929cd17
All: Fixes #1033 : Handle hard break when rendering Markdown to HTML
2018-12-16 11:41:15 +01:00
Laurent Cozic
fa0572de77
Mobile: Many small fixes and improvements to style and layout to make app more usable
2018-12-15 01:45:35 +01:00
Laurent Cozic
6dca4a0d6b
Mobile: Optimised loading of large notes that contain many images.
2018-12-15 01:42:19 +01:00
Laurent Cozic
061ce646d2
Finished search engine integration with desktop app
2018-12-13 23:57:14 +01:00
Laurent Cozic
5ec7c16e3e
Fixed logic to update search engine data
2018-12-12 22:40:05 +01:00
Laurent Cozic
0a6f8b0cfe
Started integrating search engine to desktop app
2018-12-10 19:58:49 +01:00
Laurent Cozic
460f826672
Nearly finished search engine backend
2018-12-10 18:54:46 +00:00
Laurent Cozic
cb16a10121
Updated the way item changes are recorded so that info can be used by more services (including search engine)
2018-12-10 01:39:31 +01:00
Laurent Cozic
3b6131f1ca
Started support for FTS search
2018-12-09 21:45:50 +01:00
Laurent Cozic
7947e14792
Merge branch 'master' of github.com:laurent22/joplin
2018-12-08 00:42:54 +01:00
Laurent Cozic
71098102c5
Electron: Fixes #476 (maybe): Trying to fix notification flood. Added more log statements in case something goes wrong.
2018-12-08 00:42:29 +01:00
Laurent Cozic
8e601e80df
All: Prevent sync infinite loop under some rare conditions
2018-12-08 00:41:39 +01:00
Caleb John
3b14cfcc54
add separate editor font size option ( #1027 )
2018-12-07 22:26:03 +01:00
Laurent Cozic
61a0e43092
Mobile: Fixes #999 : Associate new note with default notebook when creating it from Welcome screen
2018-12-07 01:23:36 +01:00
Laurent Cozic
d08aaffe41
Mobile: Resolves #1015 : (Re-)added support for selecting image from camera roll
2018-12-07 01:07:10 +01:00
Laurent Cozic
3943192c5d
All: Fixes #808 (maybe): Added fix for Nginx 404 error issue.
2018-12-06 23:09:54 +01:00
Laurent Cozic
18d76807f6
Fixing Norwegian locale
2018-12-06 22:59:08 +01:00
Laurent Cozic
19252af345
Desktop: Fixes #996 : Allow editing multiple notes in external editor
2018-11-21 19:50:50 +00:00
Laurent Cozic
897f53b13e
All: Resolves #846 : Set resource path to correct relative path so that for example images show up in Markdown viewers
2018-11-21 00:36:23 +00:00
Laurent Cozic
922bbdd1b6
All: Fixes #968 : Export resources specified with a title
2018-11-20 23:18:56 +00:00
Laurent Cozic
3240ff40bc
Restored string to avoid invalidating all the translations.
2018-11-20 21:54:40 +00:00
Ben Fisher
58b68cab0c
fix for #906 , 1) windows paths like C:\a\b weren't accepted because b… ( #935 )
...
* fix for #906 , 1) windows paths like C:\a\b weren't accepted because backslashes were treated as escape sequences, 2) common paths like C:\Program Files\Foo\Foo.exe weren't accepted because of the space in the path
* Using anothing approach,
a) backslashes are no longer treated as escape characters,
b) string change to remind people to add spaces
* Removing joplin.pot from the patch, it will be updated later.
* Removing unused code.
2018-11-20 21:46:18 +00:00
Laurent Cozic
07b724d65b
All: Fixes #992 : Allow non-ASCII chars when exporting MD and handle duplicate filenames
2018-11-20 00:42:21 +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
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