Defold docset for Dash

Docset updated to 1.2.94

2 Likes

Docset updated to 1.2.96

1 Like

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! :wink:

2 Likes

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

1 Like

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

https://zealdocs.org/

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.

2 Likes

There is an iOS version of Dash too which does support user contributed docs.

https://kapeli.com/dash_ios

1 Like

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. :thinking:

Current Zeal link

https://zealusercontributions.now.sh/api/docsets/Defold.xml

Download Zeal: https://zealdocs.org/

How to add the above xml:

4 Likes