• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

secondmemory

Second memory is a way to keep notes and journals inside of Atom editor using markdown format
  • #markdown
  • #org-mode
  • #todo
cavalheiro
0.4.4 226
0
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

What Is Second Memory?

Second memory is a way to keep note cards and journals inside of Atom editor, with markdown highlighting and some org-mode features.

Key maps

Main elements

Keystroke Behaviour
ctrl-1 Toggle Heading
ctrl-2 Toggle List
ctrl-3 Toggle Quote

Emphasis

Keystroke Behaviour
alt-b Bold
alt-i Italic
alt-s Strikethrough

Scope specific

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

Examples

Headings

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

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

Org-mode checkboxes

  * [ ] To do
  * [/] In progress
  * [o] blocked
  * [>] postponed (date)
  * [x] done
  * [-] canceled
  * [<] done before

License

This project has been released under the MIT license. Please see the LICENSE.md file for more details.

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by