Link indexer

by Yuliya Bagriy
5
4
3
2
1
Score: 51/100

Description

The Link indexer plugin for Obsidian automates the creation of index notes that list and count links between notes in your vault based on customizable conditions. Users can configure multiple presets to generate different types of reports, such as used links, nonexistent files, or specific exclusions. The plugin supports options to include embeds, strict line breaks, and filtering links by file names or paths. This tool helps users better understand and manage the connections within their vault, making it ideal for organizing and navigating large collections of notes.

Reviews

No reviews yet.

Stats

28
stars
7,833
downloads
1
forks
2,081
days
1,787
days
2,058
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
14
total issues
0
open issues
14
closed issues
0
commits

Latest Version

6 years ago

Changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2020-12-05)

Features

0.1.1 (2020-12-01)

Features

  • exclude based on filenames (4a9a58e), partial support for #11

0.1.0 (2020-11-28)

Features

0.0.7 (2020-11-24)

Bug Fixes

  • properly merge existing settings with new (ca703a9), closes #10

0.0.6 (2020-11-24)

Features

  • nonexitent links filtering (a52e98d), closes #1

0.0.5 (2020-11-18)

Features

  • option to include embeds (4d987ce), closes #5

0.0.4 (2020-11-18)

Bug Fixes

  • aggregate header and block links (2d9e182), closes #6

0.0.3 (2020-11-17)

Features

  • configure non-strict line breaks (6550c55), closes #9
  • support unlinked indexes (2737940), closes #9

0.0.2 (2020-11-13)

0.0.1 (2020-11-13)

README file from

Github

This plugin for Obsidian generates index notes with links based on various conditions.

Read changelog here.

WARNING: I'm no longer using this plugin myself ¯\_(ツ)_/¯

Usage

Plugin adds commands and settings for each type of index note.

You can have as many settings presets as you want, for example, one used links report for all data and another for non-existing files only.

To configure the plugin, go to plugin settings and add a preset with desired configuration. After that you'll see a new command added to the palette with the name Link indexer: Used links - {name of the preset}.

Vault had:

  • note A with links B and C
  • note B with link C
  • note C with link to B and non-existing note X

Command will create an index note (check path in settings) with the content:

2 [[B]]
2 [[C]]
1 [[X]]
Output options

Include embeds counts both ![[file]] and [[file]] links. When disabled, it will count only [[file]] links.

Nonexistent files only. When enabled, the example above would generate a note with only 1 [[X]].

Strict line breaks corresponds to the same Editor setting: "off" = one line break, "on" = two line breaks.

On:

2 [[B]]

2 [[C]]

1 [[X]]

Off:

2 [[B]]
2 [[C]]
1 [[X]]

Link to files. When "on" the output file will use wiki-links to files. Disable if you don't want to pollute graph with it.

On:

2 [[B]]
2 [[C]]
1 [[X]]

Off:

2 B
2 C
1 X

Exclude links from files and Exclude links to files allow skipping files during indexing. Both accept regex patterns. If you need several excludes, add them on separate lines. Exclusion is checked only for existing files and only for filename without path.

For example, if exclude from is set to B, the plugin won't count any links in this file and the output would be:

2 [[B]]
1 [[C]]
1 [[X]]

If exclude to is set to B, then any links to this file will be ignored, and the output will be:

2 [[C]]
1 [[X]]

If both exclude from and to are set to B, the the output will be:

1 [[C]]
1 [[X]]

Exclude links from paths and Exclude links to paths works similarly to filename exclusion, but accept glob patterns. Check picomatch docs for detailed information. Useful, when you want to exclude some directories, for example, exclude everything from directory Dailies is Dailies/**/*.

Compatibility

v0.0.1 was developed against Obsidian v0.9.12, but it may work in earlier versions (v0.9.7+).

