Removed skeletons for macros that are not immediately planned for implementation

print-window-tiddler
Jeremy Ruston 2011-12-08 18:09:22 +00:00
rodzic 9d258eca88
commit ff73987457
1 zmienionych plików z 0 dodań i 76 usunięć

Wyświetl plik

@ -38,90 +38,18 @@ wikiTextMacros.macros = {
handler: function(macroNode,store) { handler: function(macroNode,store) {
} }
}, },
annotations: {
handler: function(macroNode,store) {
}
},
backstage: {
handler: function(macroNode,store) {
}
},
br: { br: {
handler: function(macroNode,store) { handler: function(macroNode,store) {
} }
}, },
closeAll: {
handler: function(macroNode,store) {
}
},
download: {
handler: function(macroNode,store) {
}
},
edit: {
handler: function(macroNode,store) {
}
},
gradient: {
handler: function(macroNode,store) {
}
},
importTiddlers: {
handler: function(macroNode,store) {
}
},
list: { list: {
handler: function(macroNode,store) { handler: function(macroNode,store) {
} }
}, },
message: {
handler: function(macroNode,store) {
}
},
newJournal: {
handler: function(macroNode,store) {
}
},
newTiddler: {
handler: function(macroNode,store) {
}
},
option: {
handler: function(macroNode,store) {
}
},
options: {
handler: function(macroNode,store) {
}
},
permaview: {
handler: function(macroNode,store) {
}
},
plugins: {
handler: function(macroNode,store) {
}
},
refreshDisplay: {
handler: function(macroNode,store) {
}
},
saveChanges: {
handler: function(macroNode,store) {
}
},
search: {
handler: function(macroNode,store) {
}
},
slider: { slider: {
handler: function(macroNode,store) { handler: function(macroNode,store) {
} }
}, },
sync: {
handler: function(macroNode,store) {
}
},
tabs: { tabs: {
handler: function(macroNode,store) { handler: function(macroNode,store) {
} }
@ -130,10 +58,6 @@ wikiTextMacros.macros = {
handler: function(macroNode,store) { handler: function(macroNode,store) {
} }
}, },
tagChooser: {
handler: function(macroNode,store) {
}
},
tagging: { tagging: {
handler: function(macroNode,store) { handler: function(macroNode,store) {
} }