{"id":37309936,"url":"https://github.com/nogiszd/xiaomi-note-exporter","last_synced_at":"2026-03-01T12:08:24.834Z","repository":{"id":65970425,"uuid":"509788397","full_name":"nogiszd/xiaomi-note-exporter","owner":"nogiszd","description":"Export your notes stored on Mi Cloud to Markdown files 📝➡️🧾","archived":false,"fork":false,"pushed_at":"2026-02-22T16:39:24.000Z","size":2385,"stargazers_count":143,"open_issues_count":2,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-02-22T17:58:03.822Z","etag":null,"topics":["exporter","markdown","notes-app","xiaomi"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nogiszd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","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":null,"dco":null,"cla":null},"funding":{"github":["nogiszd"]}},"created_at":"2022-07-02T15:15:01.000Z","updated_at":"2026-02-22T12:15:59.000Z","dependencies_parsed_at":"2026-01-16T03:01:28.200Z","dependency_job_id":null,"html_url":"https://github.com/nogiszd/xiaomi-note-exporter","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/nogiszd/xiaomi-note-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nogiszd%2Fxiaomi-note-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nogiszd%2Fxiaomi-note-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nogiszd%2Fxiaomi-note-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nogiszd%2Fxiaomi-note-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nogiszd","download_url":"https://codeload.github.com/nogiszd/xiaomi-note-exporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nogiszd%2Fxiaomi-note-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29969243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T11:43:06.159Z","status":"ssl_error","status_checked_at":"2026-03-01T11:43:03.887Z","response_time":124,"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":["exporter","markdown","notes-app","xiaomi"],"created_at":"2026-01-16T03:00:05.500Z","updated_at":"2026-03-01T12:08:24.828Z","avatar_url":"https://github.com/nogiszd.png","language":"Vue","funding_links":["https://github.com/sponsors/nogiszd"],"categories":[],"sub_categories":[],"readme":"Xiaomi Note Exporter\n![workflow](https://github.com/nogiszd/xiaomi-note-exporter/actions/workflows/publish.yml/badge.svg) [![License: MIT](https://img.shields.io/badge/License-GPL3.0-yellow.svg)](https://opensource.org/licenses/MIT) ![maintenance-status](https://img.shields.io/badge/maintenance-active-success.svg)\n=================================\n\n\u003e Export your notes from Mi Cloud directly to Markdown file! 📝➡️🧾\n\n### If you like the app, consider supporting the project ⭐\n\n## 🤔 Why?\n\nI wanted to export my own notes from Mi Cloud but there is no option for that. The only option was to rewrite the notes one by one. So I decided to make an app that would do it for me.\n\n## [💾 Download](https://github.com/nogiszd/xiaomi-note-exporter/releases/latest)\n\n### You can find help in [Wikis](https://github.com/nogiszd/xiaomi-note-exporter/wiki), or use direct links below:\n\n* ### [💻 Setup and Requirements](https://github.com/nogiszd/xiaomi-note-exporter/wiki/Setup)\n* ### [💁 How to use?](https://github.com/nogiszd/xiaomi-note-exporter/wiki/How-to-use)\n* ### [✨ Features](https://github.com/nogiszd/xiaomi-note-exporter/wiki/Features)\n* ### [❓ FAQ](https://github.com/nogiszd/xiaomi-note-exporter/wiki/FAQ)\n\n---\n\n## 🦀 Rust rewrite\n\nVersion `v2.0.0` is a complete rewrite of the application in Rust. The project has evolved from a CLI tool into a fully-featured graphical application.\n\nThis release marks a major development milestone, significantly streamlining the export process by eliminating redundant dependencies:\n\n- Selenium has been removed and replaced with a pure JavaScript implementation that replicates the previous behavior.\n- The entire application is now built with Tauri, providing a modern GUI and fully asynchronous export execution.\n- The application is distributed as a standalone, installable executable, requiring no external runtime or dependencies.\n\nOld code (C#) will be available on [legacy](https://github.com/nogiszd/xiaomi-note-exporter/tree/legacy) branch, and old executables are still available to download via **Releases**, but they're **out of support**.\n\n\n## 🤝 Open-source contributions\n\nThis project is developed and maintained **independently**.\nContributions are very welcome and appreciated!\n\nIf you’d like to help improve this project, you can:\n\n- report bugs or suggest improvements via GitHub Issues,\n- submit pull requests (bug fixes, refactors, documentation),\n- improve documentation or examples.\n\nWhether it’s a small typo fix or a larger feature proposal — every contribution helps.\nPlease keep changes focused and well-documented.\n\nThank you for helping make this project better ❤️\n\n## ❤️ Support this project\n\nThis project is **free and open source** and will remain that way.\n\nIf you find it useful and want to support its development, you can do so voluntarily:\n\n- ⭐ Star the repository\n- 💖 Sponsor the project on GitHub\n\nSponsorship is **100% optional** and does not unlock or restrict any features.\nIt simply helps cover spent time, maintenance, and future improvements.\n\nThank you for your support!\n\n## 📜 License\n\nThis project is licensed under the [GNU General Public License v3.0](https://github.com/nogiszd/xiaomi-note-exporter/blob/master/LICENSE.txt).\n\nUsed libraries:\n\n- [Tauri](https://tauri.app/) - [MIT License](https://opensource.org/licenses/MIT)\n- [Vue 3](https://vuejs.org/) - [MIT License](https://opensource.org/licenses/MIT)\n- [Vite](https://vite.dev/) - [MIT License](https://opensource.org/licenses/MIT)\n- [Tailwind CSS](https://tailwindcss.com/) - [MIT License](https://opensource.org/licenses/MIT)\n- [shadcn-vue](https://www.shadcn-vue.com/) - [MIT License](https://opensource.org/licenses/MIT)\n- [Pinia](https://pinia.vuejs.org/) - [MIT License](https://opensource.org/licenses/MIT)\n- [Vue Router](https://router.vuejs.org/) - [MIT License](https://opensource.org/licenses/MIT)\n- [md-editor-v3](https://imzbf.github.io/md-editor-v3/) - [MIT License](https://opensource.org/licenses/MIT)\n- [rusqlite](https://github.com/rusqlite/rusqlite) - [MIT License](https://opensource.org/licenses/MIT)\n- [reqwest](https://github.com/seanmonstar/reqwest) - [MIT License](https://opensource.org/licenses/MIT)\n- [chrono](https://github.com/chronotope/chrono) - [MIT License](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnogiszd%2Fxiaomi-note-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnogiszd%2Fxiaomi-note-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnogiszd%2Fxiaomi-note-exporter/lists"}