Skip to content

SDesya74/notes

Repository files navigation

Notes App

A PoC of a graph/tree based notes app. It's like a mind map or obsidian graph but with some chatbot-like features.

Features

  • Extending a topic (tree leaf)
  • Creating a new topic from a message
  • Moving between topics
    • Graph view
    • Loading to a bottom of a leaf or until a branch
    • Display variants of branches when a note with many children is last
  • Import, Export and saving in a local storage
  • Markdown support
  • Interactive markdown (checkboxes and plugins)
  • Hyperlinks with autocomplete
  • Design
    • Color and name for each topic
    • Good messages design
    • Pretty graph view
    • A better description of the design than “pretty” and “good”
    • Chat-like creation of notes
    • Obsidian-like creation of notes

Plans for the distant future

  • Full-featured "multiplayer" chat with topics and graph view
  • Mobile version

Developing

yarn dev

# or start the server and open the app in a new browser tab
yarn dev --open

Building

To create a production version:

yarn build