satellitecomponent / Neurite

Fractal Graph-of-Thought. Experimental Mind-Mapping for Ai-Agents, Web-Links, Notes, and Code.
https://neurite.network/
MIT License
1.01k stars 80 forks source link

Refine Node Types #46

Open satellitecomponent opened 4 months ago

satellitecomponent commented 4 months ago

While I am about to implement a whole range of types of nodes within the text nodes themselves via syntax highlighting, refactoring the way in which nodes are defined has a number of downstream benefits.

image

anubhavprabhakar commented 4 months ago

Why is this marked as good first issue? I'd like to understand this problem and give you a helping hand.

satellitecomponent commented 4 months ago

@anubhavprabhakar

While not a simple issue, working on it would provide one with a deep understanding of the code, both in its existing implementation, as well as in what ever higher level abstraction they develop.

The two main goals would be to simplify saving/reduce save file size, and more importantly to provide an easier way for less familiar users to template custom node types.