-
Notifications
You must be signed in to change notification settings - Fork 6
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
Showing
1 changed file
with
18 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# outliner | ||
Outliner | ||
============ | ||
|
||
<img src="https://raw.githubusercontent.com/setpixel/outliner/master/img/outlinerlogo.png"> | ||
|
||
Quickly outline the shit out of some stuff! | ||
|
||
|
||
You can try the current version here: http://outliner.setpixel.com/ | ||
|
||
Basically, it's for sequencing story ideas as quickly as possible. When you write a story, you can add a bunch of nodes or scenes to quickly outline the idea. Then you can use that as a scaffold when you write the full story/screenplay/document. | ||
|
||
ENTER: add a node | ||
TAB: change node type | ||
Arrow up and down: change selection | ||
COMMAND+ Arrow: change order | ||
|
||
I'm writing this in all vanilla JS, trying not to use any backend code. | ||
I'm using Google Drive Realtime API, and AWS SDK. |