kopia lustrzana https://github.com/miklobit/TiddlyWiki5
rodzic
0d2ed8f112
commit
29c0f7156b
|
@ -132,7 +132,7 @@ ViewWidget.prototype.getValueAsText = function() {
|
|||
};
|
||||
|
||||
ViewWidget.prototype.getValueAsHtmlWikified = function() {
|
||||
return this.wiki.renderText("text/html","text/vnd.tiddlywiki",this.getValueAsText(),this);
|
||||
return this.wiki.renderText("text/html","text/vnd.tiddlywiki",this.getValueAsText(),{parentWidget: this});
|
||||
};
|
||||
|
||||
ViewWidget.prototype.getValueAsHtmlEncoded = function() {
|
||||
|
|
Ładowanie…
Reference in New Issue