EOF Stats

by h21465
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Display file statistics (URLs, Links) and EOF indicator at the end of markdown files.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
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

EOF Stats

An Obsidian plugin that displays file statistics (URLs, Links) and an EOF indicator at the end of markdown files.

Features

  • URL Count: Shows the number of unique URLs in the document
  • Link Count: Shows the number of unique internal links ([[...]])
  • EOF Indicator: Visual end-of-file marker with customizable style
  • Customizable Colors: Configure colors for stats, lines, and EOF text
  • Toggle Options: Show/hide individual statistics
  • Works in both Live Preview and Reading View

Installation

  1. Open Obsidian Settings
  2. Go to Community plugins
  3. Click "Browse" and search for "EOF Stats"
  4. Click "Install" and then "Enable"

Manual Installation

  1. Download main.js, manifest.json, and styles.css from the latest release
  2. Create a folder eof-stats in your vault's .obsidian/plugins/ directory
  3. Copy the downloaded files into the folder
  4. Reload Obsidian and enable the plugin in Settings > Community plugins

Settings

Display Items

  • Show URLs: Toggle display of unique URL count
  • Show Links: Toggle display of unique internal link count

Colors

  • Stats Color: Color for the statistics text
  • Line Color: Color for the horizontal lines
  • EOF Color: Color for the "EOF" text

Usage

Once enabled, the plugin automatically displays statistics and an EOF indicator at the end of each markdown file:

URLs: 5 | Links: 12
───────────────────────────────
              EOF
───────────────────────────────

License

MIT License - see LICENSE for details.