-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7a0f95
commit da4caff
Showing
1 changed file
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,29 @@ | ||
Paper | ||
## Paper | ||
|
||
Paper is a note taking tool for VSCode. | ||
|
||
### Installing the extension | ||
|
||
You can install the [extension](https://marketplace.visualstudio.com/items?itemName=Raathigeshan.paper) from VSCode marketplace. | ||
|
||
### Guide to using paper | ||
|
||
Here are few features of paper and how they might come in handy. | ||
|
||
#### Bookmark active file | ||
|
||
If you click on the file icon in the floating menu, a bookmark for the active file will be created at the location of the cursor. | ||
|
||
This is helpful if you want to bookmark a file that you frequently visit while implementing a feature. | ||
|
||
#### Bookmark selection | ||
|
||
If you select a text and click on the mouse icon in the floating menu, a bookmark to the selection will be created at the location of the cursor. | ||
|
||
You could bookmark a few locations in your codebase that you jump around often. This could eliminate a lot of scrolling and searching for the tab among all the open tabs. | ||
|
||
#### 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 keep expanding it in VSCode's tree view. |