{"id":38253514,"url":"https://github.com/leyafo/slippod","last_synced_at":"2026-01-17T01:29:58.448Z","repository":{"id":258096262,"uuid":"648081980","full_name":"leyafo/slippod","owner":"leyafo","description":"A user-friendly, open-source desktop application for taking notes.","archived":false,"fork":false,"pushed_at":"2024-10-21T02:25:15.000Z","size":9817,"stargazers_count":8,"open_issues_count":46,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-21T05:41:29.107Z","etag":null,"topics":["bidirectional-links","notational-velocity","note-taking","privacy","zettelkasten"],"latest_commit_sha":null,"homepage":"https://slippod.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leyafo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2023-06-01T07:04:58.000Z","updated_at":"2024-10-21T02:25:18.000Z","dependencies_parsed_at":"2024-10-22T05:13:12.785Z","dependency_job_id":null,"html_url":"https://github.com/leyafo/slippod","commit_stats":null,"previous_names":["leyafo/slippod"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/leyafo/slippod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leyafo%2Fslippod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leyafo%2Fslippod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leyafo%2Fslippod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leyafo%2Fslippod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leyafo","download_url":"https://codeload.github.com/leyafo/slippod/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leyafo%2Fslippod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28491533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T00:50:05.742Z","status":"ssl_error","status_checked_at":"2026-01-17T00:43:11.982Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bidirectional-links","notational-velocity","note-taking","privacy","zettelkasten"],"created_at":"2026-01-17T01:29:53.480Z","updated_at":"2026-01-17T01:29:58.436Z","avatar_url":"https://github.com/leyafo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slippod\nSlippod is a user-friendly, open-source desktop application for taking notes. Designed for distraction-free, full-keyboard typing, it allows you to capture and organize your thoughts with support for Markdown and bidirectional linking.\n\n## Features\n- **Privacy:** Your notes are stored locally using SQLite, giving you complete control over your data and ensuring that your information stays private and secure.  \n- **Searching Fast:** Full-text search lets you find notes instantly, with results returned in milliseconds.\n- **User-friendly Interface:** Inspired by [NOTATIONAL VELOCITY](https://notational.net/), the interface is designed for simplicity, allowing you to perform all operations through intuitive keyboard commands.   \n- **Markdown Support:** Easily format your notes using plain text or Markdown, offering flexibility to structure your notes however you prefer.\n- **Bidirectional Linking:** Effortlessly connect your ideas and notes using our linking feature—just type `@` to create links between notes. This follows the Zettelkasten method, helping you organize and build a web of interconnected thoughts.\n- **Keyword-Driven Tagging and catorgory:** Seamlessly organize your notes with #tag, and categories will be applied automatically, making it easy to link and structure your ideas.\n\n## Installing\nIf you would like to install the application without modifying the code, simply visit the [releases](https://github.com/leyafo/slippod/releases) page and download the version for your platform.\n\n## Contributing\nThis project does not use any JavaScript frameworks. All you need is a basic understanding of [vanilla.js](http://vanilla-js.com/), with no `TypeScript` or complicated configurations required.\n\n### Start development Steps:\n1. **Install Node.js and npm:**  \n   Node.js provides the runtime for Electron, and npm manages dependencies. Download and install the latest stable version of Node.js from the official website.\n   \n2. **Clone the repository:**  \n   Use Git to clone the repository to your local machine.\n   \n3. **Install dependencies:**  \n   Navigate to the project directory in your terminal and run the command:  \n```bash\n   npm install\n```\n\n4. **Running and Debugging:**\nOn Linux or MacOS, run `./dev.sh` to start the application and begin debugging. On Windows, run the following two commands in separate terminals to start the application and debug synchronously:\n```bash\nnpm run dev_vite\nnpm run dev_electron\n```\n\n## Packing\nTo package the code and generate an application package for your platform, run the following command:\n```bash\nmake publish\n```\n\n## Database Inspecting\nRun `sql_debug.sh` to load the simple tokenizer for inspecting the database. If full-text search is not needed, you can simply run `sqlite3 slippod.db`.\n\n## License\nThe Ptah.sh service suite is a Fair Source software licensed under the [Functional Source License, Version 1.1, Apache 2.0 Future License](https://github.com/leyafo/slippod/blob/master/LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleyafo%2Fslippod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleyafo%2Fslippod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleyafo%2Fslippod/lists"}