Skip to content

Commit

Permalink
Radme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Raathigesh committed Aug 25, 2021
1 parent f7a0f95 commit da4caff
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
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.

0 comments on commit da4caff

Please sign in to comment.