mirror of
https://github.com/m-kk/toc.git
synced 2026-07-22 06:44:17 +00:00
- Remove custom color overrides from styles.css for theme compatibility - Remove overly broad CSS selectors (now minimal styling to avoid conflicts) - Replace manual frontmatter parsing with MetadataCache.getFileCache(file)?.frontmatter - Replace custom debounce implementation with Obsidian's built-in debounce method - Replace Vault.modify with Vault.process for background file modifications - Replace manual frontmatter updates with FileManager.processFrontMatter - Use frontmatterPosition from getFileCache instead of manual parsing - Remove redundant 'General' heading from settings tab This addresses all required changes from the Obsidian plugin review: https://github.com/obsidianmd/obsidian-releases/pull/7753#issuecomment-3513967948 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
No EOL
294 B
CSS
9 lines
No EOL
294 B
CSS
/*
|
|
Table of Contents Generator Plugin Styles
|
|
|
|
Modern frontmatter-based TOC with no visible markers.
|
|
All TOC visibility is now handled through frontmatter metadata.
|
|
|
|
Note: This plugin generates standard markdown content (headings and lists).
|
|
Styling is minimal to avoid conflicts with themes.
|
|
*/ |