{"id":16958482,"url":"https://github.com/dohliam/criticmarkup-kate","last_synced_at":"2025-09-11T01:07:43.298Z","repository":{"id":88991922,"uuid":"56619893","full_name":"dohliam/criticmarkup-kate","owner":"dohliam","description":"CriticMarkup syntax highlighting plugin for Kate editor/KatePart","archived":false,"fork":false,"pushed_at":"2016-04-19T18:06:54.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-17T11:38:13.841Z","etag":null,"topics":["critic-markup","editor-plugin","kate","kate-editor","kde","syntax-highlighting"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dohliam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-04-19T18:06:39.000Z","updated_at":"2018-04-13T04:47:44.000Z","dependencies_parsed_at":"2023-06-13T11:15:12.512Z","dependency_job_id":null,"html_url":"https://github.com/dohliam/criticmarkup-kate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dohliam/criticmarkup-kate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dohliam%2Fcriticmarkup-kate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dohliam%2Fcriticmarkup-kate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dohliam%2Fcriticmarkup-kate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dohliam%2Fcriticmarkup-kate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dohliam","download_url":"https://codeload.github.com/dohliam/criticmarkup-kate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dohliam%2Fcriticmarkup-kate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274557583,"owners_count":25307516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"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":["critic-markup","editor-plugin","kate","kate-editor","kde","syntax-highlighting"],"created_at":"2024-10-13T22:42:42.330Z","updated_at":"2025-09-11T01:07:43.278Z","avatar_url":"https://github.com/dohliam.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# criticmarkup-kate - A CriticMarkup syntax highlighter for Kate editor/KatePart\n\nThe XML file in this repository (`criticmarkup.xml`) contains rules for highlighting [CriticMarkup](http://criticmarkup.com/) syntax in Markdown files in [Kate](http://kate-editor.org/), the default text editor for [KDE](https://www.kde.org/).\n\nOnce [installed](#installation), opening any file with the `.cmu` or `.critic` extension should automatically highlight CriticMarkup syntax as in the example below:\n\n![CriticMarkup syntax highlighting screenshot](https://cloud.githubusercontent.com/assets/9295750/14648308/8613e108-0616-11e6-95ae-789f5e9cdaf6.png)\n\nYou can also manually select CriticMarkup syntax from the `Tools \u003e Highlighting` menu in any normal Markdown file.\n\nThis highlighter works fine with Kate or [Kwrite](https://www.kde.org/applications/utilities/kwrite/) (which are both based on [KatePart](http://kate-editor.org/about-katepart/)), and should also work with most of the common features of both CriticMarkup and Markdown.\n\n## Installation\n\nSteps to install the CriticMarkup syntax highlighting file:\n\n1. Download the file `criticmarkup.xml` or clone this repository\n2. Find the folder `~/.kde/share/apps/katepart/syntax/` on your system (create it if it does not already exist)\n3. Move `criticmarkup.xml` into `~/.kde/share/apps/katepart/syntax/`\n4. Open or restart Kate to use the syntax highlighter.\n\nDefault syntax highlighting files for Kate are usually stored in the folder `/usr/share/kde4/apps/katepart/syntax/`. However, custom syntax highlighters should probably be saved in the local syntax highlighting folder (`~/.kde/share/apps/katepart/syntax/`) in the user's home directory so that they don't get accidentally overwritten during an update.\n\nNOTE: The above applies to KDE 4. If you are using Plasma 5, the local folder for Kate syntax files has changed to `~/.local/share/katepart5/syntax/`.\n\n## Usage\n\nFiles with the extension `.cmu` or `.critic` will automatically be highlighted using the rules in `criticmarkup.xml`. Plain text or other files can be forced to use CriticMarkup highlighting rules by selecting _CriticMarkup_ from the _Highlighting_ menu:\n\n* __Tools__ \u003e __Highlighting__ \u003e __Markup__ \u003e __CriticMarkup__\n\n## Other Kate syntax highlighters\n\n* [AsciiDoc / AsciiDoctor](https://github.com/dohliam/asciidoc-kate)\n* [PmWiki](https://github.com/dohliam/pmwiki-kate)\n\n## License\nBased on [kate-markdown](http://github.com/claes/kate-markdown/) by [Claes Holmerson](http://github.com/claes/).\n\nInspired by [CriticMarkup for Emacs](https://github.com/joostkremers/criticmarkup-emacs) by [@joostkremers](https://github.com/joostkremers).\n\nDual-Licensed under both GPL and BSD licenses.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdohliam%2Fcriticmarkup-kate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdohliam%2Fcriticmarkup-kate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdohliam%2Fcriticmarkup-kate/lists"}