Caleb John
415e7b84da
Desktop: Change localeCompare functiion for tags ( #1811 )
...
* change localeCompare functin for tags
* Fix spacing
2019-08-29 17:36:53 +01:00
Laurent Cozic
086f9e1123
Started applying config to Electron app
2019-07-29 14:13:23 +02:00
Laurent Cozic
7eebd544d6
Fixed eslint
2019-07-29 12:55:50 +02: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
f7203ed7e2
Desktop: Fixes #1720 : Fixed issue with certain commands being repeated in some cases
2019-07-13 16:57:33 +01:00
Caleb John
799ad5f1da
Desktop: Improved tag dialog to make it easier to add and remove tags ( #1589 )
2019-06-07 23:33:06 +01:00
Laurent Cozic
a13ba63ab8
Desktop: New: Added option to open development tools, to make it easier to create custom CSS
2019-06-05 17:41:30 +01:00
Laurent Cozic
316a52bbc2
All: Improved workflow of downloading and decrypting data during sync
2019-05-28 22:05:11 +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
Laurent Cozic
29582623b0
Revert "Desktop: Improved: Removed gaps between note list and vertical resizers ( #1464 )"
...
This reverts commit d6e59c5238
.
2019-04-29 07:28:16 +01:00
Luis Orozco
d6e59c5238
Desktop: Improved: Removed gaps between note list and vertical resizers ( #1464 )
2019-04-28 14:23:17 +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
96a1546da1
Desktop: Improved search - when clearing search, stay on current item. When clicking on notebook name, jump to note within notebook. Improved toolbar layout.
2019-03-15 21:57:58 +00:00
Laurent Cozic
54f0fbcf6b
Desktop: Fixes #1329 : Could not edit created and updated time anymroe
2019-03-12 21:52:23 +00:00
Laurent Cozic
b0596670a6
Revert "New tag adding dialogue ( #1206 )"
...
This reverts commit 229dd7a6dd
.
2019-02-24 18:04:25 +00:00
Helmut K. C. Tessarek
4845a21287
change notebook icon in toolbar and search result ( #1252 )
...
see f6f0bcf1c3
2019-02-24 11:10:55 +00:00
Caleb John
229dd7a6dd
New tag adding dialogue ( #1206 )
...
* Update tag adding dialogue
- use datalist to autocomplete tags
- display tags with TagList
* Move the tagItem highlight color to theme.js
2019-02-24 10:55:19 +00:00
Laurent Cozic
81e4cd319d
Desktop: Allow resizing left panels
2019-02-16 01:12:43 +00:00
Laurent Cozic
9c1219b188
Desktop: Use arrow to move between items, and added shortcuts to focus different elements
2019-01-26 18:04:32 +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
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
Abijeet
48883bfa13
Adds functionality to allow for renaming of tags.
...
Towards #374
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2018-05-20 13:09:32 +05:30
Laurent Cozic
984dd6f2c0
Electron: Rotate sidebar icon when it is hidden
2018-04-16 15:32:33 +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
de409b632a
Merge branch 'master' into highlight-search
2018-03-23 17:25:20 +00:00
Laurent Cozic
a677b2e844
Electron: Fixes #318 , Fixes #317 : ENEX: Improved handling and rendering of plain text links. Improved detection and import of resources. Improved import of tables.
2018-03-23 17:59:18 +00: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
4046a51472
Electron: Handle import export
2018-02-27 20:04:38 +00:00
Laurent Cozic
4218b65969
Electron: Added several keyboard shortcuts
2018-02-16 18:08:02 +00:00
Laurent Cozic
c52da82447
Electron: Fix: Don't allow adding notes and to-do to conflict notebook
2018-01-31 20:19:11 +00:00
Laurent Cozic
1fd1a73fda
Electron: Improved the way new note are created, and automatically add a title. Made saving and loading notes more reliable.
2018-01-12 19:58:01 +00:00
Laurent Cozic
70b03971f6
All: Fixed handling of unloaded master key
2017-12-22 18:50:27 +00:00
Laurent Cozic
6683da804b
All: Fixed various issues regarding encryption and decryptino of resources, and started doing GUI for Electron app
2017-12-21 20:06:08 +01:00
Laurent Cozic
e9bb5bee9d
All: Better handling of encrypted data on UI side and prevent modification of encrypted notes
2017-12-14 20:21:36 +00:00
Laurent Cozic
5bc72e2b44
All: Decryption worker and handling of missing master key passwords
2017-12-14 18:53:08 +00:00
Laurent Cozic
df05d04dad
All: Made model naming more consistent
2017-12-14 18:12:14 +00:00
Laurent Cozic
7008daf92a
All: Improved handling of empty links when importing ENEX files. Fixed minor layout issues in Electron app
2017-12-07 00:57:36 +00:00
Laurent Cozic
c703521b6c
All: Handling of unsyncable items
2017-12-05 18:56:39 +00:00
Laurent Cozic
4d5c4b1743
Electron: started unsynchronisable items UI
2017-12-04 23:57:13 +00:00
Laurent Cozic
aef2e4845d
Electron: Fixes #32 : Error when manually input alarm date
2017-12-01 21:55:02 +00:00
Laurent Cozic
ede1ed8b22
macOS: Allow BACKSPACE instead of DELETE in CLI app
2017-12-01 18:56:35 +00:00
Laurent Cozic
52cb10dd4e
Electron: added toolbar and fixed various state issues
2017-11-29 23:03:10 +00:00
Laurent Cozic
9a40851c77
Electron, Mobile: Created alarm service and drivers
2017-11-27 22:50:46 +00:00
Laurent Cozic
acc4eb5d28
Mobile: Allow selecting, deleting and moving multiple notes
2017-11-23 18:47:51 +00:00
Laurent Cozic
6f88c025f5
Update locale
2017-11-17 23:33:20 +00:00
Laurent Cozic
409f2ca98d
Electron: search
2017-11-17 18:57:27 +00:00
Laurent Cozic
5098c03264
Allow setting extra flags and renaming folder
2017-11-16 18:51:11 +00:00
Laurent Cozic
7177ca21c9
Many changes and improvements
2017-11-13 00:23:12 +00:00
Laurent Cozic
f9a06bb5b9
Electron: Save state of editor/viewer toggle
2017-11-12 17:02:20 +00:00