Skip to content

Commit

Permalink
Demo gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
Raathigesh committed Aug 28, 2021
1 parent e34e430 commit e88cba7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,24 @@ Here are few features of paper and how they might come in handy.

#### Bookmark active file

<img src="docs/assets/Paper File bookmark.gif" />

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

<img src="docs/assets/Paper Selection bookmark.gif" />

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

<img src="docs/assets/Paper Filetree.gif" />

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.
Binary file added docs/assets/Paper File bookmark.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/Paper Filetree.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/Paper Selection bookmark.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e88cba7

Please sign in to comment.