textmate / GitHub-Markdown.tmbundle

:octocat: GitHub Flavoured Markdown for TextMate
MIT License
40 stars 12 forks source link

Manual Installation in TextMate2 #22

Closed pilarArr closed 7 years ago

pilarArr commented 7 years ago

The manual installation in TextMate 2 does not longer work. The bundles are not located in /Application Support/Avian/. Supposedly new bundles are located in /Application Support/TextMate/Pristine Copy/Bundles but that doesn't work either

noniq commented 7 years ago

The current path for manually installed bundles is ~/Library/Application Support/TextMate/Bundles. I’ll update the README accordingly, thanks for noticing!

pilarArr commented 7 years ago

Hi @noniq, I tried installing the bundle there but it doesn't work either, the path ~/Library/Application Support/TextMate/Bundles is according to TextMate specs the path for the diff between the installed bundles and any changes you made to them.

Somewhere in the bottom it says that you should install new bundles in /Library/Application Support/TextMate/Bundles and not in ~/Library/... path but I haven't checked. I managed to get it working by installing it in ~/Library/Application Support/TextMate/Managed/Bundles.

noniq commented 7 years ago

~/Library/Application Support/TextMate/Bundles is used for customizations (diffs) of pristine bundles as well as for complete bundles. /Library/… works the same but affects TextMate for all user accounts instead of just your own. Finally, ~/Library/Application Support/TextMate/Managed/ is managed by TextMate and used to store the bundles you install via checking them in TextMate’s preferences. You should not change / add bundles there.

TL;DR: Installing into ~/Library/Application Support/TextMate/Bundles is the correct and recommended way, I’ve updated the readme accordingly. If it didn’t work for you there must have been another issue. Have you tried reverting everything to defaults?