Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xeust/knotro
https://github.com/xeust/knotro
deta fastapi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xeust/knotro
- Owner: xeust
- License: mit
- Created: 2020-05-04T11:28:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-22T15:18:40.000Z (about 1 year ago)
- Last Synced: 2024-07-28T21:56:53.979Z (4 months ago)
- Topics: deta, fastapi
- Language: JavaScript
- Homepage:
- Size: 661 KB
- Stars: 128
- Watchers: 3
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-deta - yarc - bi-directional notes. (Apps & Examples / Worker)
README
## Knotro
### General Info
*Knotro* gives you a "box" of notes. It is a minimal micro-homage to the bi-directional linking in tools like Roam Research, Obsidian, etc.
### Deployment / Usage
Knotro is running on [Deta Space](https://deta.space/discovery/@max/knospace).
It could, with little modification, be configured to run elsewhere (it's a FastAPI app), but a database is needed.
### Other Info
The `app` directory contains the app
### Libraries Used
- [FastAPI](https://fastapi.tiangolo.com/)
- [Jinja2](https://jinja.palletsprojects.com/en/2.11.x/)
- [Bleach](https://bleach.readthedocs.io/en/latest/clean.html)
- [Deta](https://www.deta.sh/)
- [hyperapp](https://github.com/jorgebucaran/hyperapp)
- [Showdown](http://showdownjs.com/)
- [CodeJar](https://github.com/antonmedv/codejar)
- [highlightjs](https://highlightjs.org/usage/)