Rverity for Obsidian

Connect your Obsidian vault to Rverity. Sync your markdown notes, backlinks, and knowledge graph for powerful cross-tool search and discovery.

$ Install Rverity plugin from Obsidian Community Plugins

Features

Everything you need to capture and organize your digital context

Vault synchronization with automatic change detection
Markdown file indexing preserving formatting and frontmatter
Backlink and wikilink resolution for relationship mapping
Tag and metadata extraction from frontmatter and inline tags
Graph view integration showing connections across tools
Bidirectional linking between Obsidian and other integrations
File attachment indexing including images and PDFs
Daily note capture with automatic date-based organization
Template support for consistent note structure
Search across all vaults with advanced query syntax
Real-time sync with conflict resolution
Privacy mode to exclude specific folders or files

Setup Guide

Get started in minutes with our step-by-step guide

1

Install Plugin

Open Obsidian settings and install the Rverity plugin from the Community Plugins directory.

Settings → Community Plugins → Browse Search: Rverity Click Install → Enable
2

Configure API

Enter your Rverity API key and configure which folders to sync. You can exclude private folders or specific file patterns.

Settings → Rverity Plugin API Key: [your-key] Vault Path: / Exclude: private/, temp/ Sync Frequency: Real-time
3

Initial Sync

Trigger the initial sync to index your existing notes. This may take a few minutes depending on vault size.

Command Palette (Ctrl/Cmd + P) Type: Rverity: Sync Vault Wait for completion notification Verify in Rverity dashboard

Example

Code Example
// Frontmatter Configuration
---
tags: [project, important]
rverity-sync: true
rverity-public: false
created: 2024-02-11
---

// Wikilink Support
[[Related Note]] - Auto-linked in Rverity
![[Embedded Note]] - Content indexed
#tag - Searchable across all tools

// Search Syntax
// Find notes by tag: tag:#project
// Search by date: created:2024-02
// Full-text: "exact phrase"
// Backlinks: linked-to:[[Note Name]]

// Privacy Controls
// Exclude folders: private/, personal/
// Exclude files: *.draft.md, temp-*
// Respect .gitignore patterns