diff --git a/README.md b/README.md index ee2559d..1ece9f8 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,24 @@ 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. diff --git a/docs/assets/Paper File bookmark.gif b/docs/assets/Paper File bookmark.gif new file mode 100644 index 0000000..3c36064 Binary files /dev/null and b/docs/assets/Paper File bookmark.gif differ diff --git a/docs/assets/Paper Filetree.gif b/docs/assets/Paper Filetree.gif new file mode 100644 index 0000000..0ddf36a Binary files /dev/null and b/docs/assets/Paper Filetree.gif differ diff --git a/docs/assets/Paper Selection bookmark.gif b/docs/assets/Paper Selection bookmark.gif new file mode 100644 index 0000000..3774e5c Binary files /dev/null and b/docs/assets/Paper Selection bookmark.gif differ