···1919 input.pat(tabindex="-1", placeholder="GitHub Personal Access Token")
2020 h2 How to get your personal access token
2121 p 1. Log in or register on <a target="_blank" href="https://github.com/">GitHub</a>.
2222- p 2. Create a new "Personal access token" by going to <a target="_blank" href="https://github.com/settings/tokens/new">this link</a>. Write Taskler or whatever into the Token description field. Make sure "gist" is checked, and click "Generate token".
2222+ p 2. Create a new "Personal access token" by going to <a target="_blank" href="https://github.com/settings/tokens/new">this link</a>. Write LaRSS into the Token description field. Make sure "gist" is checked, and click "Generate token".
2323 p 3. Copy the random text shown in the green field (This is your personal access token). Paste this text into the field above, in every instance of Taskler you have.
2424 p <b>If your personal access token has already been used, your offline tasks will be replaced.</b>
2525 button(tabindex="-1").save-pat SAVE
2626 .container
2727+ .container-sample
2728 img.logo(src="logo.png")
2829 .general-info
2930 .header
···3738 .row
3839 input(type="text" placeholder="Subtitle").subtitle
3940 .row
4040- textarea(type="text" placeholder="Description" rows="1").description
4141+ textarea(placeholder="Description" rows="1").description
4142 .row
4243 input(type="text" placeholder="URL").url
4343- input(type="text" placeholder="Image URL").image-url
4444+ input(type="text" placeholder="Image URL").imageURL
4445 .row
4546 select.language
4647 option(value="en-us") en-us
4748 select.category
4849 option(value="Music") Music
4950 select.explicit
5050- option(value="Music") Explicit
5151- option(value="Music") Not explicit
5151+ option(value="yes") Explicit
5252+ option(value="no") Not explicit
5253 input(type="text" placeholder="Copyright").copyright
5354 .row
5454- input(type="text" placeholder="Owner Name").ownerName
5555- input(type="text" placeholder="Owner Email").ownerEmail
5555+ input(type="text" placeholder="Owner Name").name
5656+ input(type="text" placeholder="Owner Email").email
5657 .item
5758 .header
5859 .collapse-icon
···6263 input(type="text" placeholder="GUID").guid
6364 input(type="text" placeholder="Title").title
6465 .row
6565- input(type="text" placeholder="Audio URL").audio-url
6666- input(type="text" placeholder="Image URL").image-url
6666+ input(type="text" placeholder="Audio URL").audioURL
6767+ input(type="text" placeholder="Image URL").imageURL
6768 .row
6869 select.explicit
6969- option(value="Music") Explicit
7070- option(value="Music") Not explicit
7070+ option(value="yes") Explicit
7171+ option(value="no") Not explicit
7172 input(type="text" placeholder="Date").date
7273 input(type="text" placeholder="Duration").duration
7374 .row