https://github.com/frostmiku/nole
A typst based editor & notebook application
https://github.com/frostmiku/nole
editor notebook typst
Last synced: 3 months ago
JSON representation
A typst based editor & notebook application
- Host: GitHub
- URL: https://github.com/frostmiku/nole
- Owner: FrostMiKu
- Created: 2023-12-05T05:13:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T08:32:42.000Z (about 1 year ago)
- Last Synced: 2024-11-30T21:29:54.232Z (3 months ago)
- Topics: editor, notebook, typst
- Language: TypeScript
- Homepage:
- Size: 4.63 MB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nólë
A typst based editor & notebook application
Build with: `Tauri + React + Typescript`
**Attention! run it before build!**
```sh
cp -r node_modules/@excalidraw/excalidraw/dist/excalidraw-assets public/
cp -r node_modules/@excalidraw/excalidraw/dist/excalidraw-assets-dev public/
```For windows:
1. create .env file
2. set VITE_OS = windows (Just for the path separator, currently)
```js
# define the OS [macOS, linux, windows]
VITE_OS = "windows"
```All APIs are exposed in the `src/lib/nole.ts`