Second memory is a way to keep note cards and journals inside of Atom editor, with markdown highlighting and some org-mode features.
Keystroke | Behaviour |
---|---|
ctrl-1 | Toggle Heading |
ctrl-2 | Toggle List |
ctrl-3 | Toggle Quote |
Keystroke | Behaviour |
---|---|
alt-b | Bold |
alt-i | Italic |
alt-s | Strikethrough |
When in a Heading
Keystroke | Behaviour |
---|---|
tab | Increase Heading |
shift-tab | Decrease Heading |
When inside a List
Keystroke | Behaviour |
---|---|
tab | Indent list item |
shift-tab | Outdent list item |
enter | Create new list item |
ctrl-alt-s | Star list item |
ctrl-alt-x | Create / update Org checkbox |
When selection is a heading, tab
and shift-tab
will decrease / increase heading size
Press tab
to decrease heading size:
# Heading -> ## Heading -> ### Heading
or shift-tab
to increase heading level:
### Heading -> ## Heading -> # Heading
Lists are lines that start with a *
or a -
, and list items must follow a correct identation, as per markdown standard.
- Item 1
- sub-item 1
- sub-item 2
- yet another sub-item
- Item 2
- sub-item 1
- sub-item 2
* [ ] To do
* [/] In progress
* [o] blocked
* [>] postponed (date)
* [x] done
* [-] canceled
* [<] done before
This project has been released under the MIT license. Please see the LICENSE.md file for more details.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.