{"id":13905874,"url":"https://github.com/frencojobs/vscode-notion","last_synced_at":"2025-07-15T17:37:17.899Z","repository":{"id":45687322,"uuid":"326192148","full_name":"frencojobs/vscode-notion","owner":"frencojobs","description":"Browse Notion pages right inside Visual Studio Code.","archived":false,"fork":false,"pushed_at":"2021-01-15T06:44:31.000Z","size":23941,"stargazers_count":327,"open_issues_count":14,"forks_count":15,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-05-12T13:04:05.435Z","etag":null,"topics":["notion","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=frenco.vscode-notion","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/frencojobs.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}},"created_at":"2021-01-02T13:47:04.000Z","updated_at":"2025-04-18T21:03:12.000Z","dependencies_parsed_at":"2022-08-25T13:40:24.095Z","dependency_job_id":null,"html_url":"https://github.com/frencojobs/vscode-notion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frencojobs/vscode-notion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frencojobs%2Fvscode-notion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frencojobs%2Fvscode-notion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frencojobs%2Fvscode-notion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frencojobs%2Fvscode-notion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frencojobs","download_url":"https://codeload.github.com/frencojobs/vscode-notion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frencojobs%2Fvscode-notion/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265450588,"owners_count":23767650,"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":["notion","vscode-extension"],"created_at":"2024-08-06T23:01:25.451Z","updated_at":"2025-07-15T17:37:17.150Z","avatar_url":"https://github.com/frencojobs.png","language":"TypeScript","funding_links":[],"categories":["HarmonyOS","TypeScript"],"sub_categories":["Windows Manager"],"readme":"# VSCode Notion\n\nBrowse Notion pages directly in Visual Studio Code.\n\n\u003e Disclaimer: This is an unofficial extension made using an unofficial renderer with the data from an unofficial API.\n\n\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/frencojobs/vscode-notion/main/.github/demo.gif\" /\u003e\n\n## Features\n\nHere is a list of features that the extension currently supports.\n\n- 📄 View Notion pages while you're coding\n- 🔓 Supports both private + public pages\n- 🗓️ Browse recently opened pages\n- 📌 Bookmark important ones for next times\n\nHere is the checklist for features I'm planning to add to the extension.\n\n- [x] View notion pages\n- [x] Support embeddings for certain trusted sources\n- [ ] Native syntax highlight for code snippets\n- [ ] Authentication for viewing private pages\n- [ ] Sidebar for all of user's pages\n\n_Authentication is not currently available since the unofficial API doesn't support much._ But I'm planning to add it as soon as I get access to the official notion API that is coming very soon.\n\n## Configuration\n\n### API\n\nA URL to get the data for Notion pages. By default, it is a hosted version of [Notion Api Worker](https://github.com/splitbee/notion-api-worker) and feel free to host your own and use.\n\n### Access Token\n\nThe `Authorization` header to be used when getting the data from the API. Will be empty by default and replace it with your own to view private pages of yours. As of now, you can get the token from `token_v2` of Notion website's cookies in your web browser.\n\n### Allow Embeds\n\nA boolean value to determine whether to allow iframe embeddings when viewing pages. It will be `false` by default.\n\n### Font Family\n\nA comma separated string of font families to use in the pages. Will be `'Helvetica Neue', sans-serif` by default.\n\n### Font Size\n\nThe font size in pixels to use in the pages. It will be `14` by default.\n\n### Line Height\n\nThe unitless line height value to use in the pages. By default, `1.5` will be used.\n\n---\n\nHere are the available settings with default values.\n\n```json\n{\n  \"VSCodeNotion.api\": \"https://notion-api.frenco.dev\",\n  \"VSCodeNotion.accessToken\": \"\",\n  \"VSCodeNotion.allowEmbeds\": false,\n  \"VSCodeNotion.fontFamily\": \"'Helvetica Neue', sans-serif\",\n  \"VSCodeNotion.fontSize\": 14,\n  \"VSCodeNotion.lineHeight\": 1.5\n}\n```\n\n## Acknowledgement\n\nThis project won't be possible without [React Notion](https://github.com/splitbee/react-notion) and [Notion API Worker](https://github.com/splitbee/notion-api-worker) libraries by Splitbee.\n\n## License\n\nMIT © Frenco Jobs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrencojobs%2Fvscode-notion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrencojobs%2Fvscode-notion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrencojobs%2Fvscode-notion/lists"}