Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-Updated README so that images resolve #14

Merged
merged 1 commit into from
Oct 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
**Repo Depot** is a simple JetBrains plugin that lets teams share common bookmarks through source control and open them through their IDE.

Bookmarks are available under Tools:<br>
![Select Bookmark](.github/readme/select-bookmark.png)
![Select Bookmark](https://raw.githubusercontent.com/Cullen-Shannon/as-bookmarks-plugin/main/.github/readme/select-bookmark.png)

Nest and organize them in the Settings menu:<br>
![Settings Menu](.github/readme/settings-menu.png)
![Settings Menu](https://raw.githubusercontent.com/Cullen-Shannon/as-bookmarks-plugin/main/.github/readme/settings-menu.png)

Maintain them in the Settings UI:<br>
![Maintain Entry](.github/readme/maintain-entry.png)
![Maintain Entry](https://raw.githubusercontent.com/Cullen-Shannon/as-bookmarks-plugin/main/.github/readme/maintain-entry.png)

The menu configuration persists in a root-level file called `repo_depot.json`. If the file doesn't exist, it'll be created automatically.<br>
![Repo Depot](.github/readme/repo-depot.png)

![Repo Depot](https://raw.githubusercontent.com/Cullen-Shannon/as-bookmarks-plugin/main/.github/readme/repo-depot.png)

> **Note**
>
Expand Down
Loading