mirror of
https://github.com/youfoundjk/TeXcore.git
synced 2026-07-22 07:33:31 +00:00
- Updated PDF export documentation to clarify features and settings. - Improved quick preview functionality with detailed technical architecture. - Enhanced equation search and autocomplete sections for better user guidance. - Streamlined snippets documentation for command usage and text transformations. - Revamped TikZ diagrams section to include graphical editor details and usage instructions. - Revised getting started guide for clearer step-by-step setup instructions. - Added new navigation and configuration options in the documentation structure. - Updated plugin manifest files with improved descriptions for clarity.
125 lines
3.3 KiB
YAML
125 lines
3.3 KiB
YAML
site_name: TeXcore
|
|
site_description: A powerful indexing & referencing system for theorems & equations in your vault.
|
|
site_url: https://youfoundjk.github.io/TeXcore/
|
|
repo_name: YouFoundJK/TeXcore
|
|
repo_url: https://github.com/YouFoundJK/TeXcore
|
|
|
|
theme:
|
|
name: material
|
|
custom_dir: docs/overrides
|
|
font:
|
|
text: Work Sans
|
|
features:
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
- navigation.indexes
|
|
- navigation.tabs
|
|
- navigation.tabs.sticky
|
|
- navigation.top
|
|
- search.suggest
|
|
- search.highlight
|
|
- content.code.copy
|
|
- content.code.select
|
|
- content.code.annotate
|
|
palette:
|
|
- media: '(prefers-color-scheme: light)'
|
|
scheme: default
|
|
primary: white
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/toggle-switch-off-outline
|
|
name: Switch to dark mode
|
|
- media: '(prefers-color-scheme: dark)'
|
|
scheme: slate
|
|
primary: black
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/toggle-switch
|
|
name: Switch to light mode
|
|
icon:
|
|
repo: fontawesome/brands/square-github
|
|
|
|
markdown_extensions:
|
|
- toc:
|
|
permalink: true
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.keys
|
|
- pymdownx.caret
|
|
- attr_list
|
|
- tables
|
|
- md_in_html
|
|
- pymdownx.arithmatex:
|
|
generic: true
|
|
|
|
extra_javascript:
|
|
- javascripts/mathjax.js
|
|
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
|
|
- assets/javascripts/nav-section-links.js
|
|
- assets/javascripts/theme-logo.js
|
|
- assets/javascripts/analytics-events.js
|
|
|
|
extra_css:
|
|
- assets/stylesheets/site-polish.css
|
|
- assets/stylesheets/nav-section-links.css
|
|
- assets/stylesheets/custom-footer.css
|
|
|
|
plugins:
|
|
- search
|
|
- minify:
|
|
minify_html: true
|
|
- git-revision-date-localized:
|
|
enable_creation_date: true
|
|
type: datetime
|
|
- git-committers:
|
|
repository: YouFoundJK/TeXcore
|
|
cache_dir: .cache/plugin/git-committers
|
|
branch: main
|
|
|
|
extra:
|
|
analytics:
|
|
provider: custom
|
|
feedback:
|
|
title: Was this page helpful?
|
|
ratings:
|
|
- icon: material/emoticon-happy-outline
|
|
name: This page was helpful
|
|
data: 1
|
|
note: Thanks for your feedback!
|
|
- icon: material/emoticon-sad-outline
|
|
name: This page was not helpful
|
|
data: 0
|
|
note: Thanks for your feedback!
|
|
social:
|
|
- icon: fontawesome/brands/github
|
|
link: https://github.com/YouFoundJK/TeXcore
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Getting Started: getting-started.md
|
|
- Features:
|
|
- Overview: features/index.md
|
|
- Equation Numbering: features/equations.md
|
|
- PDF Export: features/pdf-export.md
|
|
- LaTeX Snippets: features/snippets.md
|
|
- Equation Search: features/search.md
|
|
- Quick Preview: features/quick-preview.md
|
|
- TikZ Diagrams: features/tikz.md
|
|
- Callout Support: features/callout-support.md
|
|
- Configuration:
|
|
- Overview: configuration/index.md
|
|
- Settings Reference: configuration/settings.md
|