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

markdown-folding

Folds and unfolds markdown headings
  • #markdown
JoseBlanca
11,268
23
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

markdown-folding package

It folds and unfolds markdown sections following the headers.

This package is inspired by the package markdown-foler, but unfortunately after Atom 1.9.0 that package stop working and I reimplemented some of its functionality.

Commands:

  1. 'markdown-folding:cycle': => Cycle heading at cursor (Show headings of subsections - collapse all - show all)
  2. 'markdown-folding:foldall-h1': => Fold all h1 headings
  3. 'markdown-folding:foldall-h2': => Fold all h2 headings

Suggested bindings (not implemented, use in your personal settings if you like):

'atom-text-editor[data-grammar="source gfm"]:not([mini])':
  'tab':        'markdown-folding:cycle'

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