Skip to content

Add ResumeMD to the tools directory - #284

Open
shenoudab wants to merge 1 commit into
mattcone:masterfrom
shenoudab:add-resumemd-tool
Open

Add ResumeMD to the tools directory#284
shenoudab wants to merge 1 commit into
mattcone:masterfrom
shenoudab:add-resumemd-tool

Conversation

@shenoudab

Copy link
Copy Markdown

This PR adds ResumeMD (https://resumemd.pro), a free browser-based Markdown editor for building resumes, to the tools directory.

  • Split-pane editor with live preview; GitHub Flavored Markdown via react-markdown + remark-gfm
  • Free to use with no account; PDF export included; documents stored in localStorage by default
  • Icon added at assets/images/tools/resumemd.png and a screenshot at assets/images/resumemd.png, following the existing asset conventions

On the syntax table: I filled it in from the editor's actual renderer rather than by eyeballing the preview. It uses react-markdown with remark-gfm and no rehype plugins, so raw HTML, heading IDs, and syntax highlighting are marked n. images is marked p because images render in the browser preview but are not included in PDF export. Single-Return line breaks aren't supported (no remark-breaks), but the standard two-trailing-spaces syntax is, so line-breaks is y.

Disclosure: I'm the developer of ResumeMD. I've kept the entry's tone consistent with existing tool pages (e.g., Dillinger) — happy to adjust the wording, the category, or any row of the support matrix as you see fit. One note that may save confusion: a few unrelated projects share the "resume-md" name, including an open-source GitHub project; this entry is specifically the web app at resumemd.pro.

ResumeMD (https://resumemd.pro) is a free browser-based Markdown editor
for building resumes: split-pane editor, live preview, and PDF export
with no account required.

The syntax support table was filled in from the editor's actual renderer
(react-markdown + remark-gfm, with no rehype plugins), which is why raw
HTML, heading IDs, and syntax highlighting are marked unsupported.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant