{"id":16445742,"url":"https://github.com/mnuessler/jira-markup-mode","last_synced_at":"2026-02-06T23:32:05.254Z","repository":{"id":3961654,"uuid":"5055491","full_name":"mnuessler/jira-markup-mode","owner":"mnuessler","description":"Emacs major mode for JIRA-markup-formatted text files","archived":false,"fork":false,"pushed_at":"2018-08-21T12:04:14.000Z","size":239,"stargazers_count":18,"open_issues_count":2,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-14T02:44:18.036Z","etag":null,"topics":["confluence-markup","emacs-lisp","emacs-mode","jira"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/mnuessler.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}},"created_at":"2012-07-15T11:11:54.000Z","updated_at":"2024-12-06T15:53:37.000Z","dependencies_parsed_at":"2022-08-25T18:11:13.899Z","dependency_job_id":null,"html_url":"https://github.com/mnuessler/jira-markup-mode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mnuessler/jira-markup-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnuessler%2Fjira-markup-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnuessler%2Fjira-markup-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnuessler%2Fjira-markup-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnuessler%2Fjira-markup-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnuessler","download_url":"https://codeload.github.com/mnuessler/jira-markup-mode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnuessler%2Fjira-markup-mode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266510316,"owners_count":23940637,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["confluence-markup","emacs-lisp","emacs-mode","jira"],"created_at":"2024-10-11T09:45:14.959Z","updated_at":"2026-02-06T23:32:00.233Z","avatar_url":"https://github.com/mnuessler.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jira Markup Mode\n\n[![Build Status][travis-badge]][travis]\n[![Coverage Status][coveralls-badge]][coveralls]\n[![MELPA][melpa-badge]][melpa]\n\n\u003e Please note: This project is still work in progress and\n\u003e functionality is only partially implemented yet.\n\nJira Markup Mode provides syntax highlighting and editing features for\nthe markup used by [Atlassian JIRA][jira] in a similar fashion as\n[markdown-mode][mdmode] for Markdown syntax.\n\nJira Markup Mode does not interact with the JIRA issue tracker in any\nway.  It is not meant as a replacement for [jira.el][jirael].\n\nUse cases that come to mind:\n\n* *Edit files in [Confluence][confl] markup for a Maven site.*\n\n  Confluence markup is the same as the one used in JIRA.  There is a\n  Doxia site renderer for Confluence markup, so it is possible to use\n  Confluence to create pages for your Maven site instead of the\n  cumbersome APT markup.\n\n  Add the following to your `.emacs` file to automatically enable\n  jira-markup-mode for Confluence markup files:\n\n  `(add-to-list 'auto-mode-alist '(\"\\\\.confluence$\"\n  . jira-markup-mode))`\n\n* *Edit the contents for browser text fields in your favourite editor\n  (aka Emacs) instead of inside the browser.*\n\n  It is a pain to write and edit longer texts such as issue\n  descriptions and comments directly in the browser.  Luckily here is\n  a Firefox add-on to the rescue: [It's All Text!][atxt].  It allows\n  you to open the content of a browser text field in an external\n  editor and after leaving the editor insert the updated text back\n  into the original text field.\n\n  Add the following to your `.emacs` file to automatically enable\n  jira-markup-mode for files opened with [It's All Text!][atxt] from\n  within JIRA (requires that the hostname of your JIRA installation\n  contains 'jira'):\n\n  `(add-to-list 'auto-mode-alist '(\"/itsalltext/.*jira.*\\\\.txt$\"\n  . jira-markup-mode))`\n\n\n[jira]: http://www.atlassian.com/software/jira/overview/\n[mdmode]: http://jblevins.org/projects/markdown-mode/\n[jirael]: http://emacswiki.org/emacs/jira.el\n[confl]: http://www.atlassian.com/software/confluence/overview/\n[atxt]: https://addons.mozilla.org/en-US/firefox/addon/its-all-text/\n\n[travis]: http://travis-ci.org/mnuessler/jira-markup-mode\n[travis-badge]: https://travis-ci.org/mnuessler/jira-markup-mode.svg?branch=master\n[coveralls]: https://coveralls.io/r/mnuessler/jira-markup-mode?branch=master\n[coveralls-badge]: https://coveralls.io/repos/mnuessler/jira-markup-mode/badge.svg?branch=master\n[melpa]: http://melpa.org/#/jira-markup-mode\n[melpa-badge]: http://melpa.org/packages/jira-markup-mode-badge.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnuessler%2Fjira-markup-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnuessler%2Fjira-markup-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnuessler%2Fjira-markup-mode/lists"}