-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c883dcc
Showing
11 changed files
with
1,196 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/node_modules/ | ||
/main.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Obsidian Outliner | ||
|
||
Work with your lists like in Workflowy or RoamResearch. | ||
|
||
## Demo | ||
|
||
![Demo](demo.gif) | ||
|
||
## Supported hotkeys | ||
|
||
- `Tab`, `Shift-Tab` - Change item and subitems indent. | ||
- `Cmd-ArrowUp`, `Cmd-ArrowDown` - Expand / collapse. | ||
- `Cmd-Shift-ArrowUp`, `Cmd-Shift-ArrowDown`, - Move item and subitems. | ||
- `ArrowDown`, `ArrowUp`, `ArrowLeft`, `ArrowRight`, `Cmd-ArrowLeft`, `Cmd-Shift-ArrowLeft` - Move cursor within list content. | ||
- `Cmd-Backspace` - Delete item content without deleting item. | ||
- `Backspace` - Delete item. | ||
- `Enter` - Create new item down below. | ||
|
||
## Todo | ||
|
||
- Multi-item workflow. | ||
- Support other types of lists (currenly supported only `\t*- `). | ||
- Tests. |
Oops, something went wrong.