Thomas Davis

Results 189 comments of Thomas Davis

Yeah but it doesn't support writing gist which is needed for the editor

I've updated it to just read user profile in this commit https://github.com/jsonresume/jsonresume.org/commit/8e5b9dc908c20ece1dd965c154294b1b904af78c Will keep this open for a little while to see if anyone has any good ideas to let...

## ✅ Permissions Minimized Verified current OAuth scopes in `apps/registry/auth.js:12`: ```javascript scope: 'read:user gist' ``` ### Current Permissions: - ✅ `read:user` - Read-only access to user profile (email, name, username)...

## Status: Tracking Issue for Related Projects This is a valid tracking issue for JSON Resume ecosystem projects that should be featured. **Project to add**: [jsonresume-to-rendercv](https://github.com/guruor/jsonresume-to-rendercv) - Converts JSON Resume...

Sounds like a good feature. I had this idea that maybe we could use a separator such that; `https://registry.jsonresume.org/thomasdavis` -> loads -> `resume.json` `https://registry.jsonresume.org/thomasdavis-en` -> loads -> `resume-en.json` I don't...

Sounds like we should just go with the query string, seems easy to implement.

## ✅ Implementation Complete I've successfully implemented multi-gist support via the `?gistname` query parameter. Users can now maintain and access multiple resume versions! ### How to Use Access different resume...

@duchenpaul which theme are you currently using?

I'm going to add markdown support to `summary` fields in `professional` theme

## ✅ Implemented Added full markdown support to the professional theme for summary and highlights fields. ### Implementation Details **Components Updated:** - `Summary.js` - Now parses summary field as markdown...