-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Title is not displayed after folding #19
Comments
+1 Everything seems cool in v1.8.0, but I'm seeing the same behavior in v1.9.0-beta0. |
Same problem here since 1.9.0 |
I've asked to the Atom folk about the problem here. |
I really need this package, so I've tried to implent some of its funcionallity. |
I too am finding the package unusable now, but it is crucial for my workflow. The package author hasn't responded here at all since June. Is the package maintained still or has s/he abandoned it? |
I'm sorry for the neglect. I wasn't getting Github's notifications. I don't have access to my machine until the middle of the week. If someone finds a fix before I get to it, you can always post a PR. |
The problem originated because there was a change in Atom's folding API. Now you can fold a section of a line. |
Thanks @JoseBlanca, Folding markdown is the reason I install |
@JoseBlanca unfortunately your package didn't work for me but appreciate the effort! Would be really really great if owner could debug this small but clutch feature. Thanks! |
I just pushed a few changes that attempts to fix this. They were not big changes. Let me know if it works. All of the tests are broken. I think it's unrelated. I didn't write the tests, so it may take a bit to fix those. In the near term, we may have to release a version with broken tests. |
Awesome, we all very much appreciate your efforts in resolving this. Unfortunately, the issue still persists for me. If you need it, I am happy to help you bug test. |
Does it act any differently? Did you use git to manually pull in the latest On Friday, September 16, 2016, Orebeer [email protected] wrote:
|
Sorry! It works now THANKS SO MUCH! Nota bene for others wanting to manually install from Terminal:
|
Could we get the changes without using git, just by using the atom install? |
Of course, but I wanted to take a stab at fixing the tests first. |
Is this fix still working? I thought I had it working, but it's acting funny for me. Unfortunately, I'm not able to access my machine where I originally made the change. |
Yes it still works for me using GitHub Markdown. |
In case it helps, try adding this to your keymap:
|
It still does not work for me but I have the version from "atom install". That may be why. |
works for me in Atom 1.11.1 installing from a fresh clone following #19 (comment) |
Fixes the header problem for me in Atom 1.12.7, but now cmd-k cmd-0 doesn't unfold properly on any header except the bottom one. |
it did not work for me using the regular installation, but worked from a fresh cloning, as suggested by @Orebeer. |
I found and installed the package on 1.15.0 using Atom > Preferences > Install (on OS X) and I'm seeing the same "last line instead of heading" behavior. I'll try a clone as per above. I then tried uninstalling markdown-folder and installing from GitHub using the instructions in #19. That works, but it appears to break the ability to see some of the packages that I have installed. I see a blue "Loading packages" bar for Git Packages and for Deprecated Packages. Checking for Updates results in a red message "Fetching outdated packages and themes failed." The Show output… link displays a message of "undefined." I didn't check updates before doing the Git install so I'm not positive that the markdown-folder install is implicated. @lincolnfrias do checking for Updates and viewing installed Packages work for you? |
Not working for me, in that I'm getting the last line instead of first line as a fold label. Did the git pull for the latest version thing, but is that still relevant? ETA: Atom 1.17.2 |
@DouglasUrner very sorry for the delay, I missed the notification. Yes, the checking for updates and viewing installed packages works fine for me. But my setup is different from yours, I am on ubuntu and atom 1.17. |
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
The text was updated successfully, but these errors were encountered: