{"id":31327944,"url":"https://github.com/ismail9700/markitdown-app","last_synced_at":"2025-09-25T23:39:02.287Z","repository":{"id":314309128,"uuid":"1054921707","full_name":"ismail9700/markitdown-app","owner":"ismail9700","description":"MarkItDown is a lightweight markdown editor web application that enables users to write, preview, and format markdown content in real-time. Users can save documents locally or store them in the browser. Built with a mobile-first approach, it offers a clean and responsive interface.","archived":false,"fork":false,"pushed_at":"2025-09-11T17:24:07.000Z","size":654,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-11T19:43:16.180Z","etag":null,"topics":["markdown","note-taking","webapp"],"latest_commit_sha":null,"homepage":"https://i-markitdown.netlify.app/","language":"JavaScript","has_issues":false,"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/ismail9700.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-11T14:11:00.000Z","updated_at":"2025-09-11T17:24:33.000Z","dependencies_parsed_at":"2025-09-11T19:43:18.996Z","dependency_job_id":"78f92d98-f861-4816-bd2d-05583923552d","html_url":"https://github.com/ismail9700/markitdown-app","commit_stats":null,"previous_names":["ismail9700/markitdown-app"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ismail9700/markitdown-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail9700%2Fmarkitdown-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail9700%2Fmarkitdown-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail9700%2Fmarkitdown-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail9700%2Fmarkitdown-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ismail9700","download_url":"https://codeload.github.com/ismail9700/markitdown-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail9700%2Fmarkitdown-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276996786,"owners_count":25742313,"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-09-25T02:00:09.612Z","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":["markdown","note-taking","webapp"],"created_at":"2025-09-25T23:38:58.292Z","updated_at":"2025-09-25T23:39:02.283Z","avatar_url":"https://github.com/ismail9700.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MarkItDown\n\n## About\nMarkItDown is a lightweight markdown editor web application that enables users to write, preview, and format markdown content in real-time. Users can save documents locally or store them in the browser. Built with a mobile-first approach, it offers a clean and responsive interface.\n\nCheck out the [React version](https://github.com/Ismail970/MarkItDown-react) of this app.\n\n## Demo\n[**Try MarkItDown Live**](https://i-markitdown.netlify.app/)\n\n## Screenshots\n![Screenshot 1](screenshots/screenshot-localhost_5173-2023.01.19-20_36_43.png)\n![Screenshot 2](screenshots/screenshot-localhost_5173-2023.01.19-20_38_26.png)\n![Screenshot 3](screenshots/screenshot-localhost_5173-2023.01.19-20_37_26.png)\n![Screenshot 4](screenshots/screenshot-i-markitdown.netlify.app-2023.01.19-20_51_03.png)\n\n## Built With\n- **Semantic HTML5 Markup**: Structured content for accessibility and SEO.\n- **SCSS/SASS**: Advanced CSS styling with variables and nesting.\n- **Mobile-First Workflow**: Responsive design optimized for mobile devices.\n- **JavaScript ES6+**: Modern JavaScript for dynamic functionality.\n- **[Markdown-it](https://www.npmjs.com/package/markdown-it)**: Markdown parsing and rendering.\n- **[File-saver](https://www.npmjs.com/package/file-saver)**: Enables saving files locally.\n- **[FontAwesome](https://fontawesome.com/)**: Icons for enhanced UI.\n- **[Parcel](https://parceljs.org/)**: Zero-config bundler for efficient development.\n\n## Features\n- **Real-Time Preview**: Instantly view rendered markdown as you type.\n- **Save Options**: Save markdown files locally or store them in browser local storage.\n- **Responsive Design**: Works seamlessly across desktop, tablet, and mobile.\n- **Markdown Support**: Supports standard markdown syntax for text formatting.\n- **Modern UI**: Clean and intuitive interface with icon support.\n\n## Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/ismail9700/markitdown-app.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd markitdown-app\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n4. Start the development server with Parcel:\n   ```bash\n   npm run start\n   ```\n   Alternatively, open `index.html` in a browser for static viewing.\n\n## Usage\n- Open the app in a browser to start writing markdown.\n- Use the editor to type and preview markdown content in real-time.\n- Save documents locally or in the browser using the provided options.\n- Customize the HTML, SCSS, or JavaScript to adjust functionality or styling.\n\n## Contributing\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes and commit (`git commit -m \"Add feature\"`).\n4. Push to the branch (`git push origin feature-branch`).\n5. Open a pull request.\n\n## License\nMIT License. See [LICENSE](LICENSE) for details.\n\n## Contact\nFor questions or feedback, reach out to [ismail9700](https://github.com/ismail9700).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismail9700%2Fmarkitdown-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fismail9700%2Fmarkitdown-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismail9700%2Fmarkitdown-app/lists"}