Skip to content

Atom Package that folds and unfolds markdown sections following the headers

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

JoseBlanca/markdown-folding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-folding package

It folds and unfolds markdown sections following the headers.

This package is inspired by the package markdown-folder, but unfortunately after Atom 1.9.0 that package stopped 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]), atom-text-editor[data-grammar="text md"]:not([mini])':
  'tab': 'markdown-folding:cycle'

About

Atom Package that folds and unfolds markdown sections following the headers

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published