{"id":16527533,"url":"https://github.com/intellicode/writer","last_synced_at":"2025-03-16T19:31:17.746Z","repository":{"id":192057154,"uuid":"685969303","full_name":"Intellicode/writer","owner":"Intellicode","description":"🤖📝 A markdown editor powered by AI (Ollama)","archived":false,"fork":false,"pushed_at":"2024-10-19T11:37:58.000Z","size":4111,"stargazers_count":61,"open_issues_count":6,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T04:51:11.645Z","etag":null,"topics":["electron-app","markdown-editor","ollama"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"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/Intellicode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-09-01T12:29:10.000Z","updated_at":"2025-03-13T07:38:53.000Z","dependencies_parsed_at":"2024-01-14T04:45:38.592Z","dependency_job_id":"95330605-3076-4de6-b7ba-5b1fb1e3215f","html_url":"https://github.com/Intellicode/writer","commit_stats":null,"previous_names":["intellicode/writer"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intellicode%2Fwriter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intellicode%2Fwriter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intellicode%2Fwriter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intellicode%2Fwriter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Intellicode","download_url":"https://codeload.github.com/Intellicode/writer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243920010,"owners_count":20368981,"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":["electron-app","markdown-editor","ollama"],"created_at":"2024-10-11T17:35:51.203Z","updated_at":"2025-03-16T19:31:17.346Z","avatar_url":"https://github.com/Intellicode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown Editor with LLM Integration\n\n## Overview\n\nThe Markdown Editor with LLM (Large Language Model) Integration is an open-source project that combines the power of a Markdown editor with the natural language processing capabilities of LLM. This project aims to provide a seamless writing experience for users who want to create Markdown documents while also having the ability to interact with LLM for assistance, suggestions, and more.\n\n## Features\n\n- **Markdown Editing**: A user-friendly Markdown editor with syntax highlighting and preview functionality.\n\n- **LLM Integration**: Seamlessly integrate LLM into the editor to provide real-time suggestions, generate content, and answer questions.\n\n- **Syntax Highlighting**: Highlight Markdown syntax for improved readability and editing.\n\n- **Live Preview**: Instantly see how your Markdown content will render in real-time.\n\n- **Customizable**: Tailor the editor to your needs with customizable themes, keybindings, and extensions.\n\n- **Export Options**: Export Markdown documents to various formats such as HTML, PDF, and more.\n\n- **Collaboration**: Enable collaborative editing and chat with multiple users through LLM.\n\n- **Version Control**: Integrate with Git or other version control systems for easy document management.\n\n## Installation\n\nTo install the Markdown Editor with LLM Integration, follow these steps:\n\n1. Clone the GitHub repository:\n\n   ```bash\n   git clone https://github.com/intellicode/writer.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd markdown-editor\n   ```\n\n3. Install the required dependencies:\n\n   ```bash\n   npm install\n   ```\n\n4. Start the application:\n   ```bash\n   npm start\n   ```\n\n## Usage\n\n1. Open the Markdown Editor application.\n\n2. Create a new document or open an existing one.\n\n3. Start typing in Markdown, and you'll see real-time syntax highlighting and a live preview of your document.\n\n4. To interact with LLM, click the LLM integration button or use a keyboard shortcut.\n\n5. Ask questions, seek suggestions, or request assistance from LLM while writing your document.\n\n6. Enjoy a seamless writing experience with AI-powered assistance!\n\n## Configuration\n\nYou can configure various aspects of the Markdown Editor and LLM integration:\n\n- **Themes**: Change the editor's theme to suit your preferences.\n\n- **Keybindings**: Customize keyboard shortcuts for LLM commands.\n\n- **LLM API Settings**: Set your LLM API key and configure LLM behavior.\n\n- **Extensions**: Install and manage extensions to enhance functionality.\n\n## Contribution\n\nWe welcome contributions from the open-source community to make this Markdown Editor even better. If you'd like to contribute, please follow these steps:\n\n1. Fork the repository.\n\n2. Create a new branch for your feature or bugfix: `git checkout -b feat/name`.\n\n3. Make your changes and commit them: `git commit -m 'feat: add feature-name'`.\n\n4. Push to your fork: `git push origin feature-name`.\n\n5. Create a pull request on the main repository.\n\n## License\n\nThis Markdown Editor with LLM Integration is licensed under the GPL v3.0 License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nIf you have any questions, suggestions, or issues, please feel free to contact us:\n\n- Email: contact-tomh@mailx.nl\n\n- Website: [Writer](https://www.tomh.nl/projects/writer)\n\n- GitHub Issues: [Project Issues](https://github.com/intellicode/writer/issues)\n\n## Acknowledgments\n\nWe would like to express our gratitude to the open-source community for their contributions and support in making this project possible.\n\n---\n\nThank you for using the Markdown Editor with LLM Integration. We hope it enhances your writing experience and productivity. Happy Markdown editing!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintellicode%2Fwriter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintellicode%2Fwriter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintellicode%2Fwriter/lists"}