Boost Link Suggestions

by Jacob Levernier
5
4
3
2
1
Score: 40/100

Description

The Boost Link Suggestions plugin enhances the link suggestion functionality in Obsidian by prioritizing files based on their link count and a customizable boost score. Unlike the default suggestion interface, which relies solely on search match, this plugin orders suggestions by the number of incoming links a file has in the vault, combined with an optional boost value defined in the file's frontmatter. Users can improve their workflow by manually prioritizing frequently used files and ensuring they appear at the top of the suggestion list. The plugin also supports displaying boost scores in the suggestion interface for greater transparency.

Reviews

No reviews yet.

Stats

13
stars
1,455
downloads
1
forks
1,267
days
1,004
days
1,004
days
6
total PRs
0
open PRs
0
closed PRs
6
merged PRs
4
total issues
3
open issues
1
closed issues
0
commits

Latest Version

3 years ago

Changelog

  • Fixed bug whereby file name was not being searched alongside alias.
  • Implemented saving of recent selections.
  • Updated CSS x-axis clipping, and added deduplication to list.

README file from

Github

An Obsidian plugin for suggesting inline links ordered by link count and manual boosts.

Motivation

Obsidian provides a built-in interface for suggesting files to link to (when typing [[, for example). Links in this interface are currently based solely on search match. If some files are frequently linked to but are lower in the alphabet than other, less-frequently-linked-to files, this can lead to situations in which a higher-up file are mistakenly chosen over the more-frequently-linked-to file from the list of suggestions when writing quickly. This plugin addresses this situation by suggesting files in order of their incoming links, and further by allowing "boosting" specific files manually.

Usage

Linking to files

While typing in a markdown note, typing b[ will bring up a searchable suggestion interface that lists files. This is equivalent to the file-linking interface built into Obsidian core, except that it uses a modifiable sorting approach. Specifically, files are listed by:

  1. How many times the file is linked to in the Obisidian vault, plus:
  2. A "boost" score from that file's YAML front-matter (by default, using the key "boost"):
    ---
    aliases:
    	- Example 1
    	- Example 2
    
    boost: 100
    ---
    
    # Example file 1
    
    ...
    

Within a file, suggestions are listed by aliases in order in which they are listed in the YAML front-matter, followed by the filename.

This allows "boosting" certain files such that they will always be at or near the top of the suggestions list.

Boost score calculations can optionally be shown in the suggestion interface by enabling the "Show scores" setting.

Installation

Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/obsidian-boost-link-suggestions/.

From the Community Plugins list

  1. Search for "Boost Link Suggestions" in Obsidian's community plugins browser
  2. Enable the plugin in your Obsidian settings (find "Boost Link Suggestions" under "Community plugins").
  3. Check the "Boost Link Suggestions" settings tab. Add one or more patterns.

Development

Clone the repository, run yarn to install the dependencies, and run yarn dev to compile the plugin and watch file changes.

See https://github.com/obsidianmd/obsidian-api for Obsidian's API documentation.

License

This plugin's code and documentation is released under the BSD 3-Clause License.

Todo

Automated tests are not currently included in this code for this repository. Assistance in this, particularly using the Obsidian End-to-End testing approach, is especially welcome!

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
2Hop Links
5 years ago by Tokuhiro Matsuno
2Hop Links Plus
3 years ago by Tokuhiro Matsuno, L7Cy
Related links up to 2 hops away are displayed in a card format.
Abbrlink
2 years ago by Q78KG
Account Linker
4 years ago by qwegat
Plugin for posting links to various SNS accounts on Obsidian
Activity Heatmap
2 years ago by Zak Hijaouy
Activity Logger
5 years ago by Creling
AI bot
2 years ago by kuzzh
The AI Bot Plugin is a powerful tool designed to enhance your note-editing experience in Obsidian by leveraging the capabilities of AI. This plugin allows you to interact with an AI assistant directly within Obsidian, making it easier to generate, edit, and organize your notes with intelligent suggestions and automated tasks.
AI integration Hub
a year ago by Hishmat Salehi
A modular AI integration hub for Obsidian
AI Revisionist
a year ago by Synaptic Labs
Alias Picker
2 years ago by rostunic
Amazing Marvin
5 years ago by Shirayuki Nekomata
Simple plugin for Amazing Marvin
Another Simple Todoist Sync
2 years ago by eudennis
Obsidian.md plugin to integrate with Todoist app.
Asana
a year ago by Ryan Bantz
Obsidan plugin that creates tasks in Asana for highlighted text or the current line
At People
3 years ago by Tobias Davis
Obsidian plugin to use the familiar @ notation to cross link to people.
Audio Notes
3 years ago by Jason Maldonis
Easily take notes on podcasts and other audio files using Obsidian Audio Notes.
Auto Card Link
4 years ago by Nekoshita Yuki
Auto File Organizer
2 years ago by mofukuru
Obsidian plugin: Automatically organizes files into folders based on their extensions.
Auto Folder Collapse
2 years ago by Dario Casciato
A plugin for Obsidian that automatically collapses all child folders when you collapse a parent folder. This helps keep your file explorer organized and clutter-free.
Auto Link Title
5 years ago by Matt Furden
Automatically fetch the titles of pasted links
Auto Note Mover
4 years ago by faru
This is a plugin for Obsidian (https://obsidian.md).
Auto Periodic Notes
2 years ago by Jamie Hurst
Obsidian plugin to create new periodic notes automatically in the background and allow these to be pinned in your open tabs. Requires the "Periodic Notes" plugin.
Auto Tasks
2 years ago by Jamie Hurst
Obsidian plugin to combine periodic notes with tags and tasks to automatically manage your daily, weekly and project TODO lists. Requires the "Periodic Notes" and "Tasks" plugins.
Autocomplete
5 years ago by Yeboster
Obsidian plugin to provide text autocomplete
Autocorrect Formatter
3 years ago by b-yp
A plugin running on Obsidian that utilizes autocorrect to format Markdown content.
Automatic Renumbering
2 years ago by Omri Levi
Automatically reorders checklists and numbered lists as you edit them.
Automatic Tags
3 years ago by Jamalam
Add tags to new notes automatically based on their path
Beautiful Contact Cards
2 years ago by Seth Tenembaum
A plugin for the Obsidian text editor which renders "contact" code blocks with tappable links for phone, social media, etc.
Bellboy
4 years ago by Shaked Lokits
Opinionated file structure manager for the Obsidian knowledge base.
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.
Better Markdown Links
2 years ago by mnaoumov
Obsidian plugin that adds support for angle bracket links and manages relative links properly
Blockquote Levels
4 years ago by Carlo Zottmann
A plugin for Obsidian (https://obsidian.md) that adds commands for increasing/decreasing the blockquote level of the current line or selection(s).
Bookmarks Caller
2 years ago by namikaze-40p
This is an Obsidian plugin which can easily open bookmarks.
Bottom to Top
2 years ago by Henry Gustafson
Brain Dump Mode
2 years ago by yesjinu
Obsidian plugin - DISABLE your delete key and eliminate hesitation!
Brainframe
3 years ago by pedersen
Broken Links
2 years ago by ipshing
BuJo Bullets
a year ago by Will Olson
Alternate checkbox types for Obsidian to support Bullet Journal bullets
Bulk open selected links
3 years ago by Steven Jin
This plugin would work by extending Obsidian's functionality to detect when multiple notes or files are being dragged onto its interface
Buttons
5 years ago by Sam Morrison
Buttons in Obsidian
Callout Suggestions
2 years ago by Casey Fryer
Obsidian Plugin for autocompleting callouts.
Canvas Link Optimizer
2 years ago by khaelar
An Obsidian plugin that optimizes canvas links by displaying a page thumbnail.
Canvas Link to Group
8 months ago by TGRRRR
Plugin for Obsidian Canvas enabling direct links to specific groups within canvas files for improved navigation
Canvas Links
3 years ago by aqav
Show the links between "Canvas" and "File"
CAO
a year ago by Godot
Claude AI for Obsidian
Checklist
5 years ago by delashum
Clipper Catalog
a year ago by Greg K.
A catalog view that provides a powerful interface for all your clipped web articles and content. Easily organize, search, and manage your web clippings within your vault.
Cluster
2 years ago by Lorens Osman
Cluster plugin mainly designed to simplify the process of note clustering on mobile devices and work well on PCs ether
Codename
3 years ago by dstack
Command Alias
5 years ago by @Yajamon
Obsidianのコマンドに対してエイリアスを設定するプラグイン
Consistent attachments and links
5 years ago by Dmitry Savosh
Obsidian plugin. Move note with attachments.
Contacts
3 years ago by vbeskrovnov
With this plugin, you can easily organize and manage your contacts within Obsidian. Simply create a note with contact information and use the plugin's features to quickly search, and sort through your contacts. Contacts plugin also helps you to remember birthdays of your contacts and keeps track of the last time you met them.
Content Cards
a year ago by leo
Insert content cards in Markdown, such as timeline, highlightblock, target card, book information card, music information card, movie information card, photoes ablum, business card, content subfield, countdown, SWOT,BCG.
Contribution Graph
2 years ago by vran
generate interactive gitxxx style contribution graph for obsidian, use it to track your goals, habits, or anything else you want to track.
Copy Inline Code
3 years ago by Ondrej Zavodny
Copy Section
2 years ago by skztr
Obsidian.md plugin adding a Copy button to the top of Headed sections
Crackboard
2 years ago by Franklin
Obsidian plugin for crackboard.dev
Crossbow
3 years ago by shoedler
Obsidian plugin to find possible backlinks in your notes
Ctrl-XA cycle various items
2 years ago by nbossard
The equivalent in Obsidian of Vim Ctrl X-A. But supercharged with lists of various items : days, months, ...
Current File Tags
a year ago by Trung Tran
Cursor Position History
a year ago by Florian Gubler
A Plugin to remember (and make accessible) the cursor history in Obsidian. Both within a file and across files.
Daily note creator
2 years ago by Mario Holubar
Automatically creates missing daily notes.
Daily Note Outline
4 years ago by iiz
Add a custom view which shows outline of multiple daily notes with headings, links, tags and list items
Daily notes opener
4 years ago by Reorx
Easily open daily notes and periodic notes in new pane; customize periodic notes background; quick append new line to daily notes.
Daily Notes Viewer
4 years ago by Johnson0907
Daily Prompt
2 years ago by Erl-koenig
Daily Random Note
2 years ago by Alexandre Silva
Daily Random Notes in Obsidian.
Daily Routine
a year ago by sechan100
new version of daily-routine obsidian plugin
Daily Statistics
2 years ago by yefengr
obsidian daily statistics
Daily Stats
5 years ago by Dhruvik Parikh
Plugin to view your daily word count across all notes in your Obsidian.md vault.
Dangling links
6 years ago by Graydon Hoare
obsidian plugin for displaying dangling links
Dataview Autocompletion
a year ago by Daniel Bauer
Desk
3 years ago by David Landry
A desk for obsidian
DEVONlink
5 years ago by ryanjamurphy
Open notes indexed in DEVONthink in, well, DEVONthink
doing
2 years ago by rooyca
What was I doing?
Doubleshift
4 years ago by Qwyntex
Obsidian Plugin to open the command palette by pressing shift twice
downloadPDF
2 years ago by Frieda
Due When
3 years ago by Andy Baxter
An Obsidian plugin which gives shortcuts to insert set due dates
Dynamic Outline
a year ago by theopavlove
Adds a customizable GitHub-like floating table of contents to Obsidian.
Editor Autofocus
3 years ago by Mgussekloo
Editor Commands Remap
5 years ago by cactus5
Obsidian plugin to map hotkeys to editor commands
Ego Rock
2 years ago by Ashton Eby
An obsidian plugin that implements a basic taskwarrior UI for listing and modifying tasks.
Embedded Code Title
5 years ago by tadashi-aikawa
It is an Obsidian plugin which can embeds title to code blocks.
Enhance YouTube Links
3 years ago by GitSum
Take a YouTube link and get the title and optionally channel name, channel URL, and thumbnailURL.
Expiration-Date-Tracker
3 years ago by Marius Wörfel
Opsidian plugin to keep track of all expiration dates, for example, for your groceries.
Extended Task Lists
2 years ago by joeriddles
Extended Markdown support for task lists in Obsidian.
External Link Helper
3 years ago by Jhonghee Park
Obsidian plugin for link suggestion
External Link Opener
4 years ago by zorazrr
Obsidian plugin to open external links in modals or tabs
Feeds
3 years ago by LukeMT, pashashocky, madx
Magic feeds dataview query for obsidian
File chucker
3 years ago by Ken Lim
File Color
3 years ago by ecustic
An Obsidian plugin for setting colors on folders and files in the file tree.
File Order
3 years ago by lukasbach
Obsidian plugin to reorder files with drag-and-drop by customizing a number-prefix in the filenames
Filename Emoji Remover
4 years ago by Yüksel Tolun
A simple plugin for the note taking app Obsidian that will rename your files to remove emojis in their names.
Find orphaned files and broken links
6 years ago by Vinzent
Find files, which are nowhere linked, so they are maybe lost in your vault.
Floating Search
3 years ago by Boninall
A plugin for searching text by using Obsidian default search view.
Flow
2 years ago by Ben Phillips
Implements key processes in David Allen's Getting Things Done (GTD) methodology
Focus Time
2 years ago by AstraDev
Focus Time is a plugin that helps you track how much time you spend on each note.
Focus Tracker
2 years ago by Jeet Sukumaran
Fold Properties By Default
a year ago by Tommy Bergeron
Always have editor/metadata properties folded by default.
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.
Folder Links
2 years ago by Stefan Rausch
Obsidian Plugin that enables using links to folders.
Folder overview
a year ago by Lost Paul
Provides a dynamic overview of your vault or folders in the format of a code block.
Folders to Graph
2 years ago by Ratibus11
Enhance your Obsidian graph view with folders and headings structure!
Gemini Scribe
2 years ago by Allen Hutchison
An obsidian plugin to interact with Google Gemini
Gemmy
3 years ago by Obsidian
GH Links Shortener
8 months ago by David Barnett
Obsidian plugin to set shortened link text for pasted GitHub URLs
Ghost Text
10 months ago by lawrencefeng17
Go to Line
5 years ago by phibr0
Goal Tracker
a year ago by Ben Rotholtz
GPT-LiteInquirer
3 years ago by ittuann
💬 Experience OpenAI ChatGPT assistance directly within Obsidian, drafting content without interrupting your creative flow.
Grind Manager
2 years ago by dromse
Gamify your task management with rewards system, craft your tasks by tags.
Habit Calendar
3 years ago by Hedonihilist
Monthly Habit Calendar for DataviewJS. This plugin helps you render a calendar inside DataviewJS code block, showing your habit status within a month.
Habitica Sync
5 years ago by Leoh and Ran
This is a under-development Obsidian Plugin for Habitica
Hanko
a year ago by Telehakke
Obsidian plugin.
Harpoon
3 years ago by mask(developermask)
Heading Shifter
4 years ago by kasahala
Easily Shift and Change markdown headings.
Hierarchical Backlinks
2 years ago by Jason Motylinski
Plugin which displays backlinks as a tree structure based on file paths
Highlight Helper
3 years ago by Chongmyung Park
Helper to collect highlight in Obsidian
Hotkeys for templates
5 years ago by Vinzent
Hover External Link
5 years ago by Jamie Brynes
Small plugin to add tooltips on hovering external links
Improved Random Note
3 years ago by ShockThunder
Index Notes
2 years ago by Alejandro Daniel Noel
Plugin that automatically generates index blocks based on tags
Inline Checkbox Groups
a year ago by Bradley Wyatt
Obsidian Plugin that creates multiple checkboxes on a single line, separated by a customizable separator character (default '|'), with the option to automatically cross out text when all checkboxes in the line are checked.
Insert Heading Link
4 years ago by Signynt
Add a Link to a Heading.
Insert Multiple Attachments
a year ago by mnaoumov
Obsidian Plugin that allows to insert multiple attachments at a time
Instant Above Divider
2 years ago by SedationH
Janitor
4 years ago by Gabriele Cannata
Performs various maintenance tasks on the Obsidian vault
JIRA links shortener
a year ago by Ruslans Platonovs
Obsidian JIRA links shortener plugin
Journal Folder
2 years ago by Charl Fourie
Journal Review
3 years ago by Kageetai
Review your daily notes on their anniversaries, like "what happened today last year"
Journaling
2 years ago by Ordeeper
View daily notes in a journal-like format, similar to Logseq. It enhances note organization and facilitates better reflection by consolidating daily notes into a continuous journaling view.
Jump to link
6 years ago by MrJackphil
Quick jump between links using hotkeys
Just Share Please
3 years ago by Ellpeck
An Obsidian plugin that allows quickly and easily sharing individual notes online using an anonymized link
Key Promoter
5 years ago by Johannes Theiner
Learn keyboard shortcuts by showing them when using the mouse
Key Sequence Shortcut
4 years ago by anselmwang
Execute obsidian commands with short key sequences. For example, 'tp' for 'Toggle Preview' and 'tb' for 'Toggle Sidebar'. Easier to remember.
Key-Value List
3 years ago by Christian Wannerstedt
Obsidian plugin which makes it easy to turn lists into formatted key value lists
Keyshots
3 years ago by KrazyManJ
🔮📝 Obsidian plugin that adds classic hotkey/shortcuts commands from popular IDEs like Visual Studio Code or JetBrains Family.
Kikijiki Habit Tracker
a year ago by KIKIJIKI
Kikijiki Habit Tracker Plugin for Obsidian
Lemons Search
2 years ago by Moritz Jung
An Obsidian plugin that offers a fast fuzzy finder based quick switcher with preview.
Link Archive
5 years ago by Tamás Deme
Link Archive plugin for Obsidian
Link Converter
5 years ago by Ozan Tellioglu
Obsidian Plugin to scan all your links in your vault and convert them to your desired format.
Link Embed
4 years ago by SErAphLi
This plugin allow you to convert URLs in your notes into embeded previews.
Link Exploder
3 years ago by Ben Hughes
Link Favicons
5 years ago by Johannes Theiner
See the favicon for a linked website.
Link Navigation
2 years ago by xRyul
Navigate between incoming links (inlinks), outgoing links (outlinks) N levels deep. Links from Canvas are also supported.
Link Preview
2 years ago by Felipe Tappata
Obsidian plugin that previews external links on hover.
Link with alias
3 years ago by Pavel Vojtechovsky
Obsidian plugin for handy creation of links and alias in front matter of target document
Linked Data Vocabularies
3 years ago by kometenstaub
Add linked data to the YAML of your Obsidian notes.
Linkify
4 years ago by Matthew Chan
LinkMagic
2 years ago by AndyReifman
Links
3 years ago by MiiKey
manipulate & manage obisidian links
LinkShelf
3 years ago by Joel Sequeira
Effortlessly save and organize your web links in Obsidian
Lite Gallery
2 years ago by Jordan Poles
Longform
5 years ago by Kevin Barrett
A plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects.
MAKE.md
4 years ago by MAKE.md
MantouAI
2 years ago by Morino Pan
MantouAI—— 让Obsidian变身智能助手
Marjdown shortcuts
4 years ago by Jules Guesnon
🪨 Obsidian plugin that allows to write markdown from commands
Markdown Link Space Encoder
3 years ago by Ron Kosova
Obsidian plugin to automatically encode spaces to %20 in Markdown-style links
Markwhen File Sync
a year ago by rouvenjahnke
Synchronize properties from your Obsidian notes with a Markwhen timeline file.
Mass Create
2 years ago by vellikhor
Create large quantities of notes easily at one time.
Metadata Auto Classifier
2 years ago by Beomsu Koh
AI-powered Obsidian plugin that automatically classifies and generates metadata (tags, frontmatter) for your notes.
Metadata Menu
4 years ago by mdelobelle
For data management enthusiasts : type and manage the metadata of your notes.
Mini Toolbar
3 years ago by AidenLx & Boninall
mini context toolbar in editor for Obsidian
Missing Link File Creator
a year ago by Lemon695
The plugin creates both missing links and the corresponding files.
MOC Link Helper
2 years ago by Bogdan Codreanu
This obsidian plugins allows you to quickly see which notes you need to include in your MOC.
Modal forms
3 years ago by Danielo Rodriguez
Define forms for filling data that you will be able to open from anywhere you can run JS
Modal Opener
2 years ago by Muuxi
Open files and links in modal windows, or create and edit compatible files in modal windows.
mpv links
2 years ago by patsh90
Obisidian plugin for creating and using video links
Multi-line Formatting
5 years ago by nmady
Format Obsidian text over an entire selection, even if that selection has paragraph breaks in the middle!
Mxmind Mindmap
2 years ago by mxmind
mxmind for obsidian plugin
Nav Link Header
2 years ago by ahts4962
Display navigation links at the top of the notes in Obsidian
Nav Weight
2 years ago by shu307
A simple plugin designed to sort files in navigation based on markdown frontmatter (also known as metadata) for Obsidian.
Navigate Cursor History
4 years ago by heycalmdown
New Note Fixer
a year ago by mnaoumov
Obsidian Plugin that unifies the way non-existing notes are created when clicking on their links
Next Link
3 years ago by Juan Luque
Nifty Links
3 years ago by x-Ai
Generating elegant, Notion-styled rich link cards to enhance your note-taking experience.
Node Factor
a year ago by CalfMoon
Customize factors effecting node size in obsidian graph.
Note aliases
3 years ago by Pulsovi
This plugin manages wikilinks aliases and save them on the aliases list of the linked note
Note archiver
3 years ago by thenomadlad
Note Batcher
3 years ago by MrAnyx
Create all unresolvered links with a single click on your Obsidian vault
Note Chain
2 years ago by ZigHolding
Package my frequently used tools, highly personal plugins.
Note Folder Autorename
5 years ago by PJ Eby
Obsidian plugin to support folder-overview notes by keeping their folder in sync
Note Minimap
10 months ago by Yair Segel
Add a minimap to your Obsidian notes.
Note Progressbar
3 months ago by Ryoma Kawahara
Displays a live progress bar summarizing checkbox completion in the active note.
Note Toolbar
2 years ago by Chris Gurney
Flexible, context-aware toolbars for your notes in Obsidian.
Open Link With
5 years ago by MamoruDS
Open external link with specific brower in Obsidian
Order List
3 years ago by Henry Gustafson
Org Mode
5 years ago by ryanpcmcquen
Add Org Mode support to Obsidian.
Organized daily notes
a year ago by duchangkim
Automatically organizes your daily notes into customizable folder structures for better organization and easier navigation.
Packrat
4 years ago by Thomas Herden
Process completed instances of recurring items created by the Obsidian Tasks plugin
PARA Shortcuts
4 years ago by gOAT
This plugin serves usefull commands to setup and manage your knowledge using the PARA method.
PDF Paste
a year ago by Cormac
Pending notes
3 years ago by Ulises Santana
Obsidian plugin for searching links without notes in your vault.
Periodic PARA
3 years ago by YiBing Lin
Obsidian Plugin for combining P.A.R.A with Periodic Notes(LifeOS for Obsidian)
Persistent Links
3 years ago by Ivan Lednev
More robust internal links for Obsidian!
Pinned Daily Notes
a year ago by Jeremy Neiman
Dynamically update a pinned tab with today's daily note
Plugin Manager
3 years ago by ohm-en
Allows better management of Obsidian.md plugins.
Pomodoro
5 years ago by Tokuhiro Matsuno
Pomodoro Planner
2 years ago by Onur Nesvat
PopKit
2 years ago by Zhou Hua
Postfix
3 years ago by Bhagya Nirmaan Silva (@bhagyas)
A postfix plugin for Obsidian
Potato Indexer
3 years ago by LoyalPotato
Obsidian plugin to generate index based on your selection
Prioritize
3 years ago by EloiMusk
Obsidian Plugin, to prioritize stuff in Obsidian
Project Garden
4 years ago by Ben Goosman
Proletarian Wizard Task Manager
2 years ago by Charles Feval
Obsidian plugin ot manage todos and projects directly from your notes.
Publish and GitHub URL
5 years ago by kometenstaub
Copy or open the Obsidian Publish URL of a note. You can also open its Git commit history on GitHub.
Quick Preview
3 years ago by Ryota Ushio
An Obsidian plugin to quickly preview a suggestion before selecting it in link suggestions & quick switcher.
Quick snippets and navigation
4 years ago by @aciq
Quick snippets and navigation for Obsidian
Random Number Generator
3 years ago by iRewiewer
Gives you a random number
Rapid Notes
4 years ago by valteriomon
Recent Notes
a year ago by Kamil Rudnicki
Recent Notes Plugin for Obsidian
RescueTime
3 years ago by Tatsuya Hayashi
A RescueTime integration plugin to view your activity logs in Obsidian.
Rich Links
5 years ago by dhamaniasad
Runsh
a year ago by Ddone
A simple plugin that allows to run shell commands from obsidian.
Search Templates Library
3 years ago by Pentchaff
Obsidian plugin that allows to store searches templates for later use, and displays search results both in the search view and graph view.
Select word
2 years ago by Connor Espino
Sentinel
a year ago by Giorgos Sarigiannidis
A plugin for Obsidian that allows you to update properties or run commands based on document visibility changes.
Share as ZIP
2 years ago by Till Friebe
Short Internal Links to Headings
3 years ago by Scott Moore
An Obsidian plugin to display short internal links.
Shortcuts extender
6 years ago by kitchenrunner
Plugin for Obsidian: Use shortcuts for input special symbols and changing level of headings without language switching
Shukuchi
3 years ago by tadashi-aikawa
Shukuchi is an Obsidian plugin that enables you to teleport to links (URL or internal link).
Simple Todo
2 years ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Single File Daily Notes
2 years ago by Pranav Mangal
An Obsidian plugin to create and manage daily notes in a single file
Smart Composer
2 years ago by Heesu Suh
AI chat assistant for Obsidian with contextual awareness, smart writing assistance, and one-click edits. Features vault-aware conversations, semantic search, and local model support.
SolidTime Integration
a year ago by proniclabs
Obsidian SolidTime Integration Plugin
Sonkil
a year ago by ohyoungpark
Sort Frontmatter
3 years ago by Kanzi
Sort frontmatter automatically
Spacekeys
a year ago by Jared Lumpe
Obsidian plugin to define hotkeys based on sequences of keypresses.
Spotify Links
3 years ago by Dillon Cutaiar
For those that get inspired to write by music, a small plugin connecting Spotify to Obsidian.md
Stopwatch
5 years ago by Tokuhiro Matsuno
Structured
5 years ago by dobrovolsky
Super Simple Time Tracker
4 years ago by Ellpeck
Multi-purpose time trackers for your notes!
Superstition
2 years ago by Jeffry
An Obsidian plugin for routine management.
Swiss army knife
3 years ago by mwoz123
Tab Group Arrangement
a year ago by situ2001
Arrange the tab groups of Obsidian in a more flexible way
Tab Limiter
2 years ago by Henry Gustafson
Limits the number of tabs that can be opened in Obsidian
Tab Switcher
6 years ago by Vinzent & phibr0
Tab Switcher - Obsidian Plugin
Tag Breakdown Generator
3 years ago by Hananoshika Yomaru
Break down nested tags into multiple parent tags
Tag Buddy
3 years ago by David Fasullo
Unlock powerful tag editing features in Reading Mode. Add, remove and edit tags across your vault. Use tag inboxes to level up any workflow with a powerful idea assembly line.
Tag Links
2 years ago by Zacchary Dempsey-Plante
A plugin for Obsidian that allows tags to be opened as links using a hotkey.
Tag Page
3 years ago by Matthew Sumpter
An Obsidian plugin to create and manage dedicated Markdown pages for tags, with features to automatically populate and refresh content based on user-defined settings.
Tag Timer
6 months ago by quantavil
The Tag Timer is a versatile plugin for Obsidian that allows you to seamlessly track the time you spend on specific tasks or sections within your notes.
TagMany
3 years ago by Joshua Martius
Tag many Notes at once in Obsidian
Target Word Count
2 years ago by TwoFive Labs
Target Word Count Plugin for Obsidian
Task Director
2 years ago by Cybertramp
A plugin that allows you to easily manage tasks in bulk.
Task list
2 years ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
Task List Kanban
2 years ago by Chris Kerr
Task Marker
3 years ago by wenlzhang
An Obsidian plugin to change task status and append text with hotkeys and right-click context menu.
Task Mover
a year ago by Mariia Nebesnaia
A plugin for obsidian to move unfinished tasks to the daily note automatically
Tasks Calendar Wrapper
3 years ago by zhuwenq
This plugin currently provides a timeline view to display your tasks from your obsidian valut, with customizable filters and renderring options.
Testing Vault
3 years ago by Michael Pedersen
Text expand
6 years ago by MrJackphil
A simple text expand plugin for Obsidian.md
Things Link
4 years ago by @gavmn
Tick Tones
a year ago by DontBlameMe
A plugin for Obsidian which makes checkboxes satisfying
TickTickSync
3 years ago by thesamim
Time Things
3 years ago by Nick Winters
Show clock, track time spent editing a note, and track the last time a note has been edited.
Timekeep
2 years ago by Jacobtread
Obsidian task time tracking
Timer
3 years ago by Marius Wörfel
Obsidian plugin, which allows you to measure time.
Timestamp Link
3 years ago by wenlzhang
An Obsidian plugin to copy timestamped links to blocks, headings and notes.
Title As Link Text
a year ago by Lex Toumbourou
An Obsidian plugin to set the Link Text using the document title
Todo sort
3 years ago by Ryan Gomba
A plugin for Obsidian that sorts todos within a note
TODO Wrangler
3 years ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
Todos sort
2 years ago by Jiri Sifalda
A plugin for Obsidian that sorts todos within a note
TodoTxt
3 years ago by Mark Grimes
Obsidian plugin to manage todotxt files
Typezen
2 years ago by Ilgam Gabdullin
Plugin for obsidian which lets you turn zen mode instantly
Typing Assistant
3 years ago by Jambo
Typing Assistant is a plugin that improves writing efficiency and provides a user experience similar to that of【Notion】
Uncheck All
3 years ago by Shahar Har-Shuv
Obsidian plugin to uncheck all checkboxes in a file with one action
Unique attachments
5 years ago by Dmitry Savosh
Obsidian plugin. Renames attachments, making their names unique.
Unit Converter
2 years ago by Ruslan Zabarov
Unit conversion plugin for Obsidian
Update Relative Links
4 years ago by val
URL Namer
4 years ago by zfei
Vantage - Advanced search builder
5 years ago by ryanjamurphy
Vantage helps you build complex queries using Obsidian's native search tools.
Vault File Renamer
a year ago by Louan Fontenele
Vault File Renamer: Automatically standardizes file names to GitHub style (lowercase, no accents, only -, ., _) while preserving folder structure and file contents.
VaultAI
10 months ago by Tharushka Dinujaya
An AI chatbot plugin for Obsidian using the Gemini API for note summarization, content generation, and more. Enhance your workflow with AI assistance like the Notion AI bot.
VirtFolder
2 years ago by mr.grogrig
Creating a hierarchical structure like Luhmann's Zettelkasten
Waka time box
3 years ago by complexzeng
Week Planner
4 years ago by Ralf Wirdemann
Weekly Goal Tracker
2 years ago by George Gorman
Weekly Review
3 years ago by Brandon Boswell
WhatsApp backup importer
a year ago by Luigi Cerone
Obsidian plugin that allows you to import exported WhatsApp chat archives (in .zip format) into your vault.
Word Sprint
5 years ago by Andrew Lombardi
Obsidian Word Sprint plugin
WordWise
2 years ago by ckt1031
Writing companion for AI content generation.
Workbench
6 years ago by ryanjamurphy
A plugin to help you collect working materials.
YouTube Template
2 years ago by sundevista
📺 A plugin that would help you to fetch YouTube videos data into your vault.
ZettelGPT
3 years ago by Overraddit
Turbocharge Your Note-taking with AI Assistance
Zoottelkeeper
5 years ago by Akos Balasko
Obsidian plugin of Zoottelkeeper: An automated folder-level index file generator and maintainer.
Zotero Link
4 years ago by Shmavon Gazanchyan
Obsidian plugin to insert link to Zotero item