markdown-folder icon indicating copy to clipboard operation
markdown-folder copied to clipboard

Atom package that folds and unfolds markdown headings

Results 7 markdown-folder issues
Sort by recently updated
recently updated
newest added

Using "v1.18.0/atom-mac.zip". When I hit tab on a heading, it takes the heading and a bunch of text below (but not all of it) and folds it. ![atom-markdown-fold](https://user-images.githubusercontent.com/596814/29038547-08d16b76-7b76-11e7-8d6c-55b30e672f46.gif) If I...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.18.0 x64 **Electron**: 1.3.15 **OS**: Unknown Windows version **Thrown From**: [markdown-folder](https://github.com/melke/markdown-folder) package 0.5.0 ### Stack Trace Uncaught TypeError: Cannot read property...

When I toggle folding I see the last line rather than the title itself, e.g. if I have # head1 line1 line2 line3 Then after folding I see `> line3`

used to work great and now it's unusable without being able to see the title

When trying to toggle a fence code, if there's no langage set it does not work: `````` ```js work ``` ``` does not work ``` ``````

Great plugin. One thing I would like to have, even as an option - don't show blank lines when cycling through headings. Often it appears something along the lines of:...

How about a command for "fold all current"? Would be nice to be able to get a quick bird's eye view with one key command wherever you are... Thanks!

enhancement