Chimera-md
Modern Markdown document server supports full-text search, syntax highlighting, and automatic index generation. Transparent rendering of Markdown files into beautiful HTML provides a smooth document browsing experience.
**Chimera-md** is a powerful Markdown document server that can automatically render your `.md` files into beautiful HTML pages. There is no need to manually convert, just place the Markdown file into the specified directory, and you can gracefully browse your documents through the browser. ###Core features - ** Elegant rendering ** -Automatically converts Markdown to beautiful HTML - ** Full-text search ** -Quickly find document content - ** Syntax highlighting ** -Automatic syntax highlighting of code blocks - ** Responsive design ** -perfectly supports mobile phones, tablets, and computers - ** Real-time update ** -Automatic refresh after file modification - ** Automatic indexing ** -Automatic generation of catalogs and navigation - ** Customizable ** -Support custom themes and styles ###Step 1: Access the application After successful installation, access the application through the domain name provided by Lazy Cat Micro Service: ``` https://chimera-md. Your lazy cat domain name.lazycat.cloud ``` You will see a welcome page and sample documents for the first time you visit. ###Step 2: Prepare the Markdown document Chimera-md supports standard Markdown syntax, and you can create `.md` files using any text editor. ** Recommended Editor **: - [Typora](https://typora.io/) -WYSIWYG editor - [VS Code](https://code.visualstudio.com/) -A powerful code editor - [Obsidian](https://obsidian.md/) -Knowledge Base Management Tool - [Markdown Pad](http://markdownpad.com/) -Windows-specific editor ###Step 3: Upload documents 1. Log in to the lazy cat network disk management backend 2. Enter "Application Management" 3. Navigate to the `/lzcapp/var/documents/` directory 4. Upload your. md file and related resources (pictures, CSS, etc.) ###Recommended directory structure ``` /lzcapp/var/documents/ ├── index.md #Home page (required) ├── images/ #Picture Resources │ ├── logo.png │ └── screenshot.jpg ├── notes/ #Notes Classification │ ├── index.md #Category Index │ ├── note-1.md │ └── note-2.md ├── tutorials/ #Tutorial Classification │ ├── index.md │ ├── getting-started.md │ └── advanced.md └── reference/ #Reference Documents ├── index.md └── api.md ``` ###Create a home page index.md Each directory should have an index.md file as the index page: ```markdown #My Document Library Welcome to my Markdown Document Library! ###Search index updates - After adding a document, the search index will ** automatically update ** - Index files are stored in the `/lzcapp/var/search/` directory - If the search results are inaccurate, you can restart the application and rebuild the index







