{"id":48987485,"url":"https://github.com/flamacore/docuweave","last_synced_at":"2026-04-18T13:11:04.806Z","repository":{"id":275267336,"uuid":"925595956","full_name":"flamacore/DocuWeave","owner":"flamacore","description":"A simple knowledgebase tool","archived":false,"fork":false,"pushed_at":"2025-10-07T09:53:43.000Z","size":199,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T10:30:31.681Z","etag":null,"topics":["documentation","documentation-tool","knowledge-base","knowledgebase"],"latest_commit_sha":null,"homepage":"https://www.docuweave.website","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flamacore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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":null,"dco":null,"cla":null},"funding":{"buy_me_a_coffee":"chao.k"}},"created_at":"2025-02-01T08:50:32.000Z","updated_at":"2025-10-07T08:56:22.000Z","dependencies_parsed_at":"2025-03-07T16:36:28.280Z","dependency_job_id":null,"html_url":"https://github.com/flamacore/DocuWeave","commit_stats":null,"previous_names":["flamacore/docuweave"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/flamacore/DocuWeave","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flamacore%2FDocuWeave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flamacore%2FDocuWeave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flamacore%2FDocuWeave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flamacore%2FDocuWeave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flamacore","download_url":"https://codeload.github.com/flamacore/DocuWeave/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flamacore%2FDocuWeave/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31970001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["documentation","documentation-tool","knowledge-base","knowledgebase"],"created_at":"2026-04-18T13:10:58.174Z","updated_at":"2026-04-18T13:11:04.799Z","avatar_url":"https://github.com/flamacore.png","language":"Python","funding_links":["https://buymeacoffee.com/chao.k"],"categories":[],"sub_categories":[],"readme":"# DocuWeave\n\nDocuWeave is a lightweight WYSIWYG Markdown Editor built with PyQt5. It offers a modern interface, dynamic theming, and streamlined project management to simplify your document editing experience.\n\n![image](https://github.com/user-attachments/assets/e544e293-eaf5-49bb-82a0-eeeff4b4ed70)\n\nhttps://www.docuweave.website also exists\n\n## Tech Alpha Release\n\nWelcome to the **Tech Alpha Release** of DocuWeave. This release incorporates several significant updates aimed at improving UI scaling, editor performance, and project management workflows. Although it is still in its alpha stage, we encourage you to try out the new features and provide feedback.\n\n### What's New?\n\n\n- **Document Hierarchy \u0026 Linking**  \n  - Create nested document structures with parent-child relationships\n  - Internal document linking with automatic path updates when documents are renamed\n  - Improved navigation between related documents\n  - Automatic sidebar selection when following document links\n\n- **Performance \u0026 Stability**  \n  Optimizations across the board result in quicker startup times, more efficient resource usage, and better overall responsiveness.\n\n## Features\n\n- **WYSIWYG Editor:** Edit rich text with formatting, tables, images, and more\n- **Document Hierarchy:** Organize your content with nested document structure\n- **Internal Links:** Create links between documents that update automatically when documents are renamed\n- **Modern UI:** Dark theme interface with intuitive controls\n- **Real-time Formatting:** Format text as you type with the formatting toolbar\n- **Project Management:** Save and organize your documents in project files\n- **Emoji Support:** Insert emoji from a built-in picker\n- **Table Support:** Create and edit tables within your documents\n- **Info Boxes:** Add highlighted information boxes for important notes\n- **Responsive Layout:** Works well on different screen sizes and resolutions\n\n## Getting Started\n\n1. **Clone the Repository:**\n   ```\n   git clone https://github.com/yourusername/DocuWeave.git\n   ```\n2. **Install Dependencies:**\n   ```\n   pip install -r requirements.txt\n   ```\n3. **Run the Application:**\n   ```\n   python app.py\n   ```\n\n## Changelog\n\nFor detailed changes, see [release_files/changelog.md](release_files/changelog.md).\n\n## Contributing \u0026 Feedback\n\nYour feedback is invaluable! As we continue to refine this alpha release, please report any issues or suggestions via our issue tracker on GitHub.\n\n## Repository Structure\n\n- **/core/**\n  - `controller.py`: Manages interactions between editor and renderer components.\n  - `editor.py`: Core document editing functionality.\n  - `project.py`: Manages project files, documents, and workspace organization.\n  - `renderer.py`: Handles HTML rendering and theme management.\n\n- **/ui/**\n  - `editor_widget.py`: WYSIWYG editor implementation with real-time preview.\n  - `toolbar_widget.py`: Rich text formatting toolbar with customizable actions.\n  - `main_window.py`: Modern window management with custom title bar.\n  - `project_sidebar.py`: Document tree and project navigation.\n  - `emoji_selector.py`: SVG-based emoji picker with local caching.\n  - `table_dialog.py`: Table insertion interface.\n  - `image_dialog.py`: Image upload and URL insertion dialog.\n  - `link_type_dialog.py`: Dialog for selecting between external and internal links.\n  - `external_link_dialog.py`: Dialog for creating external links.\n  - `internal_link_dialog.py`: Dialog for creating internal document links.\n  - `startup_dialog.py`: Initial project creation/loading interface.\n  - **assets/**\n    - Editor templates and JavaScript utilities.\n\n- **/resources/**\n  - SVG icons for toolbar and UI elements.\n  - Dark theme styling in `dark_theme.qss`.\n  - Application icon and branding assets.\n\n- **/build/**\n  - Build artifacts and distribution files.\n\n- **/release_files/**\n  - Release documentation and changelogs.\n\n## Development\n\nDocuWeave is developed with assistance from GitHub Copilot, leveraging various AI models and agents to enhance code quality and feature implementation. This collaborative approach between human developers and AI assistance has helped create a more robust and feature-rich application while maintaining clean code practices.\n\n### Building from Source\n\nTo build a signed executable:\n\n1. Generate a self-signed certificate (PowerShell):\n   ```powershell\n   New-SelfSignedCertificate -Type Custom -Subject \"CN=DocuWeave\" -KeyUsage DigitalSignature -FriendlyName \"DocuWeave\" -CertStoreLocation \"Cert:\\CurrentUser\\My\" -TextExtension @(\"2.5.29.37={text}1.3.6.1.5.5.7.3.3\", \"2.5.29.19={text}\")\n   ```\n\n2. Export the certificate to PFX:\n   ```powershell\n   $pwd = ConvertTo-SecureString -String \"YourPassword\" -Force -AsPlainText\n   Get-ChildItem -Path \"Cert:\\CurrentUser\\My\\YOUR_CERT_THUMBPRINT\" | Export-PfxCertificate -FilePath DocuWeave.pfx -Password $pwd\n   ```\n\n3. Run the release build:\n   ```\n   python releaseBuild.py\n   ```\n\nThe build script will automatically handle version increments, signing, and packaging.\n\n---\n\nHappy editing and thank you for testing DocuWeave Tech Alpha!\n\n*Uicons by [Flaticon](https://www.flaticon.com/uicons)*\n*Emojis by [Twitter Emoji (Twemoji)](https://github.com/twitter/twemoji)*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflamacore%2Fdocuweave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflamacore%2Fdocuweave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflamacore%2Fdocuweave/lists"}