I am also interested in doing a plugin from TiddlyWiki for Scholars, but I thought Java script skills were needed. How do you did your plugins?
Regards,
Alberto
My Javascript skills are non-existent. A long time ago I did some programming in Basic and lateron Turbo Pascal but I never learned Javascript.
A plugin is nothing more than a set of tiddlers packaged as a plugin.
I do it in a standalone TW according to 'How to create plugins in the browser' (search for it at http://tiddlywiki.com/).
You can also have a look at [1] and [2], the guides where I describe my 2 plugins.
Cool ! I'll try.
Alberto
I'm pleased to announce the release of TiddlyWiki 5.0.15-beta:
I just registered into your tank application.Do you have plans to make it work with some offline apps or it will be 100% online?
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
One question (has nothing to do with the upgrade):
I added a 'readme' file to my plugin (it shows up as shadow tiddler) and thought the information should show up when clicking the '>' button next to the plugin. But it only shows 'No information provided'.
Did I miss something?
.
I asked the same question in the last hangout and Jeremy answered it.
If I remember correctly, it is not only the list field but also a plugin icon you have to add.
Cheers,
Ton
On Thursday, August 28, 2014 10:12:27 AM UTC+2, Danielo Rodríguez wrote:
El jueves, 21 de agosto de 2014 10:36:16 UTC+2, Ton Gerner escribió:
One question (has nothing to do with the upgrade):
I added a 'readme' file to my plugin (it shows up as shadow tiddler) and thought the information should show up when clicking the '>' button next to the plugin. But it only shows 'No information provided'.
Did I miss something?Hello ton, on the plugin.info you have to add "list": "readme" as a value.For example:{"title": "$:/plugins/danielo515/import-tools","description": "patch for more atomic imports","author": "DanieloRodrigez","version": "0.0.5","core-version": ">=5.0.14","source": "https://github.com/danielo515/import-tools","plugin-type": "plugin","list": "readme"}