Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akr4/jomai
A desktop search system specialized for Markdown files written in Rust.
https://github.com/akr4/jomai
markdown react rust tantivy tauri typescript vibrato
Last synced: about 1 month ago
JSON representation
A desktop search system specialized for Markdown files written in Rust.
- Host: GitHub
- URL: https://github.com/akr4/jomai
- Owner: akr4
- License: mit
- Created: 2023-06-01T23:25:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-01T23:26:57.000Z (over 1 year ago)
- Last Synced: 2024-04-16T11:07:35.766Z (7 months ago)
- Topics: markdown, react, rust, tantivy, tauri, typescript, vibrato
- Language: Rust
- Homepage: https://jomai.app
- Size: 2.79 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jomai
A desktop search system specialized for Markdown files written in Rust.
https://jomai.app/
![Screenshot](app/docs/assets/screenshot-main-light-en.png)
## Supported Languages
- English
- Japanese
- Planned: more languages## Setup Local Environment
### Setup Japanese Dictionary
```bash
just download-japanese-dictionary
```### Install dependencies
```bash
cd app
pnpm install
````### Run the app
```bash
pnpm tauri dev
```## Update licenses.html
```bash
just generate-license-html
```## Uninstall
1. Remove `${HOME}/Library/Application\ Support/app.jomai.jomai`.
2. Remove jomai.app from /Applications if you installed it there.## License
MIT
## Third-party Licenses
See [licenses.html](licenses/licenses.html).