{"id":17422334,"url":"https://github.com/step-/mdview","last_synced_at":"2026-04-12T15:45:39.617Z","repository":{"id":254911316,"uuid":"847908991","full_name":"step-/mdview","owner":"step-","description":"GTK markdown viewer and CLI converter","archived":false,"fork":false,"pushed_at":"2025-01-27T17:21:54.000Z","size":1036,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T04:44:35.045Z","etag":null,"topics":["cli","commonmark","gtk2","gtk3","linux","markdown","md4c"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/step-.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-08-26T19:20:40.000Z","updated_at":"2025-01-27T17:21:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9cb967f-44c0-4621-bafd-f19f7ad3df8b","html_url":"https://github.com/step-/mdview","commit_stats":null,"previous_names":["step-/mdview"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-%2Fmdview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-%2Fmdview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-%2Fmdview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-%2Fmdview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/step-","download_url":"https://codeload.github.com/step-/mdview/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390864,"owners_count":20769478,"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":["cli","commonmark","gtk2","gtk3","linux","markdown","md4c"],"created_at":"2024-10-17T03:45:13.116Z","updated_at":"2026-04-12T15:45:39.562Z","avatar_url":"https://github.com/step-.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"### MDVIEW MTX Readme\n\n**MDVIEW MTX** is a graphical Markdown viewer and CLI converter supporting\nthe [CommonMark] specification version [0.31.2]. It runs on Linux with the\nGTK+ 3 toolkit.\n\n* Home: \u003chttp://github.com/step-/mdview\u003e\n* Wiki: \u003chttp://github.com/step-/mdview/wiki\u003e\n* Issue tracker: \u003chttp://github.com/step-/mdview/issues\u003e\n\n###  Screenshot\n\n![screenshot](doc/mdview-20250127.png)  \n_GTK Theme: Adwaita. Openbox theme: macOS._\n\n### Features\n\n- GTK-3 Graphical Viewer for text and images (GTK-2 also available)\n- Command to convert Markdown to HTML5, XHTML, text, text with ANSI or VT100 escapes\n- Page and directory search\n- Document and link navigation\n- Hotkeys\n- One-click export to web browser\n- [Extensions] available\n- Translation ready -- [Gettext POT file here]\n- [Documentation]\n\nRead the command [help page] and the [welcome page].\n\n### Components\n\n**MDVIEW MTX** utilizes the following [FOSS] components. I appreciate\nthe contributions these excellent software packages make to my project:\n\n- [MD4C] -- \"C Markdown parser compliant to the CommonMark specification\".\n- [github-markdown-css] -- \"Minimal amount of CSS to replicate the GitHub style\".\n\n### Dependencies\n\n- Unix-like OS (development and testing takes place on Linux).\n- GTK-3 or GTK-2. Refer to the [INSTALL] document for specific supported versions.\n- GNU make or compatible make program, and pkg-config for development.\n- Meson-based build included.\n\n### Building and installing\n\nRefer to the [INSTALL] document for instructions.\n\n### License\n\nGNU General Public License Version 2.\n\n### Project History\n\nMDVIEW MTX is a continuation of the [mdview3] project. The MTX part of the\nname comes from `mtx`, the three-letter prefix that I use to brand class and\nfunction names in the source code. MTX does not mean anything in particular.\n\n### Links\n\n* CommonMark: \u003chttps://commonmark.org\u003e\n* github-markdown-css: \u003chttps://github.com/sindresorhus/github-markdown-css\u003e\n* MD4C: \u003chttps://github.com/mity/md4c\u003e\n* Mdview3: \u003chttp://chiselapp.com/user/jamesbond/repository/mdview3\u003e\n\n[0.31.2]: \u003chttps://spec.commonmark.org/0.31.2\u003e\n[mdview3]: \u003chttp://chiselapp.com/user/jamesbond/repository/mdview3\u003e\n[CommonMark]: \u003chttps://commonmark.org\u003e\n[FOSS]: \u003chttps://en.wikipedia.org/wiki/Free_and_open-source_software\u003e\n[github-markdown-css]: \u003chttps://github.com/sindresorhus/github-markdown-css\u003e\n[MD4C]: \u003chttps://github.com/mity/md4c\u003e\n[help page]: \u003chttps://github.com/step-/mdview/wiki/Command-line-options\u003e\n[welcome page]: \u003chttps://github.com/step-/mdview/blob/main/resources/welcome.md\u003e\n[Extensions]: \u003chttps://github.com/step-/mdview/wiki/extensions\u003e\n[Documentation]: \u003chttps://github.com/step-/mdview/wiki\u003e\n[Gettext POT file here]: \u003chttps://github.com/step-/mdview/blob/main/po/mdview.pot\u003e\n[INSTALL]: \u003chttps://github.com/step-/mdview/blob/main/INSTALL.md\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstep-%2Fmdview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstep-%2Fmdview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstep-%2Fmdview/lists"}