{"id":17879661,"url":"https://github.com/dtgoitia/vscode-markdown-contacts","last_synced_at":"2025-04-03T01:14:59.424Z","repository":{"id":125913802,"uuid":"375352364","full_name":"dtgoitia/vscode-markdown-contacts","owner":"dtgoitia","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-03T15:52:35.000Z","size":343,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T15:18:18.720Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dtgoitia.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-06-09T12:46:13.000Z","updated_at":"2021-10-12T07:05:51.000Z","dependencies_parsed_at":"2023-07-04T05:46:20.613Z","dependency_job_id":null,"html_url":"https://github.com/dtgoitia/vscode-markdown-contacts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtgoitia%2Fvscode-markdown-contacts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtgoitia%2Fvscode-markdown-contacts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtgoitia%2Fvscode-markdown-contacts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtgoitia%2Fvscode-markdown-contacts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dtgoitia","download_url":"https://codeload.github.com/dtgoitia/vscode-markdown-contacts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246916762,"owners_count":20854514,"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":[],"created_at":"2024-10-28T12:06:59.685Z","updated_at":"2025-04-03T01:14:59.399Z","avatar_url":"https://github.com/dtgoitia.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Extension development\n\n* Install project dependencies:\n\n  ```bash\n  bin/set_up_development_environment\n  ```\n\n* Debug the extension in VSCode:\n\n  1. Run TypeScript compiler: `npm run watch`.\n  1. Open `src/extension.ts` in your editor.\n  1. Press `F5`.\n  1. Once the new VSCode instance is launched, select the Markdown language.\n\n* Publish extension:\n\n  1. Add last changes to README - ignore commits with version changes and updates to README.md to add release changes.\n\n  1. Manually bump version:\n\n      ```bash\n      npm version patch  # major/minor/patch/...\n                         # see `npm version --help` for more options\n      ```\n    \n      Check [published versions](https://marketplace.visualstudio.com/items?itemName=dtgoitia.markdown-contacts) if you are unsure about whether you need to bump the version or not.\n  \n  1. Push latest changes: `git push --atomic origin master`  (to ensure tags are sent simultaneously)\n\n  1. Go to [CI](https://github.com/dtgoitia/vscode-markdown-contacts/actions/) to monitor deployment.\n    Note: the deployment will fail if there is not a new tag.\n\n* (**AVOID WHEN POSSIBLE**, use CI instead)\n  Manually publish the extension:\n\n  1. Set up credentials as environment variables:\n\n      - `VSCODE_PUBLISHER_ID`: publisher ID, see [here][1] for more context.\n      - `VSCE_PAT`: personal access token, follow [these instructions][1] to get one.\n\n  1. Publish the extension bumping the version:\n\n      ```bash\n      npm run publish minor  # major/minor/patch/...\n                             # see `npm version --help` for more options\n      ```\n\n  This will bundle the extension with `webpack` (same as `npm run vscode:prepublish`) and upload it to the extension marketplace.\n\n## Features\n\n...\n\n## Requirements\n\n...\n\n## Extension Settings\n\nIn the global settings (optional):\n\n```json\n{\n  \"markdown-contacts.globalNames\": [\n    \"GlobalName_A\",\n    \"GlobalName_B\",\n  ],\n}\n```\n\nIn the workspace settings (optional):\n\n```json\n{\n  \"markdown-contacts.workspaceNames\": [\n    \"NameA\",\n    \"NameB\",\n  ],\n}\n```\n\nReload VSCode when you change the list of names in the extension settings.\n\n## Known Issues\n\n...\n\n\u003c!-- External references --\u003e\n\n[1]: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#get-a-personal-access-token \"VSCode. Publishing extensions: get a personal access token\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdtgoitia%2Fvscode-markdown-contacts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdtgoitia%2Fvscode-markdown-contacts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdtgoitia%2Fvscode-markdown-contacts/lists"}