English | 简体中文
Generate permanent links for Markdown files.
- Generate unique links for Markdown files
- Support both automatic and manual generation modes
- Configurable hash length (4-32 digits)
- Hash collision detection and prevention
- Optional random hash generation mode
- Skip files with existing abbrlinks
- Step-by-step task building for efficient batch processing
- Enable the plugin in Obsidian settings
- Click the link icon in the sidebar to batch generate abbrlinks for all files
- Choose to automatically generate abbrlinks for new files
- Abbrlink Length: Set the length of generated hash (4-32 digits)
- Skip Existing: Skip processing files that already contain abbrlinks
- Auto Generate: Automatically generate abbrlinks for newly created Markdown files
- Random Mode: Use randomly generated SHA256 hash instead of filename-based hash
- Check Hash Collision: Automatically detect and avoid hash value conflicts
The plugin adds an abbrlink field in the file's frontmatter:
---
abbrlink: 1a2b3c4d
---