Update README.md
This commit is contained in:
parent
cbdd3ead00
commit
2c5de47c45
12
README.md
12
README.md
@ -3,15 +3,17 @@ Beautiful Jira Issue Card Printer
|
||||
|
||||
I've written a little bookmarklet for converting Jira issues in a pretty card layout for printing.
|
||||
|
||||
### Card Layout
|
||||

|
||||
|
||||
So long
|
||||
Bengt
|
||||
|
||||
### Card Layout
|
||||

|
||||
|
||||
### Installation
|
||||
Drag'n'drop following link into your bookmark folder.
|
||||
Alternative copy link address, create a new bookmark and paste link in the url field.
|
||||
Create Bookmark with folowing content.
|
||||
```
|
||||
javascript:(function(){ var script = document.createElement("script"); script.src = "https://qoomon.github.io/Jira-Issue-Card-Printer/bookmarklet.js"; document.body.appendChild(script); document.body.removeChild(script);})();
|
||||
```
|
||||
|
||||
### Usage
|
||||
Just select Issue(s) then run the Bookmarklet.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user