mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-13 05:15:44 +00:00
Add 'formattedtext' output type to Wikify widget
This commit is contained in:
@@ -71,6 +71,9 @@ WikifyWidget.prototype.getResult = function() {
|
||||
case "text":
|
||||
result = this.wikifyContainer.textContent;
|
||||
break;
|
||||
case "formattedtext":
|
||||
result = this.wikifyContainer.formattedTextContent;
|
||||
break;
|
||||
case "html":
|
||||
result = this.wikifyContainer.innerHTML;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user