https://github.com/Raathigesh/paper
VSCode extension for taking code notes
https://github.com/Raathigesh/paper
Last synced: over 1 year ago
JSON representation
VSCode extension for taking code notes
- Host: GitHub
- URL: https://github.com/Raathigesh/paper
- Owner: Raathigesh
- License: mit
- Created: 2021-08-07T02:42:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-29T10:36:56.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T14:41:39.121Z (over 1 year ago)
- Language: TypeScript
- Size: 3.19 MB
- Stars: 72
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README

Paper is a note taking tool for VSCode. The motivation behind Paper is to create a tool that will let developers keep frequently accessed files and locations within files (functions, classes and etc) bookmarked for easy access.
### Install the extension
You can install the [extension](https://marketplace.visualstudio.com/items?itemName=Raathigeshan.paper) from VSCode marketplace.
### Shortcuts
- `# ` - Creates a H1 heading
- `## ` - Creates a H2 heading
- `### ` - Creates a H3 heading
- `- ` - Creates a list
### Features
#### Bookmark active file

Click the file icon in the floating menu to create a bookmark for the active file.
This is helpful if you want to bookmark a file that you frequently visit while implementing a feature.
#### Bookmark selection

Select text in a file and click the the pointer icon in the floating menu to create a bookmark to the selection.
Using this feature you can bookmark any number of locations in your codebase you visit often.
#### File tree

A file tree widget shows you the files under a particular path as a tree view.
This helps to keep a particular directory in-sight if don't want to scroll through in VSCode's tree view.