All Projects → Vinzent03 → find-unlinked-files

Vinzent03 / find-unlinked-files

Licence: other
Find files, which are nowhere linked, so they are maybe lost in your vault.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to find-unlinked-files

obsidian-link-favicon
See the favicon for a linked website.
Stars: ✭ 46 (-43.21%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-hider
Hide Obsidian UI elements such as tooltips, status, titlebar and more
Stars: ✭ 106 (+30.86%)
Mutual labels:  obsidian-plugin, obsidian-md
lumberjack-obsidian
Log your thoughts! Lumberjack adds URL commands to help you axe inefficiency and get right to writing.
Stars: ✭ 49 (-39.51%)
Mutual labels:  obsidian-plugin, obsidian-md
hotkey-helper
Easily see and access any Obsidian plugin's options pane or hotkey assignments (including conflicts) from the Community Plugins tab
Stars: ✭ 48 (-40.74%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-imgur-plugin
Pastes images right to imgur.com
Stars: ✭ 72 (-11.11%)
Mutual labels:  obsidian-plugin, obsidian-md
slated-obsidian
Task management in Obsidian.md
Stars: ✭ 123 (+51.85%)
Mutual labels:  obsidian-plugin, obsidian-md
file-tree-alternative
This Obsidian Plugin allows users to have a different file explorer experience.
Stars: ✭ 167 (+106.17%)
Mutual labels:  obsidian-plugin, obsidian-md
ObsidianBookmark
Chrome extension and nodejs server to allow web clipping to Obsidian.
Stars: ✭ 122 (+50.62%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-editor-shortcuts
Obsidian plugin to add keyboard shortcuts commonly found in code editors such as Visual Studio Code (vscode) or Sublime Text
Stars: ✭ 74 (-8.64%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-link-indexer
No description or website provided.
Stars: ✭ 18 (-77.78%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-text-expand
A simple text expand plugin for Obsidian.md
Stars: ✭ 122 (+50.62%)
Mutual labels:  obsidian-plugin, obsidian-md
notetweet obsidian
Post tweets directly from Obsidian.
Stars: ✭ 29 (-64.2%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-url-into-selection
Paste URLs into selected text "notion style"
Stars: ✭ 129 (+59.26%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-text-format
Format seleted text in Obsdidian.md
Stars: ✭ 49 (-39.51%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-jump-to-link
Quick jump between links using hotkeys
Stars: ✭ 57 (-29.63%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-smart-typography
Converts quotes to curly quotes, dashes to em dashes, and periods to ellipses
Stars: ✭ 81 (+0%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-embedded-note-titles
No description or website provided.
Stars: ✭ 50 (-38.27%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-journey-plugin
Discover the story between your notes in Obsidian
Stars: ✭ 93 (+14.81%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-link-converter
Obsidian Plugin to scan all your links in your vault and convert them to your desired format.
Stars: ✭ 44 (-45.68%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-advanced-appearance
Change Obsidian colors, fonts and other cosmetic settings
Stars: ✭ 35 (-56.79%)
Mutual labels:  obsidian-plugin, obsidian-md

Find unlinked files (files with no backlinks) and unresolved links

A Plugin for Obsidian

How does it work?

Find unlinked files

This plugin goes through your whole vault and searches for files, which are linked nowhere. In other words: Files with no backlinks.

In the end, it will create a file with a list of links to these unlinked files. Now you can either delete these unused files or link them somewhere in your vault.

Find unresolved links

It creates a file with a list of links, which linked file has not been created yet.

How to use

Call the command Find unlinked files and the file Find unlinked files plugin output.md will be created in your vault root and opened in a new pane.

Additional features:

  • add files to ignore
  • add directories to ignore
  • add tags to ignore files with one of these tags
  • add files to ignore files with links to one of these files
  • add specific file types to ignore
  • change output file name

Move files with certain extension in output file to system trash (extra command)

Goes through every link in the output file. If the extension of the link is in the list (can be set in settings), it moves the file to system trash. Is useful to delete many unused media files.

Please note that the setting "Disable working links" needs to be disabled.

Compatibility

Custom plugins are only available for Obsidian v0.9.7+.

Installing

From Obsidian

  1. Open settings -> Third party plugin
  2. Disable Safe mode
  3. Click Browse community plugins
  4. Search for "Find unlinked files"
  5. Install it
  6. Activate it under Installed plugins

From GitHub

  1. Download the latest release
  2. Move manifest.json and main.js to <vault>/.obsidian/plugins/find-unlinked-files
  3. Reload Obsidian (Str + r)
  4. Go to settings and disable safe mode
  5. Enable Find unlinked files

If you find this plugin useful and would like to support its development, you can support me on Ko-fi.

Ko-fi

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].