Update README.md
This commit is contained in:
parent
60e5391aff
commit
21f59ee7b3
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.
|
I've written a little bookmarklet for converting Jira issues in a pretty card layout for printing.
|
||||||
|
|
||||||
### Card Layout
|
|
||||||

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

|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
Drag'n'drop following link into your bookmark folder.
|
Create Bookmark with folowing content.
|
||||||
Alternative copy link address, create a new bookmark and paste link in the url field.
|
```
|
||||||
|
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
|
### Usage
|
||||||
Just select Issue(s) then run the Bookmarklet.
|
Just select Issue(s) then run the Bookmarklet.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user