j-krl
79c6eb5503
Added to docs and rewrote LinkSelector as ts file
2020-05-25 20:14:38 -06:00
j-krl
dbde239a25
formatting
2020-05-24 03:20:05 -06:00
j-krl
79e77b5a10
removed personal comments
2020-05-24 02:44:24 -06:00
j-krl
c3395133c9
automatic page scrolling, docs updated
2020-05-24 02:38:14 -06:00
j-krl
b1d073cdeb
next/prev link index is buggy on page change
2020-05-23 21:09:22 -06:00
j-krl
25d723b373
switched to class based implementation
2020-05-23 07:23:55 -06:00
j-krl
e9783d050b
I'm going to have to rewrite this entire thing...
2020-05-22 15:26:42 -06:00
j-krl
e1be1ead86
big link doesn't work but regular link does
2020-05-22 06:39:08 -06:00
j-krl
3e2570601f
app-gui
2020-05-22 05:48:27 -06:00
Laurent Cozic
a96734f5be
Revert "Tools: Added eslint rule arrow-parens"
...
This reverts commit 0b6f5581f0
.
It causes too many conflicts with pull requests.
2020-05-21 09:14:33 +01:00
Laurent Cozic
0b6f5581f0
Tools: Added eslint rule arrow-parens
2020-05-20 17:16:43 +01:00
Yuvaraj J
06eb389b21
CLI: Made layout configurable ( #3069 )
2020-05-09 16:12:09 +01:00
Laurent Cozic
d0d2bad7f4
Tools: Enforce and apply eslint rules prefer-const and no-var
2020-03-13 23:46:14 +00:00
Laurent Cozic
e648392330
Chore: Apply eslint rules
2019-09-19 22:51:18 +01:00
Laurent Cozic
15a42a3729
Chore: Apply eslint no-unused-vars eslint config and add TypeScript config
2019-09-12 22:16:42 +00:00
Helmut K. C. Tessarek
91aa3703d4
CLI: Fixes fatal error with cli 1.0.141 on start ( #1791 )
...
- updated terminal-kit to 1.30.0
- do not call method, if object does not exist
fixes #1778
2019-08-29 17:05:20 +01: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
49cbb254d0
CLI: Fixed link handling
2018-05-09 12:50:50 +01:00
Laurent Cozic
b07fe5cc34
CLI: Fixes #288 : Don't log commands in release versions
2018-03-14 17:28:41 +00:00
Laurent Cozic
55c5ddedf4
Revert "Applied prettier to code base"
...
This reverts commit c4f19465a6
.
2018-03-09 20:59:12 +00:00
Laurent Cozic
c4f19465a6
Applied prettier to code base
2018-03-09 17:49:35 +00:00
Laurent Cozic
45845f645d
Refactored Interop service to make export/import code more modular
2018-02-26 19:25:54 +00:00
Laurent Cozic
e4d477fb4c
CLI: Resolve #63 : Allow customizing shortcuts
2018-02-16 22:53:53 +00:00
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