super-productivity/docs/wiki/3.04-Short-Syntax.md
Corey Newton f9a328022d
docs(wiki): initial revision (v0.1)
Contains both a first-draft of content as well as
a comprehensive GH Action to replicate from
docs/wiki to the `.wiki` sub-repo. The linting is
non-blocking at the moment.

- the existing markdown linking appears reliably
rendered in GH but more testing needed.
- style guide for contributions/expectations needs
to be added to the wiki
- **a significant re-work of the README** to
re-direct users to the Wiki is needed to avoid
doc duplication
- updates to the PR templates and contributor
guidelines to emphasize the importance of adding
documentation is still needed
2026-01-20 03:04:08 -08:00

580 B
Executable file

Can be used when adding a task. Each of these can be disabled in 3.02-Settings-and-Preferences#global-settings.Short-Syntax.

  • # <tag-name>: add a tag to the task
    ("task-description #tag1")
  • <number>m or <number>h: set time-estimate for the task
    ("task-description 10m" or "task-description 5h")
  • @<time>: add due time to the task ("task-description @fri 10pm")
  • + <project-name>: add the task to an existing project
    ("task-description +Important Project")
  • Ctr + 2: toggle between moving the new task to the bottom and top of the list