Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xeust/knotro


https://github.com/xeust/knotro

deta fastapi

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

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/)