• Text View
x
30
 
1
Welcome:
2
    - Todo.taskpaper knows about projects, tasks, notes, and tags.
3
    - Various enhanced views assist analysis and editing.
4
    - Delete this text when you are ready to start your own lists.
5
6
Special Features of Todo.taskpaper:
7
    - The CodeMirror view and interactive console are linked together.
8
        1. In the REPL try: outline.root.firstChild.setAttribute('data-done', '')
9
        2. In CodeMirror: change "Welcome" to "Introduction"
10
        3. In the REPL try: console.log outline.serialize()
11
    - The browser DevTools are also connected!
12
        1. In the REPL try: alert document.location
13
        2. Open the developer console (CTRL-SHIFT-J in Chrome)
14
        3. In the console try: outline.serialize()
15
    - Use the birch variable just like the docs:
16
        https://github.com/jessegrosjean/birch-outline/blob/master/doc/getting-started.md#node
17
18
19
To Create Items:
20
    - To create a task, type a dash followed by a space.
21
    - To create a project, type a line ending with a colon.
22
    - To create a tag, type '@' followed by the tag’s name.
23
To Organize Items:
24
    - To indent items press the Tab key.
25
    - To un-indent items press Shift-Tab.
26
    - To mark a task done add a "@done" tag.
27
To Fold, Focus, and Filter Items:
28
    - To fold/unfold an item click the arrow to the left of the item.
29
    - To focus on a single project...  @available(soon)
30
    - To filter your list...  @available(soon)
  • Console
| CoffeeScript v1.11.1
| https://github.com/Leftium/todo.taskpaper
|
| Quick Links:
| #WELCOME - Open sample with quick welcome/tutorial.
| #CHOOSE  - Open a file from your Dropbox.
| #NEW     - Open a new, blank document.
|
| help() for features and tips.
 
coffee> 
  • Link View
  • Welcome:
  • - Todo.taskpaper knows about projects, tasks, notes, and tags.
  • - Various enhanced views assist analysis and editing.
  • - Delete this text when you are ready to start your own lists.
  • Special Features of Todo.taskpaper:
  • - The CodeMirror view and interactive console are linked together.
  • 1. In the REPL try: outline.root.firstChild.setAttribute('data-done', '')
  • 2. In CodeMirror: change "Welcome" to "Introduction"
  • 3. In the REPL try: console.log outline.serialize()
  • - The browser DevTools are also connected!
  • 1. In the REPL try: alert document.location
  • 2. Open the developer console (CTRL-SHIFT-J in Chrome)
  • 3. In the console try: outline.serialize()
  • - Use the birch variable just like the docs:
  • github.com/jessegrosjean/⋯/getting-started
  • To Create Items:
  • - To create a task, type a dash followed by a space.
  • - To create a project, type a line ending with a colon.
  • - To create a tag, type '@' followed by the tag’s name.
  • To Organize Items:
  • - To indent items press the Tab key.
  • - To un-indent items press Shift-Tab.
  • - To mark a task done add a "@done" tag.
  • To Fold, Focus, and Filter Items:
  • - To fold/unfold an item click the arrow to the left of the item.
  • - To focus on a single project... @available(soon)
  • - To filter your list... @available(soon)