{"id":47603625,"url":"https://github.com/anuwup/adaptive-practice","last_synced_at":"2026-04-01T19:00:52.929Z","repository":{"id":344225913,"uuid":"1181030712","full_name":"anuwup/adaptive-practice","owner":"anuwup","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-13T17:17:40.000Z","size":81,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-14T05:19:25.215Z","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":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anuwup.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-13T17:12:05.000Z","updated_at":"2026-03-13T17:15:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/anuwup/adaptive-practice","commit_stats":null,"previous_names":["anuwup/adaptive-practice"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/anuwup/adaptive-practice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuwup%2Fadaptive-practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuwup%2Fadaptive-practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuwup%2Fadaptive-practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuwup%2Fadaptive-practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anuwup","download_url":"https://codeload.github.com/anuwup/adaptive-practice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuwup%2Fadaptive-practice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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":[],"created_at":"2026-04-01T19:00:22.859Z","updated_at":"2026-04-01T19:00:52.918Z","avatar_url":"https://github.com/anuwup.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adaptive Practice\n\nAdaptive Practice is an Obsidian community plugin that helps you practice and retain knowledge from your notes using spaced repetition and adaptive scheduling.\n\n## Features\n\n- Create practice items directly from your notes.\n- Adaptive scheduling based on your performance.\n- Tight integration with Obsidian’s native UI.\n- Works fully offline inside your vault.\n\n---\n\n## Requirements\n\n- Obsidian v1.0.0 or higher (desktop or mobile; desktop recommended for initial install).\n- Node.js (LTS, v18+ recommended) for local builds.\n- Git (for install via cloning).\n\n---\n\n## Installation\n\nYou can install this plugin in two main ways:\n\n1. **Via Git clone + `npm install` (manual install)**\n2. **Via the BRAT plugin (recommended for tracking this repo)**\n\n### 1. Manual Installation (Git clone + npm)\n\nThis method is best if you want to develop, tweak, or inspect the source.\n\n1. **Clone the repository**\n\n   ```bash\n   cd /path/to/your/vault/.obsidian/plugins\n   git clone https://github.com/anuwup/adaptive-practice.git\n   cd adaptive-practice\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   npm install\n   ```\n\n3. **Build the plugin**\n\n   For a one-time production build:\n\n   ```bash\n   npm run build\n   ```\n\n   Or for development with watch:\n\n   ```bash\n   npm run dev\n   ```\n\n   After a successful build, you should have:\n\n   - `main.js`\n   - `manifest.json`\n   - (optionally) `styles.css`\n\n   at the root of the `adaptive-practice` plugin folder.\n\n4. **Enable the plugin in Obsidian**\n\n   - Open Obsidian.\n   - Go to **Settings → Community plugins**.\n   - Make sure **Safe mode** is turned off.\n   - Select **Browse**, then **Installed plugins**.\n   - Find **Adaptive Practice** and toggle it **on**.\n\n---\n\n### 2. Installation via BRAT (Beta Reviewers Auto-update Tester)\n\nIf you’d like Obsidian to automatically keep this plugin updated from a GitHub repo, you can use the [**BRAT**](https://obsidian.md/plugins?search=brat) plugin.\n\n1. **Install BRAT**\n\n   - In Obsidian, go to **Settings → Community plugins**.\n   - Select **Browse**.\n   - Search for **“BRAT”** (Beta Reviewers Auto-update Tester).\n   - Install and enable **BRAT**.\n\n2. **Add this plugin as a beta plugin in BRAT**\n\n   - Open **Command palette** (**Cmd/Ctrl+P**) and run:\n     - **“BRAT: Add a beta plugin for testing”**\n   - When prompted for the GitHub repository, enter:\n\n     ```text\n     anuwup/adaptive-practice\n     ```\n\n     Replace `anuwup` with your actual GitHub username or organization.\n\n3. **Enable the plugin**\n\n   - BRAT will download the plugin into your vault.\n   - Go to **Settings → Community plugins → Installed plugins**.\n   - Enable **Adaptive Practice**.\n\n4. **Auto-updates**\n\n   - BRAT can periodically check for updates from the GitHub repo and update the installed plugin.\n   - Configure BRAT’s update settings from **Settings → Community plugins → BRAT** as desired.\n\n---\n\n## Development\n\nIf you want to modify the plugin:\n\n1. Make sure you are in the plugin directory:\n\n   ```bash\n   cd /path/to/your/vault/.obsidian/plugins/adaptive-practice\n   ```\n\n2. Run the dev build:\n\n   ```bash\n   npm run dev\n   ```\n\n3. After each change is built, reload Obsidian (or use **“Reload app without saving”** from the Command palette) to see the changes.\n\n---\n\n## Support \u0026 Feedback\n\n- For bugs or feature requests, please open an issue on the GitHub repository.\n- If you find this plugin useful, consider starring the repo to show support.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuwup%2Fadaptive-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanuwup%2Fadaptive-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuwup%2Fadaptive-practice/lists"}