From da4caff57dbe5e2764cdf156f2f929cd171e29cc Mon Sep 17 00:00:00 2001 From: Raathigesh Date: Wed, 25 Aug 2021 19:14:39 +1000 Subject: [PATCH] Radme update --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf5d06..b01bca4 100644 --- a/README.md +++ b/README.md @@ -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.