Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vangberg/skrift
A personal note-taking app
https://github.com/vangberg/skrift
Last synced: 26 days ago
JSON representation
A personal note-taking app
- Host: GitHub
- URL: https://github.com/vangberg/skrift
- Owner: vangberg
- Created: 2019-12-28T11:07:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T13:47:14.000Z (30 days ago)
- Last Synced: 2024-12-12T14:34:21.626Z (30 days ago)
- Language: TypeScript
- Homepage: https://harry.vangberg.name/posts/2021-12-30-note-workflows-in-skrift/
- Size: 4.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skrift
A personal note-taking app. See my post [Note Workflows in Skrift](https://harry.vangberg.name/posts/2021-12-30-note-workflows-in-skrift/)
for the rationale behind Skrift.## Development
- `asdf` is used for version management.
- `npm run start` will start the app in dev mode.## Tests
- `npm run test` will run the tests.
## Build and release
- `npm run build && npm run dist && npm run publish`
## Notarizing on Mac
```bash
export AC_USERNAME=# https://support.apple.com/en-us/HT204397
export AC_PASSWORD=npm run notarize
```### Check if app has been notarized
```
spctl -a -v dist/mac/Skrift.app
```