Skip to content

Latest commit

 

History

History
126 lines (86 loc) · 3.94 KB

README.md

File metadata and controls

126 lines (86 loc) · 3.94 KB

🦶 Rich Foot

Rich Foot is an Obsidian plugin that enhances the footer of your notes by adding backlinks, outlinks, and created/modified dates.

Maintained by

eQuill Labs

Features

  • Adds backlinks to the footer of your notes (links FROM other notes TO this note)
  • Adds outlinks to the footer of your notes (links FROM this note TO other notes)
  • Displays created and modified dates for each note
  • Supports links in frontmatter
  • Stylish appearance with tag-like links
  • Highly customizable appearance with opacity and border controls
  • Option to exclude folder(s) from displaying 🦶 Rich Foot

example

Installation

  1. Open Obsidian and go to Settings
  2. Navigate to Community Plugins and disable Safe Mode
  3. Click on Browse and search for "Rich Foot"
  4. Install the plugin and enable it

Usage

Once installed and enabled, Rich Foot will automatically add the following to the footer of your notes:

  • Backlinks: Displayed as tags showing which notes link TO this note
  • Outlinks: Displayed as tags showing which notes this note links TO (disabled by default)
  • Created Date: Shows when the note was first created
  • Modified Date: Shows when the note was last modified

Frontmatter Support

Rich Foot also detects links in your note's frontmatter. For example:

---
links:
  - "[[Some Note]]"
  - "[[Another Note]]"
---

Customization

Rich Foot provides several customization options through its settings panel:

Visibility Settings

You can toggle the visibility of each section:

  • Show/Hide Backlinks
  • Show/Hide Outlinks (disabled by default)
  • Show/Hide Dates

Style Settings

Customize the appearance of your Rich Foot:

Border Customization

  • Border Width: Adjust thickness from 1-10px
  • Border Style: Choose from various styles (solid, dashed, dotted, double, groove, ridge, inset, outset)
  • Border Opacity: Control border transparency (0-1)
  • Border Color: Choose custom color for the border with color picker

Links Customization

  • Link Border Radius: Adjust the roundness of link corners (0-15px)
  • Links Opacity: Control transparency of backlinks and outlinks (0-1)
  • Links Color: Choose custom color for backlinks and outlinks with color picker

Dates Customization

  • Dates Opacity: Control transparency of created/modified dates (0-1)
  • Dates Color: Choose custom color for created/modified dates with color picker

Each setting includes a reset button to quickly return to default values.

Excluding Folders

You can prevent Rich Foot from appearing in specific folders:

  1. Go to Obsidian Settings
  2. Navigate to the Rich Foot plugin settings
  3. Use the "Add excluded folder" section to:
    • Manually enter a folder path
    • Use the "Browse" button to select a folder
    • Click "Add" to add it to the exclusion list
  4. Use the "Delete" button next to any folder to remove it from the exclusion list

Notes:

  • Excluding a folder will hide Rich Foot completely from notes in that folder
  • Excluded folders also affect all subfolders
  • Links from notes in excluded folders will still appear in the backlinks of other notes

settings

License

This project is licensed under the MIT License. See the LICENSE file for details.

Appreciation

If you enjoy this plugin please consider sending me a tip to support my work 😀

Support

If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Author

Created by Justin Parker


Enjoy adding rich footers to your Obsidian notes with Rich Foot! 👣