{"id":50968863,"url":"https://github.com/chanware/markdown-callout-converter","last_synced_at":"2026-06-18T23:32:35.978Z","repository":{"id":246255108,"uuid":"820552039","full_name":"chanware/markdown-callout-converter","owner":"chanware","description":"A Python script to convert MS Docs callout syntax to MkDocs Material style callouts.","archived":false,"fork":false,"pushed_at":"2024-06-26T19:44:09.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-24T19:18:05.662Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chanware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-26T17:42:23.000Z","updated_at":"2024-06-26T19:44:12.000Z","dependencies_parsed_at":"2024-06-26T22:31:17.285Z","dependency_job_id":null,"html_url":"https://github.com/chanware/markdown-callout-converter","commit_stats":null,"previous_names":["carb0nxl/markdown-callout-converter","chanware/markdown-callout-converter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chanware/markdown-callout-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanware%2Fmarkdown-callout-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanware%2Fmarkdown-callout-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanware%2Fmarkdown-callout-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanware%2Fmarkdown-callout-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chanware","download_url":"https://codeload.github.com/chanware/markdown-callout-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanware%2Fmarkdown-callout-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34511617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-18T23:32:35.013Z","updated_at":"2026-06-18T23:32:35.966Z","avatar_url":"https://github.com/chanware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown Callout Converter\n\nA Python script to convert Obsidian / MSDocs call-out (aka admonitions or asides) syntax to MkDocs Material style callouts.\n\n## Purpose\n\nI write my notes natively in Obsidian but I wanted an effortless way to host some of my markdown notes in a wiki format, which led me to use MkDocs with the Material theme. However, MkDocs uses a different syntax for admonitions:\n\nMkDocs syntax:\n```markdown\n!!! note\n    This is a note.\n```\n\nObsidian/MS Docs syntax:\n```markdown\n\u003e [!NOTE]\n\u003e This is a note.\n```\n\nTo maintain the visual aesthetic of callouts in Obsidian, I created a Python script to parse and convert all instances of callouts to the MkDocs format within the MkDocs project folder.\n\nI keep my \"live\" Obsidian notebook in one location and copy/paste all the contents to the folder where my MkDocs wiki lives, and then I run the script.\n\n## Features\n\n- Converts Obsidian/MS Docs callout syntax (e.g., `[!NOTE]`) to MkDocs Material style (`!!! note`)\n- Supports various callout types such as note, warning, info, and more\n\n## Usage\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/YOUR_USERNAME/markdown-callout-converter.git\n   cd markdown-callout-converter\n   ```\n\n2. **Place your Markdown files**:\n   Ensure your Markdown files are located in the `docs` directory.\n\n3. **Run the script**:\n   ```bash\n   python md-preprocessor.py\n   ```\n\n4. **Build your MkDocs site**:\n   ```bash\n   mkdocs build\n   ```\n\n## Installation\n\n- Python 3.x\n- MkDocs\n- MkDocs Material\n\n## Contributing\n\nContributions are welcome! Please submit a pull request or open an issue to discuss any changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanware%2Fmarkdown-callout-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchanware%2Fmarkdown-callout-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanware%2Fmarkdown-callout-converter/lists"}