All Projects → frencojobs → Vscode Notion

frencojobs / Vscode Notion

Licence: mit
Browse Notion pages right inside Visual Studio Code.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vscode Notion

Nim
Streamline Your Node.js Debugging Workflow with Chromium (Chrome, Edge, More) DevTools.
Stars: ✭ 168 (-17.65%)
Mutual labels:  vscode-extension
Vs Shell Format
the shellscript、Dockerfile、properties ...... format extension
Stars: ✭ 176 (-13.73%)
Mutual labels:  vscode-extension
Vscode Remote Workspace
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Stars: ✭ 197 (-3.43%)
Mutual labels:  vscode-extension
Git History
Quickly browse the history of a file from any git repository
Stars: ✭ 12,676 (+6113.73%)
Mutual labels:  vscode-extension
Vscode Journal
Lightweight journal and simple notes support for Visual Studio Code
Stars: ✭ 174 (-14.71%)
Mutual labels:  vscode-extension
Codetour
VS Code extension that allows you to record and playback guided tours of codebases, directly within the editor.
Stars: ✭ 1,139 (+458.33%)
Mutual labels:  vscode-extension
Vscode
Connect to MongoDB and Atlas and directly from your VS Code environment, navigate your databases and collections, inspect your schema and use playgrounds to prototype queries and aggregations.
Stars: ✭ 161 (-21.08%)
Mutual labels:  vscode-extension
Metals Vscode
Visual Studio Code extension for Metals
Stars: ✭ 200 (-1.96%)
Mutual labels:  vscode-extension
Vscode Ocaml
An extension for VS Code which provides support for the OCaml language.
Stars: ✭ 175 (-14.22%)
Mutual labels:  vscode-extension
Flutter preview
Flutter | Because a widget-driven development requires a widget-driven preview.
Stars: ✭ 197 (-3.43%)
Mutual labels:  vscode-extension
Langserver Swift
A Swift implementation of the open Language Server Protocol.
Stars: ✭ 171 (-16.18%)
Mutual labels:  vscode-extension
Waypoint
📍 VSCode extension for navigating JS codebases
Stars: ✭ 174 (-14.71%)
Mutual labels:  vscode-extension
Vscode Kanban
Kanban board for Visual Studio Code.
Stars: ✭ 191 (-6.37%)
Mutual labels:  vscode-extension
Vscode Vite
One step faster for Vite in VS Code ⚡️
Stars: ✭ 168 (-17.65%)
Mutual labels:  vscode-extension
Js Refactor
JS Refactoring tool for Visual Studio Code
Stars: ✭ 195 (-4.41%)
Mutual labels:  vscode-extension
Sublimetext Sqltools
SQLTools for Sublime Text 3
Stars: ✭ 166 (-18.63%)
Mutual labels:  vscode-extension
Vscode Jest
The optimal flow for Jest based testing in VS Code
Stars: ✭ 2,357 (+1055.39%)
Mutual labels:  vscode-extension
Abracadabra
Automated refactorings for VS Code (JS & TS) ✨ It's magic ✨
Stars: ✭ 204 (+0%)
Mutual labels:  vscode-extension
Vscode Ltex
LTeX – Grammar/spell checker for VS Code with LanguageTool and LaTeX/Markdown support
Stars: ✭ 199 (-2.45%)
Mutual labels:  vscode-extension
Vscode Crystal Lang
Yet another VSCode extension for Crystal Programming Language
Stars: ✭ 192 (-5.88%)
Mutual labels:  vscode-extension

VSCode Notion

Browse Notion pages directly in Visual Studio Code.

Disclaimer: This is an unofficial extension made using an unofficial renderer with the data from an unofficial API.

Features

Here is a list of features that the extension currently supports.

  • 📄 View Notion pages while you're coding
  • 🔓 Supports both private + public pages
  • 🗓️ Browse recently opened pages
  • 📌 Bookmark important ones for next times

Here is the checklist for features I'm planning to add to the extension.

  • [x] View notion pages
  • [x] Support embeddings for certain trusted sources
  • [ ] Native syntax highlight for code snippets
  • [ ] Authentication for viewing private pages
  • [ ] Sidebar for all of user's pages

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.

Configuration

API

A URL to get the data for Notion pages. By default, it is a hosted version of Notion Api Worker and feel free to host your own and use.

Access Token

The 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.

Allow Embeds

A boolean value to determine whether to allow iframe embeddings when viewing pages. It will be false by default.

Font Family

A comma separated string of font families to use in the pages. Will be 'Helvetica Neue', sans-serif by default.

Font Size

The font size in pixels to use in the pages. It will be 14 by default.

Line Height

The unitless line height value to use in the pages. By default, 1.5 will be used.


Here are the available settings with default values.

{
  "VSCodeNotion.api": "https://notion-api.frenco.dev",
  "VSCodeNotion.accessToken": "",
  "VSCodeNotion.allowEmbeds": false,
  "VSCodeNotion.fontFamily": "'Helvetica Neue', sans-serif",
  "VSCodeNotion.fontSize": 14,
  "VSCodeNotion.lineHeight": 1.5
}

Acknowledgement

This project won't be possible without React Notion and Notion API Worker libraries by Splitbee.

License

MIT © Frenco Jobs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].