atom/markdown-preview

How to uninstall

DutchPete opened this issue · 2 comments

Prerequisites

Description

I installed the markdown-preview package in Atom via the Preferences, and used the "install" button. I want to uninstall it but there is no such button. Please advise.

Steps to Reproduce

Expected behavior:

Actual behavior:

Reproduces how often:

Versions

Atom version 1.41.0, apm version 2.4.3, macOS 10.14.6 Mojave

Additional Information

Hi @DutchPete. You can uninstall a package in atom in one of two ways:
In the GUI, you can uninstall a package by searching for it in the packages tab of the settings, there should be an uninstall button there:
https://flight-manual.atom.io/using-atom/sections/atom-packages/#package-settings

At the command line, atom ships a CLI tool called apm, the atom package manager. You can apm install <package-name> and then later apm uninstall <package-name>:
https://github.com/atom/apm#installing

That said, markdown preview is a built in package. Built in packages cannot be installed or uninstalled, only disabled if you don't want the functionality. Were you thinking of a different package, like https://atom.io/packages/markdown-preview-plus?

Thanks for reaching out!

We require the template to be filled out on all new issues and pull requests. We do this so that we can be certain we have all the information we need to address your submission efficiently. This allows the maintainers to spend more time fixing bugs, implementing enhancements, and reviewing and merging pull requests.

Thanks for understanding and meeting us half way 😀