Commit Graph

159 Commits

Author SHA1 Message Date
Mo Bitar
a76f725f7f keymanager, syncmanager 2017-01-25 15:52:03 -06:00
Mo Bitar
13e6ac59a9 sync providers wip 2017-01-24 20:55:55 -06:00
Mo Bitar
c656024959 Merge branch 'levlaz-fix_tab_v3' 2017-01-24 09:00:52 -06:00
Lev Lazinskiy
d6e743a7b2 Fix space 2017-01-23 22:55:51 -08:00
Lev Lazinskiy
64468909c1 Handle Shift Key
If Shift + Tab is pressed, this event is not fired and instead
the cursor moves to the previous field (i.e default browser behavior)
2017-01-23 22:50:39 -08:00
Lev Lazinskiy
2908b5d5d7 Reset the cursor
Once tab key is pressed, place the cursor 4 spaces away from
the location where the tab key was pressed.

This handles the case of when a tab key is pressed in the middle of
an existing note and the cursor was placed at the end of the document.

fix https://github.com/standardnotes/web/issues/50
2017-01-23 22:13:55 -08:00
Mo Bitar
dcf9291fce limit log size 2017-01-22 11:17:44 -06:00
Mo Bitar
e06b98059f note preview, closes #1 2017-01-21 19:35:26 -06:00
Mo Bitar
a5976b0416 Merge pull request #47 from standardnotes/tags
Tags
2017-01-21 18:57:36 -06:00
Mo Bitar
f7d9cb594d ng-blur 2017-01-21 18:57:01 -06:00
Mo Bitar
b9160e01fd logs 2017-01-21 18:53:50 -06:00
Mo Bitar
8e6a00b8d9 tags input in editor, #41 2017-01-21 18:51:56 -06:00
Mo Bitar
80f784e47a bundle 2017-01-21 16:46:09 -06:00
Mo Bitar
1a9abe8fc3 Merge pull request #46 from standardnotes/context-ext
Context ext
2017-01-21 16:44:15 -06:00
Mo Bitar
c23b7747bf let in for loop, dismiss menu on note change 2017-01-21 15:41:29 -06:00
Mo Bitar
6f0eb66c33 load ext in context of item 2017-01-21 10:23:13 -06:00
Mo Bitar
21530b009e Merge pull request #45 from levlaz/karma_testing_spike
First pass at testing
2017-01-21 08:06:45 -06:00
Lev Lazinskiy
40a833e557 Add haml to dev dependency 2017-01-20 14:14:28 -08:00
Lev Lazinskiy
3262d1f050 Update README with CI status badge 2017-01-20 14:01:57 -08:00
Lev Lazinskiy
3d2e571efa First pass at testing
- Unit/Integration(ish) tests for Home Controller
- Simple test for the date filter
- Dependencies for Karma and Jasmine
- circle.yml file for CI
2017-01-20 13:58:10 -08:00
Mo Bitar
dd49a0169d Merge pull request #42 from levlaz/fix_tab_input
Only handle tab key inside of editor
2017-01-19 23:55:22 -06:00
Lev Lazinskiy
3f3b808286 Remove extra space before window 2017-01-19 21:40:43 -08:00
Lev Lazinskiy
e1eac39ed0 Fix spacing (for real this time) 2017-01-19 21:39:12 -08:00
Lev Lazinskiy
a4a6898526 fix spacing 2017-01-19 21:33:00 -08:00
Lev Lazinskiy
1b3eb1bbfd revert accidental removal of window keydown handler 2017-01-19 21:31:33 -08:00
Lev Lazinskiy
59018ed7c9 Fix refernce to the editor element 2017-01-19 21:27:46 -08:00
Lev Lazinskiy
56ce553d81 Fix minor formatting issues 2017-01-19 16:23:53 -08:00
Lev Lazinskiy
8d54b916eb Only handle tab key inside of editor
This refactors the controller a bit to insert 4 spaces when
a tab key is inserted inside of an editor, but in all other parts
of the app allow the user to use the tab key normally.

fix
https://github.com/standardnotes/desktop/issues/23
2017-01-19 16:20:52 -08:00
Mo Bitar
f904c84827 remove logs 2017-01-19 14:00:38 -06:00
Mo Bitar
9c523a3ec7 idb logs 2017-01-19 12:42:09 -06:00
Mo Bitar
12f4cfed00 idb logs 2017-01-19 12:40:02 -06:00
Mo Bitar
df8468b07d indent 2017-01-19 10:42:18 -06:00
Mo Bitar
9dec414dc4 Merge pull request #39 from dreamszl/dreamszl/autofocus
Auto focus on editor when switch to edit mode
2017-01-19 10:39:58 -06:00
Mo Bitar
59881008bf Merge pull request #36 from levlaz/tab_key
Insert 4 spaces when tab key is pressed
2017-01-19 10:30:32 -06:00
dreamszl
19e88c21ba Auto focus on editor when switch to edit mode 2017-01-19 20:34:11 +08:00
Lev Lazinskiy
ed658bd537 Insert 4 spaces when tab key is pressed
fix https://github.com/standardnotes/web/issues/26
2017-01-18 23:07:08 -08:00
Mo Bitar
e9774ad823 comment about encryption IV 2017-01-18 21:26:35 -06:00
Mo Bitar
2b55a4f6b0 log idb error 2017-01-18 19:51:21 -06:00
Mo Bitar
e5e5e4cc31 Merge pull request #35 from fdhoff/sort_tags_by_name
Sort tags by name
2017-01-18 19:16:05 -06:00
Foster Hoff
a8198c1643 sort by lowercase 2017-01-18 13:46:09 -08:00
Foster Hoff
c258f18667 insert tags by sorted titles 2017-01-18 13:07:06 -08:00
Foster Hoff
13e397a4ed add semicolons 2017-01-18 11:17:36 -08:00
Mo Bitar
dfe732e10e Merge branch 'master' of github.com:standardnotes/web 2017-01-16 18:13:56 -06:00
Mo Bitar
07c952ac89 handle sync error 2017-01-16 18:13:52 -06:00
Mo Bitar
fbbfccdfe6 replace includes with lodash 2017-01-15 20:32:43 -06:00
Mo Bitar
bbedad0fc5 json parse exception handling 2017-01-15 18:10:10 -06:00
Mo Bitar
32b709c689 edge detect wip 2017-01-15 17:56:24 -06:00
Mo Bitar
13cf04c7c1 remove textencoder dependency 2017-01-15 17:33:54 -06:00
Mo Bitar
e8ace18e28 crypto safety check 2017-01-15 17:04:14 -06:00
Mo Bitar
6838a20e86 crypto safety check 2017-01-15 17:00:19 -06:00