Next releases will continue to target v0.9.12+.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Relay
2 years ago by System 3
Multiplayer Mode for Obsidian
Automatic Table Of Contents
3 years ago by Johan Satgé
💠 An Obsidian plugin to create a table of contents in a note, that updates itself when the note changes
Paste image rename
4 years ago by Reorx
Renames pasted images and all the other attachments added to the vault
obsidian floating toc
4 years ago by curtgrimes modified by Cuman
Timeline
5 years ago by George Butco
Obisdian.md plugin for creating timelines
HTML Reader
4 years ago by Nuthrash
This is a plugin for Obsidian (https://obsidian.md). Can open document with .html and .htm file extensions.
Update time on edit
5 years ago by beaussan
Trash Explorer
4 years ago by Per Mortensen
Restore and delete files from the Obsidian .trash folder
VSCode Editor
3 years ago by Sun Xvming
Edit Code Files like VSCode in Obsidian.
Update frontmatter modified date
3 years ago by Alan Grainger
Automatically update a frontmatter/YAML modified date field
Better File Link
5 years ago by Marc Julian Schwarz
A plugin for the note taking app Obsidian to add better external file links to your notes.
File Order
3 years ago by lukasbach
Obsidian plugin to reorder files with drag-and-drop by customizing a number-prefix in the filenames
Telegram Sync
3 years ago by Burtasov Volodymyr
Transfer messages and files from Telegram to Obsidian
File Hider
4 years ago by Oliver Akins
A plugin for https://obsidian.md that allows hiding specific files and folders from the file explorer.
Syncthing Integration
3 years ago by LBF38
Obsidian plugin for Syncthing integration
Show Current File Path
5 years ago by Ravi Mashru
Obsidian plugin to show the file path of the current file in the status bar
Discord Rich Presence
6 years ago by Luke Leppan
Update your Discord Status to show your friends what you are working on in Obsidian. With Discord Rich Presence.
Search on Internet
6 years ago by Emile
Add context menu items in Obsidian to search the internet.
Influx
4 years ago by Jens M Gleditsch
An alternative backlinks plugin, which displays relevant and formatted excerpts from notes with linked mentions, based on the position of mentions in the notes' hierarchical structure (bullet level indentation).
Workbench
6 years ago by ryanjamurphy
A plugin to help you collect working materials.
Mxmind Mindmap
2 years ago by mxmind
mxmind for obsidian plugin
Lineage
2 years ago by ycnmhd
Gingko-like interface in obsidian
Regex Pipeline
5 years ago by No3371
An Obsidian plugin that allows users to setup custom regex rules to automatically format notes.
Prompt ChatGPT
2 years ago by Coduhuey
Edit History
3 years ago by Antonio Tejada
Obsidian Edit History Plugin, automatically save all the edit history of a note, browse and restore previous versions
Hide Sidebars on Window Resize
5 years ago by NomarCub, Michael Hanson
A simple Obsidian plugin to hide the sidebars when the window gets narrow.
Reveal Active File Button
5 years ago by Clare Macrae
Obsidian plugin to add a button to the top of the Obsidian File Explorer, to reveal the active file.
Cards View
2 years ago by Maud Royer
Plugin for Obsidian.md. Displays a card view of your notes.
Folder Focus Mode
4 years ago by grochowski
Focus file explorer on chosen folder and its files and subdirectories, while hiding all the other elements.
Luhman
5 years ago by Dylan Elliott
Discordian Theme
6 years ago by @radekkozak
Discordian plugin for tweaking Discordian theme
Markdown Furigana
5 years ago by Steven Kraft
Simple Markdown to Furigana Rendering Plugin for Obsidian
Merge Notes
3 years ago by fnya
Merge Notes is Plugin for Obsidian
Tag Summary
4 years ago by J.D Gauchat
Electron Window Tweaker
5 years ago by mgmeyers
AI Tagger
2 years ago by Luca Grippa
Simplify tagging in Obsidian. Instantly analyze and tag your document with one click for efficient note organization.
Unique attachments
5 years ago by Dmitry Savosh
Obsidian plugin. Renames attachments, making their names unique.
Youglish
6 years ago by Noureddine Haouari
Use YouTube to improve your pronunciation. YouGlish plugin gives you fast, unbiased answers about how words is spoken by real people and in context.
Dangerzone Writing
6 years ago by Alexis Rondeau
A plugin that forces you to write for X seconds. If you pause for more than 5 seconds, everything you've written in this note is DELETED.
PF2e Statblocks
2 years ago by Tyler Pixley
Allows Obsidian to render Pathfinder 2e statblocks cleanly, using only Markdown-based syntax.
Add links to current note
6 years ago by MrJackphil
This plugin adds a command which allows to add a link to the current note at the bottom of selected notes
Nexus AI Chat Importer
2 years ago by Superkikim
Binary File Manager
5 years ago by qawatake
An Obsidian plugin to manage binary files
Footlinks
6 years ago by Daha
Obsidian plugin that extracts urls from the main text to footer, offering a better reading/editing experience.
Automatic Linker
a year ago by Kodai Nakamura
Antidote Grammar Checker Integration
3 years ago by Heziode
An Obsidian integration of Antidote, a powerful grammar checker
Ego Rock
2 years ago by Ashton Eby
An obsidian plugin that implements a basic taskwarrior UI for listing and modifying tasks.
Canvas Mindmap Helper
2 years ago by Tim Smart
Multiple Notes Outline
3 years ago by iiz
Keyword Highlighter
3 years ago by Marcel Goldammer
Automatically highlight specified keywords within your Obsidian notes for enhanced visibility and quick reference.
Readwise Community
5 years ago by renehernandez
Sync Readwise highlights into your obsidian vault
Pending notes
4 years ago by Ulises Santana
Obsidian plugin for searching links without notes in your vault.
CSV Lite
a year ago by Jay Bridge
Simple enough for csv, no more fancy function you need to learn and think!
Carry-Forward
5 years ago by Jacob Levernier
An Obsidian Notes plugin for generating and copying block IDs, and copying lines with a link to the copied line
Auto Filename
3 years ago by rcsaquino
Auto Filename is an Obsidian.md plugin that automatically renames files in Obsidian based on the first x characters of the file, saving you time and effort.
S3 Image Uploader
3 years ago by jvsteiner
This project implements an image uploader, similar to others offered by the community, with one important difference: you can provide your own s3 based storage, instead of relying on a third party service, such as imgur.
Another Sticky Headings
2 years ago by Zhou Hua
Title Serial Number
5 years ago by Domenic
This is an obsidian plugin, and it adds serial numbers to your markdown title.
Vault Transfer
2 years ago by ImaginaryProgramming
Transfers a note from one vault to another.
Augmented Canvas
2 years ago by Léopold Szabatura
Supercharge your Obsidian canvas experience with AI features.
Update Relative Links
4 years ago by val
Media Companion
a year ago by Nick de Bruin
Rapid Notes
4 years ago by valteriomon
Line Arrange
2 years ago by Chitwan Singh
Obsidian Plugin For Arranging Lines.
Page Heading From Links
6 years ago by Mark Beattie
Obsidian plugin to populate page headings
Notes dater
3 years ago by Paul Treanor
Adds created_on and updated_on dates of the active note to status bar
Yesterday
2 years ago by Dominik Mayer
Obsidian plugin providing Yesterday journaling support
Adjacency Matrix Maker
5 years ago by SkepticMystic
Creative an interactive adjacency matrix of your Obsidian vault
JavaScript Init
5 years ago by ryanpcmcquen
Run custom JavaScript in Obsidian.
Note archiver
3 years ago by thenomadlad
BookFusion
2 years ago by BookFusion
BookFusion Obsidian Plugin
Quadro
2 years ago by Chris Grieser (aka pseudometa)
Obsidian Plugin for social-scientific Qualitative Data Analysis (QDA). An open alternative to MAXQDA and atlas.ti, using Markdown to store data and research codes.
Open cards in imdone.
5 years ago by saxmanjes
Open cards in imdone from obsidian
Insert Multiple Attachments
2 years ago by mnaoumov
Obsidian Plugin that allows to insert multiple attachments at a time
Image to text OCR
2 years ago by Dario Baumberger
Convert a image in your note to text.
Webdav File Explorer
3 years ago by red0orange
Text Wrapper
3 years ago by smx0
Plugin for Obsidian
Mochi Cards Exporter
5 years ago by kalbetre
Mochi Cards Exporter Plugin for Obsidian
InlineCodeHighlight
3 years ago by Dimava
Metadata Icon
2 years ago by Benature
change metadata entry icon
Cloudinary Uploader
5 years ago by Jordan Handy
An uploader for Obsidian to Cloudinary
File Preview
2 years ago by Huajin
Add file preview contents under file in file explorer.
Screwdriver
4 years ago by vorotamoroz
Link Range
3 years ago by Ryan Mellmer
Add ranged link support to Obsidian
Plugin Reloader
2 years ago by Benature
manual reload plugins
File chucker
4 years ago by Ken Lim
simple-sketch
2 years ago by Yoh
an Obsidian plugin to create minimal sketches
File Explorer Reload
2 months ago by mnaoumov
This plugin has not been manually reviewed by Obsidian staff. Reloads file explorer pane
Subdivider
3 years ago by Tricster
Subdivider converts your notes into nested folders, automatically creating separate files for each subheading.
External Rename Handler
2 years ago by mnaoumov
Obsidian Plugin that handles external renames made outside of the app
Auto Archive
3 years ago by Shane Burke
Auto Archive plugin for Obsidian
Open File by Magic Date
4 years ago by simplgy
Alias Management
2 years ago by WithMarcel
Identify duplicate notes based on similar aliases and filenames in Obsidian.
Movie Search
2 years ago by Gubchik123
Obsidian plugin to help you create movie notes.
Update Time
2 years ago by Sébastien Dubois
Obsidian plugin that updates front matter to include creation and last update times
Copy Metadata
3 years ago by wenlzhang
An Obsidian plugin to copy metadata to clipboard and insert it into file name.
Remove Empty Folders
3 years ago by fnya
Remove Empty Folders for Obsidian
Git File Explorer
3 years ago by Mateus Molina
Expiration-Date-Tracker
3 years ago by Marius Wörfel
Opsidian plugin to keep track of all expiration dates, for example, for your groceries.
Recently Added Files
2 years ago by Lemon695
List files by last added, includes pictures, pdfs, etc.
Inbox Organiser
2 years ago by Jamie Hurst
Obsidian plugin to capture any new notes into an inbox and periodically prompt to organise these into other folders within the vault.
Markdown Media Card
2 years ago by Zhou Hua
Note ID
a year ago by Dominik Mayer
Displays notes by their ID, enabling structured sequences for manuscripts or a Zettelkasten ("Folgezettel")
Track-a-Lot
2 years ago by Iulian Onofrei
This is a tracker plugin for Obsidian
Hugo codeblock highlight
2 years ago by aarol
Highlights lines in code blocks using Hugo's hl_lines syntax
Dataview Autocompletion
a year ago by Daniel Bauer
Note 2 Tag Generator
2 years ago by Augustin
New Note Fixer
a year ago by mnaoumov
Obsidian Plugin that unifies the way non-existing notes are created when clicking on their links
Auto Definition Link
2 years ago by Nolan Carpenter
This is a plugin for Obsidian to automatically create links to blocks in your vault
PARA Workflower
2 years ago by KevTheDevX
Helpful commands for starting and working in your vault with the PARA method.
Gitlab Wiki Exporter
2 years ago by Josef Rabmer
Header Adjuster
2 years ago by Valentin Pelletier
Header level Reformat Plugin for Obsidian
Local Any Files
2 years ago by ShermanTsang
A obsidian plugin used to extract and download files in your obsidian note.
Cloud Storage
2 years ago by Jiajun Ma
Obsidian Cloud Storage is a powerful and user-friendly plugin designed to seamlessly integrate cloud storage capabilities into your Obsidian workflow. This plugin allows you to effortlessly upload your attachments to the cloud, freeing up local storage space and enabling easy sharing and access across all your devices.
Simple Archiver
a year ago by Mike Farr
An Obsidian plugin that enables you to quickly archive a single note or an entire folder of notes.
Daily Note Collector
2 years ago by Adar Butel
An Obsidian plugin that adds links to new notes to your daily note.
Link Maintainer
2 years ago by wenlzhang
An Obsidian plugin that helps you maintain note links when splitting or reorganizing notes.
Header navigation
2 years ago by readwithai
An obsidian plugin to navigate around and toggle folding on headers
Hash Pasted Image
2 years ago by Minh Vương
Auto rename pasted images added to the vault via hash algorithm SHA-512
Markdown Hijacker
a year ago by Yongmini
Beyond the Vault. One hub for every Markdown, everywhere
Graphic Organizer
4 months ago by Nick Le Guillou - Superhuman Curiosity
Interactive tree view for visualizing and managing your vault's file hierarchy.
Immich
2 years ago by Talal Abou Haiba
WonderBox
2 years ago by Christian HUMBERT
Orion Publish
2 years ago by Sean Collings
S3agle
2 years ago by Turner Monroe (turnercore)
Simple Image Inserter
2 years ago by Joey Holtzman
Add images from the file system into Obsidian notes through a built-in file explorer
External File Card
2 years ago by James-Yu
A plugin for Obsidian showing a card displaying basic information of a file in pre-defined folders.
New Filename
2 years ago by Amin Sennour
Simple plugin to change the default name for a new note from "Untitled" to a UUID.
VaultSync
a year ago by Justin Bird
Obsidian plugin to link your vault to a cloud storage provider.
Tokenz
2 years ago by Ferenc Moricz
Use any kind of short codes in Obsidian! Comes with a map for smileys (:), ;), ...) and one for emojis (:smile:, :wink:, ...).
Template Folder
a year ago by LucasOe
Obsidian plugin to move notes to a folder when applying a template.
Tencent COS for Imgur
2 years ago by bobostudio
🔥 Obsidian 腾讯云 COS 图床插件
Smart Link Alias
2 years ago by Victor Perez-Cano
Multiple Daily Notes
a year ago by Vab Kapoor
Obsidian plugin for adding multiple daily notes, with some extra configurations too.
Atomizer
2 years ago by Zac Bagley
An AI-Driven Obsidian plugin designed to turn lengthy text into insightful atomic notes. Perfect for turning source notes into ideas in a Zettelkasten workflow.
NSFW filter
2 years ago by catvatar
Obsidian Plugin adding a button to toggle visiblity of NSFW notes
Header Counter
2 years ago by Nancy Lee
Guid Renamer
2 years ago by Taskscape LTD, Kacper Pabianiak
Renames the currently selected file by providing a unique file name based on GUID pattern
ImgBB Uploader
2 years ago by Jordan Handy
An image uploader to imgBB for Obsidian
Remote Fetch
a year ago by Shaharyar
Rename File to Selection
a year ago by Aava
Rename your file to the current text selection.
Discrete
a year ago by shkarlsson
Suggest Notes
2 years ago by Doggy-Footprint
oblogger
3 years ago by loftTech
tag explorer and frontmatter logger plugin for obsidian
WebDAV Explorer
4 months ago by 蓝星晓夜
WebDAV Explorer: Connect to WebDAV server, preview files directly in web view, and generate links through simple drag-and-drop.
sync-db-os
2 years ago by ketd
Clojure Plugin Host
2 years ago by Vladimir "farcaller" Pouzanov
A Clojure plugin host, allowing the creation of simple Clojure-based plugins right inside Obsidian