Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/treehousedev/treehouse
https://github.com/treehousedev/treehouse
deno frontend javascript knowledge-graph mithriljs note-taking notes org-mode organizer outliner productivity self-hosted typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/treehousedev/treehouse
- Owner: treehousedev
- License: mit
- Created: 2022-12-17T19:32:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T22:12:58.000Z (6 months ago)
- Last Synced: 2024-10-28T12:17:17.577Z (3 months ago)
- Topics: deno, frontend, javascript, knowledge-graph, mithriljs, note-taking, notes, org-mode, organizer, outliner, productivity, self-hosted, typescript
- Language: TypeScript
- Homepage: https://treehouse.sh
- Size: 3.58 MB
- Stars: 154
- Watchers: 5
- Forks: 12
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mithril - Treehouse - Lightweight outliner app built with Deno and Mithril. Use in the browser or build your own custom app. (Uncategorized / Uncategorized)
- awesome-starred - treehousedev/treehouse - (frontend)
README
# treehouse
Bring your own backend Tana-style frontend. Actively being developed.
![Screenshot](https://treehouse.sh/photos/screenshot-small.png)
* Outline editor and repurposable workbench shell.
* Built with [Deno](https://deno.land/) toolchain. Zero Node.js utilization.
* Minimal dependencies, mainly [Mithril.js](https://mithril.js.org/).## Demo
This project is meant as a frontend toolkit for your own note-taking app,
but we're maintaining a usable [live demo](https://treehouse.sh/demo/)
based on the current state of the main branch.## Development
Contribute by [installing Deno](https://deno.land/[email protected]/getting_started/installation),
cloning the repo, and running:```
deno task serve
```This will run a development server for the project site that includes the
demo, which you can use for development.## Community
* [Devstream](https://www.twitch.tv/progrium) - Majority of development is streamed live on Twitch
* [Devlog](https://github.com/treehousedev/treehouse/discussions/categories/devlog) - Devlog updates about development
* [Forums](https://github.com/treehousedev/treehouse/discussions) - Basic discussion on GitHub## License
MIT