Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vslinko committed Mar 22, 2021
0 parents commit c883dcc
Show file tree
Hide file tree
Showing 11 changed files with 1,196 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/node_modules/
/main.js
23 changes: 23 additions & 0 deletions README.md
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.
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c883dcc

Please sign in to comment.