{"id":20778858,"url":"https://github.com/tim-gromeyer/markdownedit","last_synced_at":"2025-05-11T10:31:24.673Z","repository":{"id":38419794,"uuid":"466150528","full_name":"tim-gromeyer/MarkdownEdit","owner":"tim-gromeyer","description":"Experience the speed and simplicity of MarkdownEdit","archived":true,"fork":false,"pushed_at":"2024-05-20T06:38:15.000Z","size":59061,"stargazers_count":7,"open_issues_count":8,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T19:21:51.315Z","etag":null,"topics":["editor","markdown-editor","markdown-to-html","markdown-viewer","qt5"],"latest_commit_sha":null,"homepage":"https://tim-gromeyer.github.io/MarkdownEdit","language":"C++","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/tim-gromeyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-04T14:18:05.000Z","updated_at":"2025-03-12T10:24:25.000Z","dependencies_parsed_at":"2024-11-17T13:26:46.222Z","dependency_job_id":null,"html_url":"https://github.com/tim-gromeyer/MarkdownEdit","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-gromeyer%2FMarkdownEdit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-gromeyer%2FMarkdownEdit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-gromeyer%2FMarkdownEdit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-gromeyer%2FMarkdownEdit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tim-gromeyer","download_url":"https://codeload.github.com/tim-gromeyer/MarkdownEdit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253551752,"owners_count":21926350,"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":["editor","markdown-editor","markdown-to-html","markdown-viewer","qt5"],"created_at":"2024-11-17T13:24:34.049Z","updated_at":"2025-05-11T10:31:22.744Z","avatar_url":"https://github.com/tim-gromeyer.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CodeFactor](https://www.codefactor.io/repository/github/tim-gromeyer/markdownedit/badge/main)](https://www.codefactor.io/repository/github/tim-gromeyer/markdownedit/overview/main)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![GitHub release](https://img.shields.io/github/release/tim-gromeyer/MarkdownEdit.svg)](https://github.com/tim-gromeyer/MarkdownEdit/releases/)\n\n\n# [MarkdownEdit](https://tim-gromeyer.github.io/MarkdownEdit/)\n\nExperience the speed and simplicity of MarkdownEdit\n\n## Table of Contents\n\n1. [Features](#features)\n2. [Preview](#preview)\n3. [Dependencies](#dependencies)\n4. [Build instructions](#build-instructions)\n5. [Credits](#credits)\n\n\n## Features\n\nMarkdownEdit offers a range of powerful features to make editing and creating Markdown files quick and easy:\n\n- **Spell checker**\n- Save and load Markdown files quickly and easily\n- Powerful undo/redo capabilities\n- **Real-time Markdown preview**\n- **Editor with syntax highlighting**\n- Auto-completion for brackets, lists, and more\n- Find/replace functionality for efficient editing\n- Export to HTML and PDF\n- Lightweight and resource-efficient\n- Quick access to recent files from the toolbar or file menu\n- Open source and native look and feel\n\n\n# Screenshots\n\n\u003cdetails\u003e\u003csummary\u003eLive preview enabled\u003c/summary\u003e\n\u003cimg src=\"screenshots/live-preview.png\" alt=\"Live preview enabled\" title=\"Live preview enabled\"\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\u003csummary\u003eLive preview disabled\u003c/summary\u003e\n\u003cimg src=\"screenshots/live-preview-disabled.png\" alt=\"Live preview disabled\" title=\"Live preview disabled\"\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\u003csummary\u003ePreview only\u003c/summary\u003e\n\u003cimg src=\"screenshots/preview.png\" alt=\"Preview only\" title=\"Preview only\"\u003e\u003c/p\u003e\n\u003c/details\u003e\n\n\n## Preview\n\n(Note: Bugs are expected, it's a desktop app and not a web app)\n\nYou can preview MarkdownEdit in action [here](https://tim-gromeyer.github.io/MarkdownEdit/markdownedit.html).\n\nPlease note:\n\n- The online preview may not perform as well as the actual app\n- Spell check is not available in the online preview\n- Drag and drop functionality is not supported in the online preview\n\n## Dependencies\n\nMarkdownEdit requires [Qt](https://qt.io/) and [nuspell](https://github.com/nuspell/nuspell) (optional) to be installed.\n\n## Build instructions\n\nTo build MarkdownEdit, follow these steps:\n\n1. Clone the MarkdownEdit repository: `git clone https://github.com/tim-gromeyer/MarkdownEdit --depth=1 \u0026\u0026 cd MarkdownEdit`\n2. Initialize and update the submodules: `git submodule update --init --recursive -j 3 --depth=1`\n3. Create a build directory and navigate to it: `mkdir build \u0026\u0026 cd build`\n4. Generate a Makefile using CMake: `cmake ..`\n5. Build the project: `cmake --build . -j4`\n\n## Credits\n\n- Thanks to [Waqar Ahmed](https://github.com/Waqar144) for help with development.\n- The conversion from Markdown to HTML is done using the [md4c](https://github.com/mity/md4c) library by *Martin Mitáš*.\n- The [widget](https://github.com/pbek/qmarkdowntextedit) used for writing was created by *Patrizio Bekerle*.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftim-gromeyer%2Fmarkdownedit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftim-gromeyer%2Fmarkdownedit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftim-gromeyer%2Fmarkdownedit/lists"}