{"id":17796296,"url":"https://github.com/munificent/markymark","last_synced_at":"2025-08-21T01:17:07.818Z","repository":{"id":13315053,"uuid":"74177560","full_name":"munificent/markymark","owner":"munificent","description":"A tiny static web server for previewing Markdown files","archived":false,"fork":false,"pushed_at":"2022-05-03T03:41:57.000Z","size":5,"stargazers_count":26,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T03:14:02.225Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/munificent.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}},"created_at":"2016-11-19T00:41:58.000Z","updated_at":"2025-02-15T23:45:56.000Z","dependencies_parsed_at":"2022-07-21T14:32:19.758Z","dependency_job_id":null,"html_url":"https://github.com/munificent/markymark","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/munificent/markymark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munificent%2Fmarkymark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munificent%2Fmarkymark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munificent%2Fmarkymark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munificent%2Fmarkymark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/munificent","download_url":"https://codeload.github.com/munificent/markymark/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munificent%2Fmarkymark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271411730,"owners_count":24755000,"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-08-20T02:00:09.606Z","response_time":69,"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":[],"created_at":"2024-10-27T11:43:06.427Z","updated_at":"2025-08-21T01:17:07.800Z","avatar_url":"https://github.com/munificent.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"I write a lot of Markdown. Like, a *lot* of Markdown. I even wrote a\n[whole book][gpp] in it once. Hell, I'm writing some right this very second.\n\n[gpp]: http://gameprogrammingpatterns.com/\nWhen I'm not writing it inside a comment box on Reddit, I'm probably writing\nit on my laptop. I've tried a few different \"Markdown editors\" as well as\nAtom's Markdown preview but, well, I like my text editor already. In fact, I\n*don't* want to see the rendered Markdown as I type. I like it to be an\nexplicit (but fast) mode switch because it helps me mentally switch from\nwriting to reading. That way I read what I *wrote* and not what I *think* I\nwrote.\n\nMarkymark is a simple solution to that. It's a tiny command line Dart app. It\nspins up a little static web server in a directory. Navigate to a Markdown file\nand it renders it to HTML. Refresh your browser and it re-renders.\n\nIt's also got a little CSS baked that is, to my eye at least, nice looking.\n\n## Installation\n\nAssuming you've already got [Dart][] installed and [pub's bin directory on your\nPATH][pub], it's just:\n\n[dart]: https://www.dartlang.org/\n[pub]: https://www.dartlang.org/tools/pub/cmd/pub-global\n\n```sh\n$ pub global activate markymark\n```\n\n## Usage\n\nFrom any directory, run:\n\n```sh\n$ markymark\n```\n\nYou can also pass an explicit directory path to it:\n\n```sh\n$ markymark /some/groovy/directory/\n```\n\nPoint your browser at `localhost:8080` and you're good to go.\n\nCtrl-C to kill the server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmunificent%2Fmarkymark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmunificent%2Fmarkymark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmunificent%2Fmarkymark/lists"}