| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move resource generation macros into main crate | 魏曹先生 | 2026-02-10 | 8 | -632/+579 |
| | | |||||
| * | Bump version to 0.1.0 and add package metadata | 魏曹先生 | 2026-02-10 | 2 | -1/+10 |
| | | |||||
| * | Disable pipeline steps and improve include/image resolution | 魏曹先生 | 2026-02-10 | 1 | -6/+163 |
| | | | | | | | | | | | | - Comment out several markdown processing steps for debugging - Enhance `unwrap_includes` to recursively search for included markdown files - Add support for Obsidian image syntax `![[image.png]]` with recursive file search - Implement caching for resolved file paths to improve performance - Search upward and downward from current directory for both includes and images | ||||
| * | Rewrite README with new structure and examples | 魏曹先生 | 2026-02-10 | 2 | -128/+216 |
| | | |||||
| * | Add support for bold_italic formatting in markdown parser | 魏曹先生 | 2026-02-10 | 2 | -42/+56 |
| | | | | | | | The parser now correctly handles triple asterisk (***) syntax for bold_italic text. Previously, nested bold and italic formatting would not combine properly. | ||||
| * | Refactor converter and replace built_res with resource generator | 魏曹先生 | 2026-02-10 | 19 | -1156/+1608 |
| | | |||||
| * | Rename parser to converter | 魏曹先生 | 2026-02-09 | 16 | -21/+21 |
| | | |||||
| * | Add FileNotFound variant to Exit enum | 魏曹先生 | 2026-02-09 | 3 | -22/+12 |
| | | |||||
| * | Add file inclusion and text formatting to parser | 魏曹先生 | 2026-02-09 | 9 | -3/+520 |
| | | |||||
| * | Initialize MarkDialog project with parser and workspace structure | 魏曹先生 | 2026-02-09 | 23 | -0/+1916 |
