{"id":13672780,"url":"https://github.com/danloh/mdSilo-web","last_synced_at":"2025-04-28T03:33:04.331Z","repository":{"id":37604180,"uuid":"433625641","full_name":"danloh/mdSilo-web","owner":"danloh","description":"In-browser knowledge base on top of local plain-text files","archived":false,"fork":false,"pushed_at":"2023-11-20T04:02:10.000Z","size":19018,"stargazers_count":249,"open_issues_count":5,"forks_count":18,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T02:41:59.174Z","etag":null,"topics":["knowledge-graph","knowledge-management","markdown","nextjs","note-taking","react","wysiwyg"],"latest_commit_sha":null,"homepage":"https://app.mdsilo.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danloh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-12-01T00:02:21.000Z","updated_at":"2025-01-25T08:04:41.000Z","dependencies_parsed_at":"2023-01-31T19:45:42.838Z","dependency_job_id":"4a3a7e19-00a2-4c70-9ef2-10b70abd6df0","html_url":"https://github.com/danloh/mdSilo-web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danloh%2FmdSilo-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danloh%2FmdSilo-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danloh%2FmdSilo-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danloh%2FmdSilo-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danloh","download_url":"https://codeload.github.com/danloh/mdSilo-web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251246394,"owners_count":21558762,"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","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":["knowledge-graph","knowledge-management","markdown","nextjs","note-taking","react","wysiwyg"],"created_at":"2024-08-02T09:01:47.994Z","updated_at":"2025-04-28T03:32:59.321Z","avatar_url":"https://github.com/danloh.png","language":"TypeScript","readme":"\n# mdSilo\n\nA local-first mind silo for storing ideas, thought, knowledge with a powerful writing tool,\nrunning fully in the browser. \n\n[Web App](https://mdsilo.com/app)   \n[Demo](https://mdsilo.com/app/demo)    \n[Discord](https://discord.gg/EXYSEHRTFt) \n\n## Features\n\n- All-In-One Editor: Markdown, WYSIWYG, MindMap... \n- Markdown and extensions: Diagram, Table, Math/Chemical, Code block(Highlight)...   \n- Slash commands, Hovering toolbar, hotkeys and more toolkits...   \n- Chronicle view, Graph view, Task view... \n- Full-text search; \n- Dark and Light Mode  \n- PWA  \n- On top of local plain-text files. No install required, no registration required, no privacy issue. \n\nIf your browser doesn't support local file system APIs, you'll still be able to open individual local files or import JSON file exported from mdsilo desktop app. \n\nSince mdSilo Web app is running completely within the browser, some experiences will naturally be more constrained, when compared to the desktop app. For example, we cannot attach local images or files, no relative path to image/file support and no folder management. \n\nHowerver, we can also benefit from the browser environment, for example, we can export our writing to PDF via the `Print` in browser and we can run mdsilo on mobile as mdsilo web is also a PWA(Progressive Web App). \n\nAnd, BTW, [Desktop App is here](https://github.com/mdSilo/mdSilo/releases) \n\n## Tech Stack\n\n- Editor Framework: [ProseMirror](https://prosemirror.net/)      \n- Frontend Framework: [React](https://reactjs.org/) and [Nextjs](https://nextjs.org/)\n\n## Road map \n\n- Markdown\n  - [X] Style: **Bold**, *Italic*, ~~Strikethrough~~, `Inline Code`\n  - [X] Link: [mdSilo](https://mdsilo.com) and \u003chttps://mdsilo.com\u003e, \n  - [X] Image: `![]()`   \n  - [X] Headings and TOC, \n  - [X] List item: ordered list, bullet list, check list and nested list\n  - [X] Table\n  - [X] Blockquotes  \n  - [X] Horizontal Rules \n\n- Markdown extension\n  - [X] more style: `==mark==`, `__underline__`, `1^sup^`\n  - [X] Highlight code block  \n  - [X] Math and Chemical Equation: inline `$\\KaTeX$` and block `$$\\LaTeX$$` \n  - [X] Notice block: info, warning, tips \n  - [X] Wikilink: `[[]]` \n  - [X] Hashtag: `#tag#` \n  - [X] Diagram: mermaid, echarts, music notation... \n  - [X] Embed web page: YouTube, Figma... \n\n- Writing, formatting and drawing \n  - [X] WYSIWYG, Markdown, MindMap and Split view \n  - [X] Slash commands  \n  - [X] Hovering toolbar\n  - [X] hotkeys \n  - [ ] Drawing  \n\n- View\n  - [X] Graph\n  - [X] Task\n  - [X] Chronicle \n\n- Organize writings\n  - [X] Folder management \n  - [X] Backlinks \n  - [X] Recent history \n  - [ ] Block reference  \n  - [ ] Flashcards \n  - [ ] Export as PDF,HTML, ... \n  - [ ] Version control: git integration \n\n- Cross-Platform \n  - [x] Windows, macOS, Linux. \n  - [X] Web: https://mdsilo.com/app/ \n  - [ ] Mobile: iOS/iPadOS and Android(soon...)\n\n\n## Any questions, feedback or suggestions?\n\nYou can follow us on [Twitter](https://twitter.com/mdsiloapp) or go to our [Discord](https://discord.gg/EXYSEHRTFt). We are waiting there for you.\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanloh%2FmdSilo-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanloh%2FmdSilo-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanloh%2FmdSilo-web/lists"}