{"id":30176044,"url":"https://github.com/caledoniaproject/notes-local","last_synced_at":"2025-10-23T21:02:51.983Z","repository":{"id":301371228,"uuid":"1009038850","full_name":"CaledoniaProject/notes-local","owner":"CaledoniaProject","description":"Built my own editor—again—because why not be awesome? This time, it's privacy-first, powered by ElasticSearch, a Golang API server, and a React frontend.","archived":false,"fork":false,"pushed_at":"2025-06-26T14:23:35.000Z","size":1334,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-26T14:46:11.955Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CaledoniaProject.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-26T13:32:35.000Z","updated_at":"2025-06-26T14:04:52.000Z","dependencies_parsed_at":"2025-06-26T14:46:14.287Z","dependency_job_id":"7fb3a70a-32e4-44c1-aa28-e00bfd3ac02e","html_url":"https://github.com/CaledoniaProject/notes-local","commit_stats":null,"previous_names":["caledoniaproject/notes-local"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CaledoniaProject/notes-local","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaledoniaProject%2Fnotes-local","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaledoniaProject%2Fnotes-local/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaledoniaProject%2Fnotes-local/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaledoniaProject%2Fnotes-local/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CaledoniaProject","download_url":"https://codeload.github.com/CaledoniaProject/notes-local/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaledoniaProject%2Fnotes-local/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269987330,"owners_count":24508223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-12T02:19:10.613Z","updated_at":"2025-10-23T21:02:46.945Z","avatar_url":"https://github.com/CaledoniaProject.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📁 Local Notes\n\nI needed an editor to handle all my research and corporate documents—something that supports both basic Markdown and advanced features like mindmaps and flowcharts. **Draw.io** is perfect for procedural diagrams, and **Tiptap** gives me the rich editing foundation I want.\n\nI tried Notion, but it's sluggish (probably network issues), and I worry about lock-in or losing access to my data. Privacy is another big concern.\n\nSo, once again—why not build my own editor?\n\nThis project gives me full control:  \nI can tailor the workflow, customize ElasticSearch mappings for powerful search, and design every detail to fit my needs.\n\nIt also features a powerful document tree component, with search, filtering, and highlight support for matching titles. The result? Fast navigation straight to the leaf nodes. Awesome!\n\n---\n\n# ✨ Key Features\n\n## ✍️ Text Editor\n\n- **Rich Text Editing** with [Tiptap](https://tiptap.dev/)\n- **Draw.io Plugin** – Render and edit diagrams in place, double click to edit\n  \u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/drawio-1.jpg\" width=\"45%\" /\u003e\n    \u003cimg src=\"images/drawio-2.jpg\" width=\"45%\" /\u003e\n  \u003c/p\u003e\n\n- **Mindmap Plugin** – Edit and view mindmaps directly, double click to edit\n  \u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/mindmap-1.jpg\" width=\"45%\" /\u003e\n    \u003cimg src=\"images/mindmap-2.jpg\" width=\"45%\" /\u003e\n  \u003c/p\u003e\n\n- **Advanced Tables** – Context menus and smart table UX  \n  ![](images/table-context-menu.jpg)\n\n- **Multi-Column Layouts** – Inline column block support  \n  ![](images/columns.jpg)\n\n## 🌲 Tree View\n\nAdvanced document tree with search \u0026 filtering, and real-time highlighting of matches  \n![](images/tree-filter.jpg)\n\nInstant navigation to leaf nodes  \n![](images/search-jump.jpg)\n\n---\n\n# 🔐 Privacy First\n\nAll data stays in your infrastructure. No third-party tracking, no cloud lock-in.  \nBuilt from scratch to prioritize **security** and **data ownership**.\n\n---\n\n# 🛠️ Tech Stack\n\n| Layer    | Tech                                      |\n|----------|-------------------------------------------|\n| Editor   | Tiptap                                     |\n| Frontend | React + TypeScript + Vite + Tailwind UI    |\n| Backend  | Golang API + ElasticSearch                 |\n\n---\n\n# 🚀 How to Use\n\nThis repository only includes the **UI layer**.\n\nTo connect it to your backend:\n\n1. **Clone this project**\n2. Open `src/api.ts`\n3. Modify the API base URLs to match your own:\n   - API server endpoint\n   - Upload file server (if separate)\n4. Run the development server:\n\n  ```bash\n  npm install\n  npm run dev\n  ```\n\n  💡 The backend is not included FOR NOW. You are expected to bring your own API and storage implementation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaledoniaproject%2Fnotes-local","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaledoniaproject%2Fnotes-local","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaledoniaproject%2Fnotes-local/lists"}