mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Documentation correction
This commit is contained in:
parent
6e98af3bbd
commit
1a160485a8
@ -29,7 +29,7 @@ Get the value of a text reference. Text references can have any of these forms:
|
||||
<tiddlertitle>
|
||||
<tiddlertitle>!!<fieldname>
|
||||
!!<fieldname> - specifies a field of the current tiddlers
|
||||
<tiddlertitle>##<field>
|
||||
<tiddlertitle>##<index>
|
||||
*/
|
||||
exports.getTextReference = function(textRef,defaultText,currTiddlerTitle) {
|
||||
var tr = $tw.utils.parseTextReference(textRef),
|
||||
|
Loading…
Reference in New Issue
Block a user