1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
Commit Graph

67 Commits

Author SHA1 Message Date
Laurent Cozic
500fbc5294 Merge branch 'master' into encryption 2017-12-31 15:26:16 +01:00
Laurent Cozic
23722719f0
Merge pull request #82 from gabcoh/autocomplete
Added auto complete
2017-12-29 10:54:38 +01:00
Laurent Cozic
d499251206
Update app-gui.js
Invalidate root after inputting command
2017-12-29 10:39:50 +01:00
Laurent Cozic
ab959623aa CLI: Fixes #117: 'edit' command raising error in shell mode 2017-12-28 19:14:03 +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
df05d04dad All: Made model naming more consistent 2017-12-14 18:12:14 +00:00
Laurent Cozic
e44975622a CLI: Handling of password prompt 2017-12-12 18:17:30 +00:00
Gabe Cohen
671e538740 Contain autocomplete in StatusBarWidget.js
StatusBarWidget.js now imports app itself and gets command names.
app-gui.js no longer sets the autocomplete of StatusBarWidget itself.
2017-12-11 19:31:11 -06:00
Gabe Cohen
cda623a95c Added command auto complete
File based autocompletion is not yet implemented. This will require knowledge of
the command, and it's parameters. The autocomplete feture is pretty powerful
however, so this should not be very difficult to add.
2017-12-09 23:08:28 -06:00
Laurent Cozic
58bc708014 Merge branch 'master' of github.com:laurent22/joplin 2017-12-01 18:56:43 +00:00
Laurent Cozic
ede1ed8b22 macOS: Allow BACKSPACE instead of DELETE in CLI app 2017-12-01 18:56:35 +00:00
Laurent Cozic
9d984596cc CLI: fixed crash when inputting command without closed quote 2017-12-01 17:51:27 +00:00
Laurent Cozic
e4d48f43d6 Allow multiple selection 2017-11-22 18:35:31 +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
e3554c7aec Delete folders and tags 2017-11-08 21:22:24 +00:00
Laurent Cozic
7781fbad76 Changed import statements to require to reduce dependency to Babel 2017-11-03 00:09:34 +00:00
Laurent Cozic
494b9b01c1 Translation and rebuilt website 2017-10-30 22:43:11 +00:00
Laurent Cozic
f1123c3483 Added search shortcut 2017-10-30 18:39:20 +00:00
Laurent Cozic
a43f5a1b53 todo => to-do 2017-10-30 00:37:34 +00:00
Laurent Cozic
4ac86f52df Doc update and Android releas 2017-10-29 23:46:04 +00:00
Laurent Cozic
8dd844d79e Minor changes and updated doc 2017-10-29 15:41:30 +00:00
Laurent Cozic
9dd8268d44 Fixed prompt 2017-10-28 18:55:45 +01:00
Laurent Cozic
add1cb33bf Fixed scrolling and note loading issue 2017-10-28 18:44:28 +01:00
Laurent Cozic
269a77e5f3 Improved loading of notes 2017-10-28 18:07:10 +01:00
Laurent Cozic
aefeca66d5 Added demo and improved parsing of markdown URLs 2017-10-28 00:20:03 +01:00
Laurent Cozic
2900603a8a Handle strange OneDrive sync error 2017-10-26 22:57:49 +01:00
Laurent Cozic
bd8926958f Improved handling of external links and resources 2017-10-26 20:58:27 +01:00
Laurent Cozic
3532b7ae87 Fixed headless sync 2017-10-25 17:41:36 +00:00
Laurent Cozic
900aee82f0 Added more shortcuts and improved existing ones. Fixed bg color issue in status bar. 2017-10-24 22:52:13 +01:00
Laurent Cozic
372b70270d Cleaned up commands and enable only relevant ones in CLI mode 2017-10-24 22:37:36 +01:00
Laurent Cozic
89d85541ef Scroll to bottom of console after inputting command 2017-10-24 22:09:22 +01:00
Laurent Cozic
fed256753c Minor usability improvements 2017-10-24 21:22:57 +01:00
Laurent Cozic
47da5f24e9 Show overlay window while editing note 2017-10-24 20:52:26 +01:00
Laurent Cozic
13b4f3f4ea Display link to resources and display them via server. 2017-10-24 20:40:15 +01:00
Laurent Cozic
3cb52a4107 Fixed state handling issue when deleting note 2017-10-24 18:17:49 +00:00
Laurent Cozic
3de107d937 Fixed tag selection and made entered commands more visible 2017-10-23 23:11:50 +01:00
Laurent Cozic
b89746f6d3 Improved item list and implemented delete 2017-10-23 22:48:29 +01:00
Laurent Cozic
01d01b76cd Implemented search and fixed Redux update loop 2017-10-23 21:34:04 +01:00
Laurent Cozic
17b8df2abc Got tags working and fixed sync issue 2017-10-22 18:12:16 +01:00
Laurent Cozic
0ee82bd5ce Better handling of network errors and improved borders 2017-10-22 13:45:56 +01:00
Laurent Cozic
2675a89dda Fixed note sorting 2017-10-21 17:53:43 +01:00
Laurent Cozic
ad1c0f3958 Added command attach and support for non-gui mode 2017-10-19 23:02:13 +01:00
Laurent Cozic
1845a0105c Many improvements and bug fixes 2017-10-18 23:13:53 +01:00
Laurent Cozic
4db08d1a26 Minor fixes and improvements 2017-10-17 22:56:22 +01:00
Laurent Cozic
d4af90832b Cleaned up command processing logic and fixed a few bugs 2017-10-17 18:18:31 +01:00
Laurent Cozic
7d45e1000d Fixed status bar 2017-10-15 18:20:54 +01:00
Laurent Cozic
7e2b4f7da5 Changed console to status bar 2017-10-15 17:57:09 +01:00
Laurent Cozic
65ab55c031 Various changes 2017-10-14 22:44:50 +01:00
Laurent Cozic
dcacebf216 Fixed editing notes 2017-10-14 19:03:23 +01:00