StarVault

by greatshieh
5
4
3
2
1
Score: 35/100
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. A plugin for github star repository management

Reviews

No reviews yet.

Stats

stars
1
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

StarVault

中文版

GitHub starred repositories sync and management tool for Obsidian.

Features

  • GitHub Sync: One-click sync your GitHub starred repositories to local
  • Smart Search: Full-text search by repository name and description
  • Custom Tags: Add, edit, and manage tags for repositories
  • Multi-filter: Filter by programming language
  • Flexible Sorting: Sort by stars, forks, or last updated time
  • Soft Delete: Safely hide repositories, restore anytime

Installation

  1. Download the latest release from GitHub Releases
  2. Copy main.js, manifest.json, and styles.css to your vault's plugin folder:
    <Vault>/.obsidian/plugins/starvault/
    
  3. Enable the plugin in Settings → Community plugins

Setup

  1. Go to Settings → StarVault
  2. Enter your GitHub Personal Access Token
  3. Click "Sync GitHub Stars" to start syncing

Usage

Sidebar

  • Repository Cards: Display name, description, language, stars, forks
  • Tags: Show up to 3 tags, with "+N" indicator for overflow
  • Search: Filter repositories by name or description
  • Filter: Filter by language or status (All / Archived)
  • Sort: Sort by Stars, Forks, or Last Updated

Detail View

  • View full repository information
  • Add or edit custom tags
  • Soft delete (move to archive)
  • Open in browser

Commands

Command Description
Sync GitHub Stars Sync all starred repositories
Toggle Sidebar Show or hide the sidebar

Data Storage

All data is stored locally in your vault using IndexedDB:

  • Repository information
  • Custom tags
  • Soft delete status

No data is sent to any external server.

Keyboard Shortcuts

Shortcut Action
Ctrl+P Quick search
Esc Close detail view

Support

License

MIT