Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tk04/marker
A Desktop App for Easily Viewing and Editing Markdown Files
https://github.com/tk04/marker
markdown tauri typescript
Last synced: 1 day ago
JSON representation
A Desktop App for Easily Viewing and Editing Markdown Files
- Host: GitHub
- URL: https://github.com/tk04/marker
- Owner: tk04
- License: mit
- Created: 2024-02-27T22:01:34.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-06-17T01:00:25.000Z (6 months ago)
- Last Synced: 2024-12-20T05:03:15.211Z (8 days ago)
- Topics: markdown, tauri, typescript
- Language: TypeScript
- Homepage: https://marker.pages.dev
- Size: 1.6 MB
- Stars: 1,089
- Watchers: 8
- Forks: 40
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Marker
An open-source, user-friendly UI for viewing and editing markdown files
## Download
Navigate to the [release page](https://github.com/tk04/Marker/releases) and select the installer that matches your platform.
#### Using Hombrew
```bash
$ brew install --cask tk04/tap/marker
```#### [AUR](https://aur.archlinux.org/packages/marker-md) for Arch Linux
##### Using `paru`
```bash
$ paru -S marker-md
```##### Using `yay`
```bash
$ yay -S marker-md
```## Building Locally
To build Marker locally, clone this repo and run the following commands (make sure to have Rust already installed on your system):
```sh
$ pnpm install && npx tauri build
```## Contributing
If you feel that Marker is missing something, feel free to open a PR. Contributions are welcome and highly appreciated.