mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-22 23:16:53 +00:00
parent
f7d765da55
commit
46a1dd662c
@ -49,7 +49,7 @@ exports.executeMacro = function() {
|
|||||||
// Figure out which viewer to use
|
// Figure out which viewer to use
|
||||||
// TODO: Tiddler field modules should be able to specify a field type from which the viewer is derived
|
// TODO: Tiddler field modules should be able to specify a field type from which the viewer is derived
|
||||||
var Viewer;
|
var Viewer;
|
||||||
if(tiddler && this.params.format) {
|
if(this.params.format) {
|
||||||
Viewer = this.wiki.macros.view.fieldviewers[this.params.format];
|
Viewer = this.wiki.macros.view.fieldviewers[this.params.format];
|
||||||
}
|
}
|
||||||
if(!Viewer) {
|
if(!Viewer) {
|
||||||
|
Loading…
Reference in New Issue
Block a user