mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 11:28:01 +00:00
Documentation correction
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user