Laurent Cozic
e2d5128624
Update README.md
...
More information on how to import notes into Joplin
2018-01-02 21:51:18 +01:00
Laurent Cozic
9074412472
Merge pull request #128 from tanrax/master
...
Update README with Importing from Standard Notes
2018-01-02 21:46:13 +01:00
Laurent Cozic
0db9c66317
Electron release v0.10.40
2018-01-02 21:28:56 +01:00
Laurent Cozic
b22211fada
All: Updated translations. Added Japanese and Chinese.
2018-01-02 21:27:38 +01:00
Laurent Cozic
79efac2f71
Merge pull request #130 from SamuelBlickle/master
...
Improved german translation
2018-01-02 21:22:27 +01:00
Laurent Cozic
9d7b7092f5
Merge pull request #132 from kcrt/master
...
Japanese localization
2018-01-02 21:22:14 +01:00
TAKAHASHI Kyohei
7e086a7730
Japanese localization
2018-01-02 14:17:39 +09:00
SamuelBlickle
3f810c71b0
improved german translations
2018-01-01 13:41:02 +01:00
Andros Fenollosa
86b86513d9
Update README with Importing from Standard Notes
2017-12-30 21:37:37 +01:00
Laurent Cozic
6a75451539
Merge pull request #120 from marcosvega91/fix_undo_note
...
Fix #119
2017-12-29 19:42:48 +01:00
Laurent Cozic
70a33f8533
CLI 0.10.84
2017-12-29 11:17:07 +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
Gabe Cohen
20632ae1c1
Correctly implement autocomplete menu with prefix
2017-12-24 12:27:25 -06:00
Gabe Cohen
3146273409
Improve autocomplete
...
All commands and sub commands should now autocomplete. Titles are now wrapped in spaces and quoted titles are now properly parsed.
2017-12-22 19:48:56 -06:00
marcosvega91
38c050b47e
Removed duplicate editor variable
2017-12-22 15:43:01 +01:00
marcosvega91
0bf5c9ebdd
Fix #119
...
Fix the bug that permit to undo changes from different notes.
I save the editor instance into the state and in the componentWillReceiveProps i reset the undo state
2017-12-22 14:48:44 +01:00
Laurent Cozic
0926755635
Create README_debugging.md
2017-12-17 18:54:29 +01:00
Laurent Cozic
75f8234db5
All: Added Russian translation. Thanks @rtmkrlv
2017-12-17 12:34:56 +01:00
Laurent Cozic
b8e85e1587
Merge pull request #106 from rtmkrlv/russian-locale
...
Russian localisation
2017-12-17 11:33:34 +00:00
Laurent Cozic
b6add857f9
Merge branch 'master' of github.com:laurent22/joplin
2017-12-17 12:30:47 +01:00
Laurent Cozic
4e41731c08
All: Updated translations
2017-12-17 12:30:32 +01:00
rtmkrlv
6ac3b8a8f9
Add files via upload
...
Russian localisation for Joplin. 100% done, but some corrections may be required.
2017-12-16 20:41:04 +02:00
Gabe Cohen
4756238821
Remove unused import
2017-12-15 06:39:50 -06:00
Laurent Cozic
7ab2b11c9d
Update README.md
...
Updated list of supported languages
2017-12-15 10:07:55 +00:00
Laurent Cozic
1eb1c5914c
Merge branch 'master' of github.com:laurent22/joplin
2017-12-15 08:46:39 +00:00
Laurent Cozic
5780951f7d
Updated translations
2017-12-15 08:46:30 +00:00
Laurent Cozic
67e790e393
Merge pull request #95 from tbroadley/fix-typos
...
Fix typos
2017-12-15 07:21:26 +00:00
Thomas Broadley
0d472486ca
Fix typos
2017-12-14 19:10:47 -05:00
Gabe Cohen
39c73e1649
Improve autocompletion
...
1. Removed autocomplete menu because it lists the entire line, not just what is
being autocompleted.
2. Autocomplete positional args first unless cursor is at - then autocomplete
long options
3. Don't autocomplete an options that is already present.
4. Other fixes
2017-12-14 07:53:49 -06:00
Gabe Cohen
3bf9d01f0a
Remove unused code and retab
2017-12-14 07:01:00 -06:00
Gabe Cohen
89ef33f7ca
convert spaces to tabs
2017-12-13 21:25:18 -06:00
Gabe Cohen
f71fe9a1a6
Make autocomplete more intelligent
2017-12-13 21:13:43 -06: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
Laurent Cozic
2d218904d0
Merge branch 'master' of github.com:laurent22/joplin
2017-12-11 21:20:57 +00:00
Laurent Cozic
c3fbcb8feb
Update website
2017-12-11 21:20:49 +00:00
Laurent Cozic
64031ac6cf
Merge pull request #40 from Cogitri/german-locale
...
WIP: Add German (Germany) locale
2017-12-11 20:43:07 +00:00
Laurent Cozic
caae7f7cf8
CLI v0.10.83
2017-12-11 20:12:41 +00:00
Laurent Cozic
d56b247adf
Electron release v0.10.39
2017-12-11 20:09:38 +00:00
Laurent Cozic
11bdfbde61
Fixed Readme typo
2017-12-10 16:44:43 +00:00
Laurent Cozic
a59bf55c16
Electron: Fixes #3 : Paths with '.' would cause JSX compilation to fail
2017-12-10 16:06:43 +00:00
Laurent Cozic
043be1916c
CLI: Display welcome message the first time the app is run.
2017-12-10 15:56:12 +00:00
Laurent Cozic
42e34b5c3b
All: Fixes #87 : Show warningn when deleting notebook that contains notes.
2017-12-10 14:09:12 +00:00
Laurent Cozic
931083b2e2
Electron: Fixes #86 : App icon missing on Linux
2017-12-10 14:04:07 +00: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
0f343bccda
Electron: resolve #7 : Show storage location in Options screen
2017-12-08 21:51:59 +00:00
Laurent Cozic
a513f6f3f0
Merge branch 'master' of github.com:laurent22/joplin
2017-12-08 21:42:37 +00:00
Laurent Cozic
3b4809714e
iOS: version 0.10.6
2017-12-08 21:42:09 +00:00
Laurent Cozic
238b5ab9b9
CLI: version bump to fix Homebrew formula
2017-12-08 21:41:41 +00:00