Docset updated to 1.2.94
Docset updated to 1.2.96
Just a quick update for zeal users. Someone built a non official contribution repository in order to provide RSS XML feeds (similar to dash) here: http://zealusercontributions.herokuapp.com/
I canāt wait to see the automatic update do his magic!
Awesome!
Direct feed link
http://zealusercontributions.herokuapp.com/docsets/Defold.xml
If you try to add it and manually installed it in the past make sure you remove the manually installed version from the Docsets window.
For new users
Tools -> Docsets -> Add Feed -> Paste above xml link
Docset updated to 1.2.97
Zeal canāt directly get User Contributed docsets still.
If you are using Zeal currently easiest way to get the up to date docset is to go to Tools -> Docsetsā¦ -> Add Feed
Then add this link
http://zealusercontributions.herokuapp.com/docsets/Defold.xml
I donāt like the orange or grey though.
CSS change to put things to solid black defold.css in AppData\Local\Zeal\Zeal\docsets\Defold.docset\Contents\Resources\Documents
.type {
background: #F2F3F5;
font-family: monospace;
padding: 4px;
outline: 1px solid #DDD;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
.params, .return, .examples {
padding: 10px;
background: #F7F8FA;
outline: 1px solid #DDD;
margin-bottom: 35px;
}
.param {
margin-top: 5px;
margin-bottom: 5px;
}
.entry {
color: #000000;
}
.brief {
color: #000000;
}
.index {
text-transform: uppercase;
}
a {
text-decoration: none;
color: #000000;
}
CSS would probably have to be updated every Defold update though.
There is an iOS version of Dash too which does support user contributed docs.
For Zeal users to manually install download
http://newyork.kapeli.com/feeds/zzz/user_contributed/build/Defold/Defold.tgz
And then put the defold.docset in
C:\Users\your username\AppData\Local\Zeal\Zeal\docsets
Then relaunching Zeal made up to date docs show up.
Or you can also add this feed to Zeal, which should also auto-update.
https://zealusercontributions.herokuapp.com/api/docsets/Defold
For some reason itās labeled as De instead of Defold though in the meta.json there must be someone to ping to fix that.