Convert your note/selection into jira markup and vice versa!
You can find Markdown to Jira in the list of community plugins!
If the plugin is not yet on the community list:
- download the latest release files main.js & manifest.json here
- create a folder called
obsidian-md-to-jira
in the.obsidian/plugins
folder of the vault to be installed - place the main.js & manifest.json from the release there
- now you should be able to enable the plugin in the plugins tab of obsidian
There are two ways to convert your markdown into jira markup. In both ways, the note has to be in editor view.
- Focus the note you want to convert and use the command:
Note to Jira markup (clipboard) command
- Select some markdown you want to convert and use the command:
Selection to Jira markup (clipboard)
Vice versa, you can convert jira markup into markdown using the command: Jira markup (clipboard) to markdown note
The converter is based on this project
- fixed reported issue #6 in new converter
- fixed reported issue #5 in legacy converter
- added new converter (beta)
- fixed cve vulnerabilities
- fixed empty convert result bug after callout feature implementation
- added callout configurations (look into the plugin settings)
- callouts are now getting converted too
- fixed multi-line bullet list bug #3
- added notifications to converted selection at all image positions
- added image translation to !path|thumbnail! to get an image with easy accessability
- The first release of Markdown to Jira