Skip to content
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

Update 2022-02-23-Snap.md: grammar #90

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions _posts/how-to/2022-02-23-Snap.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ tags: [snap, linux]
typora-root-url: ../../
---

## Install Typora via Snap
## Install Typora via Snap

Typora provides a [snap installer](https://snapcraft.io/typora), you could install it via command line:
Typora provides a [Snap installer](https://snapcraft.io/typora), which you can install via the command line:

```sh
snap install typora
```
```

Or simply click [this link](snap://typora) to install it in Desktop Store.
Or simply click [this link](snap://typora) to install it from the Desktop Store.

Snap version has both x64 and arm arch support.
The Snap version supports both x64 and ARM architectures.

If you do not have snap installed, please follow <https://snapcraft.io/docs/installing-snapd> to install snap support.
If you do not have Snap installed, please follow the instructions at <https://snapcraft.io/docs/installing-snapd> to enable Snap support.

## Limitations for the Snap version
## Limitations of the Snap version

- Snap version is sandboxed.
- Snap version only have access to your home folder (`~/`) and removable media (`/media`).
- Snap version cannot execute binaries under `/usr/bin/` and `/usr/local/bin`, because it only have access to your home folder (https://forum.snapcraft.io/t/system-files-request-for-typora-snap-app/28740).
- The snap version includes pandoc, which can be used by Typora, but isolated to your system.
- If you need to run other commands for export, upload image, etc, you will need to install, or put or link those binaries under your home folder (`~/`).
- The Snap version is sandboxed.
- The Snap version only has access to your home folder (`~/`) and removable media (`/media`).
- The Snap version cannot execute binaries located in `/usr/bin/` and `/usr/local/bin` because it only has access to your home folder ([source](https://forum.snapcraft.io/t/system-files-request-for-typora-snap-app/28740)).
- The Snap version includes Pandoc, which can be used by Typora but remains isolated from your system.
- If you need to run other commands, such as exporting files or uploading images, you must install, move, or link those binaries inside your home folder (`~/`).