m-kk_toc/styles.css
m-kk 582729fb08 🔧 fix: address Obsidian community plugin review requirements
- 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>
2025-11-10 15:44:11 -06:00

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.
*/