Zettelkasten
- Install Neo4j. Create a project called "Mesh," install the APOC plugin and take note of the username and password
cd api && cp config.json.sample config.json
and fill in the username and password of the Neo4j database you just created into theconfig.json
fieldscd api/ && npm run dev
You should now be able to go tohttp://localhost:4000/graphql
to make some graphql queries. See theapi/src/__fixtures__/
folder for example queries and mutations
cd ui && npm run dev
This should start an electron app
- https://gqless.dev/
- ProseMirror and Remirror