Skip to content

TomHacker69/Obsidian.brain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Obsidian.brain — Second Brain Knowledge Graph Workspace

Obsidian.brain is a web-based second-brain workspace that helps users create, connect, and visualize notes as a knowledge graph.

The project is inspired by how the human brain connects ideas instead of storing information in isolated lists.


🚀 Features

  • Create, edit, and delete notes
  • Add tags to notes
  • Connect related notes manually
  • Auto-link notes using [[Note Title]]
  • View backlinks automatically
  • Visual knowledge graph using SVG
  • Search notes by title, content, and tags
  • Markdown support
  • AI-style smart suggestions based on tags and keyword similarity
  • Data persistence using LocalStorage
  • Clean modern dashboard UI

🧩 Problem Statement

Traditional note-taking apps store information in a linear way.
But human thinking is non-linear and connection-based.

Users often struggle to:

  • Find relationships between ideas
  • Remember connected concepts
  • Organize learning material visually
  • Discover hidden links between notes

💡 Solution

Obsidian.brain solves this by turning notes into a connected knowledge graph.

Each note acts as a node, and relationships between notes become edges.
Users can explore their thoughts visually, discover backlinks, and build a personal second brain.


🛠️ Tech Stack

  • HTML
  • CSS
  • JavaScript
  • LocalStorage
  • SVG Graph Rendering

📂 Project Structure

Obsidian.brain/
│
├── index.html
├── styles.css
├── script.js
└── README.md

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors