Error Message
Macro 'tiddler' not defined, or not allowed to call.
Error Message
Macro 'tiddler' not defined, or not allowed to call.
reference:
http://groups.google.com/group/tiddlywiki/browse_thread/thread/67367c6a12750625?hl=enFor detailed info what it does read
http://tiddlywiki.abego-software.de/#DataTiddlerPlugin documentation.
Transclusion
1: <<tiddler {{tiddler.title + '##echo'}} with: {{DataTiddler.getData(tiddler.title, 'month')}}>>
2: <<tiddler {{tiddler.title + '##echo'}} with: {{DataTiddler.getData('TestDataTiddlerPlugin', 'amount')}}>>
needed for Transclusion
!echo
$1
!end
1:
2:
InlineJavaScript
<script>
return 'description: ' + DataTiddler.getData('TestDataTiddlerPlugin', 'descr');
</script>
<script>
return 'description: ' +
DataTiddler.getData('TestDataTiddlerPlugin', 'descr');
</script>
The Data
<data>{"month":"Dec","descr":"Restaurant","amount":35}</data>