Laurent Cozic
849d7983f6
Desktop: Added support for Fountain screenwriting language
2019-08-14 12:40:06 +02:00
Laurent Cozic
87a639df2b
Mobile: Disabled solarized themes on mobile
2019-07-30 11:37:52 +02:00
Laurent Cozic
71efff6827
Linter update ( #1777 )
...
* Update eslint config
* Applied linter to lib
* Applied eslint config to CliClient/app
* Removed prettier due to https://github.com/prettier/prettier/pull/4765
* First pass on test units
* Applied linter config to test units
* Applied eslint config to clipper
* Applied to plugin dir
* Applied to root of ElectronClient
* Applied on RN root
* Applied on CLI root
* Applied on Clipper root
* Applied config to tools
* test hook
* test hook
* test hook
* Added pre-commit hook
* Applied rule no-trailing-spaces
* Make sure root packages are installed when installing sub-dir
* Added doc
2019-07-30 09:35:42 +02:00
Laurent Cozic
6cfacb1a48
Second pass at linting lib dir
2019-07-29 15:58:33 +02:00
Laurent Cozic
86dc72b204
First pass at linting lib dir
2019-07-29 15:43:53 +02:00
Laurent Cozic
b2eadffde0
Using British English by default for consistency
2019-07-29 11:51:09 +02:00
Laurent Cozic
200ba2775f
All: Resolves #1459 : Make translation files smaller by not including untranslated strings. Also add percentage translated to config screen.
2019-07-29 11:47:50 +02:00
Shane Kilkelly
3d498e7a75
Desktop: Add solarized themes to desktop client ( #1733 )
2019-07-21 17:27:42 +01:00
Laurent Cozic
6a42ef50ec
All: Fixes #1732 : Fixed note order when dragging a note outside a notebook
2019-07-21 13:55:25 +01:00
Laurent Cozic
3f7b4e10b6
Merge branch 'master' into clipper_html_mode
2019-07-21 00:24:25 +01:00
Laurent Cozic
36168a9a5d
Use regex instead of jsdom for compability with mobile app
2019-07-21 00:18:51 +01:00
Caleb John
cd5d412c69
Desktop: Added support for templates ( #1647 )
...
* First pass of adding support for templates
* remove default value from template prompt
* Add template placeholder text
* Add mustache templates with datetime support for new notes
* Moved template code to utils, added separate prompt for templates
* Add templates to menu and allow for keyboad only use
* update template prompt for dark theme
* update with laurents suggestions, add refresh button
* revert template command, remove new note prompt
2019-07-20 22:13:10 +01:00
Laurent Cozic
38177c7e54
All: Optimised loading of multiple items
2019-07-17 22:50:12 +01:00
Laurent Cozic
a0dd0702fb
Clipper: Adding support for clipping page as HTML
2019-07-14 16:00:02 +01:00
Laurent Cozic
c2a80b12f0
Mobile: More rendering optimisations to make animations smoother and to allow typing fast on large notes
2019-07-12 19:36:12 +01:00
Laurent Cozic
da21580785
Mobile: Added 'All notes' screen; Cleaned up header bar buttons; Removed 'body' from note preview object to improve memory usage
2019-06-28 00:51:02 +01:00
Laurent Cozic
2c5b0010bf
Mobile: Removed concept of Advanced Options and move tools to Config screen to clean up context menu
2019-06-26 00:13:13 +01:00
Laurent Cozic
266ff244d9
Revert "Mobile: Added button to clear local sync state"
...
Can cause too many issues.
This reverts commit 6ce091f4d8
.
2019-06-19 21:50:26 +01:00
Laurent Cozic
6ce091f4d8
Mobile: Added button to clear local sync state
2019-06-19 14:57:59 +01:00
Laurent Cozic
349cade946
All: Optimised resource download queue by exiting early if resources are already downloaded
2019-06-15 21:48:37 +01:00
Laurent Cozic
53d7e906d4
Removed unneeded class that was causing a require cycle
2019-06-14 23:04:05 +01:00
Laurent Cozic
fa28ae1433
Mobile: Improved and cleaned up config screen
2019-06-08 00:23:17 +01:00
Laurent Cozic
9f6b3ccf40
All: Improved: Allow using multiple connections to download items while synchronising ( #1633 )
...
* Task queue
* All: Improved sync speed by downloading items in parallel
* Improved download queue
2019-06-07 23:20:08 +01:00
Laurent Cozic
04c6579f2c
All: Fix: Fix issue with revisions being needlessly created when decrypting notes
2019-05-28 18:10:21 +01:00
Laurent Cozic
43624ffa75
Desktop: Improved: Add number of characters removed and added in revision list
2019-05-24 17:31:18 +01:00
Helmut K. C. Tessarek
10500c78b1
All: Fix: Default sort order for notebooks should be title and ascending ( #1541 )
2019-05-22 16:18:16 +01:00
Laurent Cozic
8a6fe20a69
All: Resolves #1481 : New: Allow downloading attachments on demand or automatically ( #1527 )
...
* Allow downloading resources automatically, on demand, or when loading note
* Make needToBeFetched calls to return the right number of resources
* All: Improved handling of resource downloading and decryption
* Desktop: Click on resource to download it (and, optionally, to decrypt it)
* Desktop: Better handling of resource state (not downloaded, downloading, encrypted) in front end
* Renamed setting to sync.resourceDownloadMode
* Download resources when changing setting
* tweaks
* removed duplicate cs
* Better report resource download progress
* Make sure resource cache is properly cleared when needed
* Also handle manual download for non-image resources
* More improvements to logic when downloading and decrypting resources
2019-05-22 15:56:07 +01:00
Laurent Cozic
3e808f05fd
Improved logic to set resource file size
2019-05-12 15:53:42 +01:00
Laurent Cozic
e1b7b64e1b
All: Make sure resource filesize is set in all cases
2019-05-12 11:41:07 +01:00
Laurent Cozic
565dfba8c9
All: Fixes #371 (sort of): Allow resources greater than 10 MB but they won't be synced on mobile
2019-05-12 01:15:52 +01:00
Laurent Cozic
553a26eb63
Desktop, CLI: Added option to disable creation of welcome items
2019-05-12 01:10:46 +01:00
Laurent Cozic
9c85bc2cd1
All: Save size of a resource to the database; and added mechanism to run non-database migrations
2019-05-11 17:55:40 +01:00
Laurent Cozic
0d036d8183
Fixed regression following fix for #1425
2019-05-11 17:35:39 +01:00
Laurent Cozic
e5f2a7f2f5
Fixed regression caused by #1472
2019-05-11 17:34:45 +01:00
Laurent Cozic
afb375955e
Fixed regressions following fix for #1425
2019-05-11 12:08:28 +01:00
Laurent Cozic
b702b0b40c
Desktop: Fixes #1425 : Improved handling of images when using external editor, so that it works in Atom, VSCode and Typora
2019-05-11 11:46:13 +01:00
Laurent Cozic
78372c9bac
All: Improved: Make sure a revision is saved a note has not been modified for over a week
2019-05-08 00:51:56 +01:00
Laurent Cozic
a4db1bc671
All: Improved: Do not save a revision if there is already a recent one that exists
2019-05-08 00:10:36 +01:00
Laurent Cozic
08af9de190
All: Resolves #712 : New: Support for note history ( #1415 )
...
* Started revisions support
* More rev changes
* More rev changes
* More revs changes
* Fixed deletion algorithm
* More tests and moved updated time to separate field
* Display info when restoring note
* Better handling of existing notes
* wip
* Further improvements and fixed tests
* Better handling of changes created via sync
* Enable chokidar again
* Testing special case
* Further improved logic to handle notes that existed before the revision service
* Added tests
* Better handling of encrypted revisions
* Improved handling of deleted note revisions by moving logic to collectRevision
* Improved handling of old notes by moving logic to collectRevision()
* Handle case when deleting revisions while one is still encrypted
* UI tweaks
* Added revision service to mobile app
* Fixed config screens on mobile and desktop
* Enabled revisions on CLI app
2019-05-06 21:35:29 +01:00
Luis Orozco
d213e4ab57
All: Fixed: Prevents notes with no title to break after synchronize ( #1472 )
...
Tests to confirm serialize/unserialize don't change body and title
check if item title exists, otherwise display default title.
added test checking serializing/unserializing Folders don't modify data
2019-05-06 21:25:14 +01:00
Laurent Cozic
aad49c520b
All: Improved: Display better error message when trying to sync with a new sync target from an old version of Joplin
2019-04-30 23:42:06 +01:00
Helmut K. C. Tessarek
12ebf44e22
Desktop: add option to use soft breaks for markdown rendering ( #1408 )
...
* add option to use soft breaks for markdown rendering
* oops, I didn't use the British spelling
* moved setting to section Plugins
* change text -> Enable soft breaks
2019-04-21 10:03:10 +01:00
Laurent Cozic
220f5d0967
Desktop: Fixes #1425 (probably): Fix display of images when using VSCode as external editor
2019-04-20 21:12:19 +01:00
Laurent Cozic
4ef05272c4
Clipper: Fixes #1417 : Sort the folders in the same order as the desktop app
2019-04-20 19:29:23 +01:00
Laurent Cozic
f8e1395087
joplin.cozic.net => joplinapp.org
2019-04-18 14:59:17 +01:00
Laurent Cozic
0cebae8032
All: Allow longer folder paths
2019-04-04 08:01:16 +01:00
Laurent Cozic
72b36522e8
All: Improved support for Japanese, Chinese, Korean search queries (also applies to Goto Anything)
2019-04-03 07:46:41 +01:00
Caleb John
0c2f2667d3
All: Allow toggling markdown plugins and added several new plugins ( #1347 )
...
* Initial test of enabling plugins
* Added support for toggle-able plugins
- Also adds some new plugins
* Add instructions on adding toggle-plugins
* Fix subtle anchor bug
- webview was moving itself when scrolling to bottom anchors
* Moves the webview hack so that it only applies to anchors
* Add plugin descriptions to the README, also removed mermaid from README
* rename plugin.* to markdown.plugin.* to be more forward compatible
2019-04-02 17:14:48 +01:00
Laurent Cozic
6b2910c3c7
Desktop: Added Goto Anything dialog and implemented basic plugin system
2019-04-01 19:43:13 +00:00
Laurent Cozic
bdc7ea4346
All: Display warning when changing dir for filesystem sync
2019-03-29 08:01:58 +00:00
Laurent Cozic
68fbe8125e
Desktop: Fixed: The side bar was being refreshed too frequently. Fixed: Order of notebooks with sub-notebooks was sometimes incorrect when sorting by last updated time.
2019-03-10 21:16:05 +00:00
Laurent Cozic
9289dbdf77
All: Refactor Markdown rendering ( #1315 )
...
* Refactoring MdToHtml to avoid manually rendering tokens
* Minor fix
* Fixed loading of resources
* Handle clicking on checkboxes
* Added back Katex support
* Fixed issues with Katex and note rendering
* Added back support for links
* Restored code block highlighting support
* clean up
* Applying update to mobile
* Fixed handling of links and cleaned up to share more code between mobile and desktop
* Restored content caching and improved handling of additional assets
* Clean up and a few fixes
* Applied more updates to mobile and added code highlighting support
2019-03-08 17:14:17 +00:00
Laurent Cozic
833d473268
Desktop: Resolves #206 : Added support for sorting notebooks by title or last modified
2019-03-02 17:35:57 +00:00
Laurent Cozic
95188b71b8
Desktop: Fixes #1265 : Fixed column resize on Windows. Also increased minimum and maximum sizes of columns.
2019-02-27 00:13:56 +00:00
Laurent Cozic
b40ccc7a15
All: Fixes #1251 : Handle Show Uncompleted Tasks option when selecting a tag
2019-02-24 10:38:06 +00:00
Laurent Cozic
32a67b9b33
minor tweaks
2019-02-23 15:53:14 +00:00
Laurent Cozic
81e4cd319d
Desktop: Allow resizing left panels
2019-02-16 01:12:43 +00:00
Laurent Cozic
0469fe76d7
Desktop: Do not display tags that are not associated with any note
2019-02-13 23:33:07 +00:00
Laurent Cozic
29e7ec4cc9
CLI: Fixes #1194 : Fixed opening then saving note in text editor
2019-02-10 16:41:14 +00:00
Laurent Cozic
69b4b4d1f4
Deskop: Integrated Welcome notes to desktop
2019-02-07 23:27:50 +00:00
Laurent Cozic
cd9aff0f59
Desktop: Make default editor font a bit bigger
2019-02-06 23:06:37 +00:00
Laurent Cozic
cc8f8fcd2c
Desktop: Allow selecting editor path with dialog window
2019-01-30 19:19:06 +00:00
Laurent Cozic
beaba2be55
Desktop: Group config options into sections
2019-01-27 23:15:56 +00:00
Laurent Cozic
f62bbfe286
Desktop: Toggle todo checkbox using SPACE key
2019-01-26 15:33:45 +00:00
Laurent Cozic
893462ae87
Check that resource could be loaded
2019-01-20 16:28:10 +00:00
Laurent Cozic
949dbf45f1
Desktop: Resolves #1099 : Show Markdown images in external editor
2019-01-20 16:27:33 +00:00
Laurent Cozic
8fdc0bf17c
All: Search: More multi-language support
2019-01-18 17:56:56 +00:00
Laurent Cozic
2e12b2655b
More fixes to search engine and better handling of non-ASCII searches
2019-01-14 19:11:54 +00:00
Laurent Cozic
a1f0bd1e6c
Search engine: normalize text
2019-01-13 16:05:07 +00:00
Laurent Cozic
8ff2418b02
Desktop: Added support for pre-releases
2019-01-11 23:40:05 +00:00
Laurent Cozic
09b4acf087
Merge branch 'master' of github.com:laurent22/joplin
2019-01-10 18:04:20 +00:00
Abijeet Patro
83281197f1
Adds functionality to toggle the notebooks and tags on the sidebar. ( #1002 )
...
* Adds functionality to toggle the notebooks and tags on the sidebar.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Modified to not use an anonymous function.
Signed-off-by: abijeetpatro <abijeetpatro@gmail.com>
* Updated the code to be cleaner.
Signed-off-by: abijeet <abijeetpatro@gmail.com>
2019-01-09 17:25:44 +00:00
Laurent Cozic
30201249b5
Mobile: Fixes #1068 : Handle case where notebook has a parent that no longer exists
2018-12-31 17:33:20 +01:00
Laurent Cozic
53513db5b5
Mobile: Fixes #1066 : Disable use of FTS when not present on device
2018-12-28 21:40:29 +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
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
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
Caleb John
3b14cfcc54
add separate editor font size option ( #1027 )
2018-12-07 22:26:03 +01: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
899219abd2
Merge branch 'master' of github.com:laurent22/joplin
2018-11-13 22:38:32 +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
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
258e514a91
Marked password cache as secure, and only display stars if the value is non-empty
2018-11-02 19:22:49 +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
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
Helmut K. C. Tessarek
dbb269fef6
add support for webp images ( #858 )
...
fixes #848
2018-10-11 17:18:33 +01:00
Laurent Cozic
2f62897fb6
All: Improved resource side loading
2018-10-08 19:11:53 +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
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
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
a1ad6c9712
API: Added more API calls
2018-09-28 19:24:57 +01:00
Laurent Cozic
ef711af5b5
Api: Added method to get notes
2018-09-27 18:35:10 +00:00
Laurent Cozic
6a6ee280c3
All: Fixes #801 : Replaced freegeoip which is no longer free with ip-api
2018-09-23 19:45:13 +01:00
Laurent Cozic
4e8372174b
Electron: Resolves #755 : Added note properties dialog box to view and edit created time, updated time, source URL and geolocation
2018-09-16 19:37:31 +01:00
Laurent Cozic
5ab1d8dfd6
All: Resolves #781 : Allow creating notebooks with duplicate titles to allow two notebooks with same name to exist under different parents
2018-09-13 20:53:31 +01:00
Laurent Cozic
643e5a6a2a
Electron: Resolves #714 : Allow starting application minimised in the tray icon
2018-09-06 18:56:23 +01:00
Laurent Cozic
32c81ad8c2
All: Fixes #657 : Disallow giving name of existing tag to another tag
2018-09-06 18:33:21 +01:00
Laurent Cozic
4cef383fe7
Added warning when changing WebDAV URL
2018-09-05 11:20:26 +01:00
Laurent Cozic
08ee939951
Electron: Resolves #594 : Enable support for SVG graphics
2018-06-30 19:05:45 +01:00
Laurent Cozic
310afb0ad6
Electron: Resolves #612 : Allow duplicating a note
2018-06-27 21:45:31 +01:00
Laurent Cozic
7d7e1e1637
Electron: Resolves #647 : Allow specifying text editor path and arguments in setting
2018-06-27 21:34:41 +01:00
Laurent Cozic
0027cb9036
All: Fixes #646 : Mentioned that TLS settings must be saved before checking sync config
2018-06-25 23:54:28 +01:00
Laurent Cozic
fea83e28c4
All: Optimised encryption and decryption of items so that it doesn't freeze the UI, especially on mobile
2018-06-25 18:14:57 +01:00
Laurent Cozic
ebf4c89ef0
All: Fixes #343 , Fixes #191 : Added options to specify custom TLS certificates
2018-06-20 01:18:58 +01:00
Laurent Cozic
aa7da784fc
All: Fixes #343 , Fixes #191 : Added options to ignore TLS cert errors to allow self-signed certificates on desktop and CLI
2018-06-20 00:28:50 +01:00
Laurent Cozic
f5a72ffbaf
All: Fixes #593 : Resource should not be auto-deleted if they've never been linked to any note
2018-06-17 16:59:06 +01:00
Laurent Cozic
ab9675544c
All: Fixes #597 : Also import sub-notebooks when importing JEX data
2018-06-10 19:15:40 +01:00
FoxMaSk
bd0b9dff51
fix #572 - Translation submenu
2018-05-30 19:22:07 +02:00
Laurent Cozic
3822309657
All: Auto-delete resources only after 10 days to handle some edge cases
2018-05-27 12:50:12 +01:00
Laurent Cozic
89b486a3ee
Clipper: Allow selecting a folder and fixed screenshot taking issue
2018-05-26 15:46:57 +01:00
Laurent Cozic
f81dce3321
Merge branch 'clipper'
2018-05-25 13:31:15 +01:00
Laurent Cozic
e15f84716a
Clipper: Added Clipper config screen and improved server
2018-05-25 13:30:27 +01:00
Laurent Cozic
3c5eb99c59
Clipper: Download images and convert them to resources
2018-05-23 12:14:38 +01:00
Laurent Cozic
04724c58d1
All: Fixes #491 : Handle non-standard ports and better handling of fetchBlob errors
2018-05-20 12:20:15 +01:00
Laurent Cozic
61dd4cefbc
All: Resolves #345 : Option to hide completed todos
2018-05-09 21:00:05 +01:00
Laurent Cozic
7930ab66c6
Merge branch 'master' into subnotebooks
2018-05-09 13:10:20 +01:00
Laurent Cozic
e1dee546dc
Mobile: Added support for sub-notebooks
2018-05-09 12:39:17 +01:00
Laurent Cozic
da6fdad2de
All: Handle saving collapsed states of sub-notebook
2018-05-09 10:49:31 +01:00
Laurent Cozic
567596643c
Electron: Handle drag and dropping notebooks to change the parent
2018-05-09 09:53:47 +01:00
Laurent Cozic
cb617e1b14
All: Fixes #61 : Handle path that ends with slash for file system sync.
2018-05-08 11:29:25 +01:00
Laurent Cozic
a6a351e68d
Electron: Export/Import links to notes
2018-05-03 13:11:45 +01:00
Laurent Cozic
a419bc7253
All: Resolves #134 : Allow linking to a note from another note
2018-05-02 15:13:20 +01:00
Laurent Cozic
d8ccc38d5b
All: Better handling of resources that are incorrectly flagged as encrypted
2018-04-22 14:33:12 +02:00
Marco G
96571baadc
Common EU Date format DD.MM.YYYY added, issue #405
2018-04-19 17:03:16 +02:00
Laurent Cozic
0b32741a12
Electron: Resolves #252 : Allow enabling tray icon in Linux
2018-04-16 19:18:28 +02:00
Abijeet
1242de532e
Adds support to toggle the sidebar.
...
Closes #183
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2018-04-15 21:20:39 +05:30
Laurent Cozic
ac07bf784d
Adding Dropbox sync to Electron app
2018-03-26 18:33:55 +01:00
Laurent Cozic
67608e29c8
Electron: Resolves #144 , Resolves #311 : Highlight search results and search in real time. Associated Ctrl+F with searching.
2018-03-19 23:04:48 +00:00
Laurent Cozic
aabb9be7de
Mobile: Resolves #285 : Create, edit and remove tags from notes
2018-03-16 20:17:52 +00:00
Laurent Cozic
544f93bf22
All: Handle deletion of resources that are not linked to any note
2018-03-16 17:39:44 +00:00
Laurent Cozic
c1bb51c12b
All: Finished service to clean up resources
2018-03-15 18:08:46 +00:00
Laurent Cozic
945018b698
All: Allow deleting and syncing deleted resources
2018-03-15 17:46:54 +00:00
Laurent Cozic
df7b981e5e
Merge branch 'master' into resource_cleanup
2018-03-15 18:19:06 +00:00
Laurent Cozic
9e0bf1acb2
Mobile: Fixes #299 : App freezes when connecting to OneDrive login page while internet connection is down
2018-03-14 23:17:02 +00:00
Laurent Cozic
c9e130a771
Merge branch 'master' into resource_cleanup
2018-03-14 17:41:06 +00:00
Laurent Cozic
26331f61e1
Electron: Resolves #298 : Removed extraneous first characters from auto-title
2018-03-14 17:37:47 +00:00
Laurent Cozic
f595be07d4
Adding service to keep track of note resources associations
2018-03-12 23:40:43 +00:00