mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Removed skeletons for macros that are not immediately planned for implementation
This commit is contained in:
parent
9d258eca88
commit
ff73987457
@ -38,90 +38,18 @@ wikiTextMacros.macros = {
|
||||
handler: function(macroNode,store) {
|
||||
}
|
||||
},
|
||||
annotations: {
|
||||
handler: function(macroNode,store) {
|
||||
}
|
||||
},
|
||||
backstage: {
|
||||
handler: function(macroNode,store) {
|
||||
}
|
||||
},
|
||||
br: {
|
||||
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: {
|
||||
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: {
|
||||
handler: function(macroNode,store) {
|
||||
}
|
||||
},
|
||||
sync: {
|
||||
handler: function(macroNode,store) {
|
||||
}
|
||||
},
|
||||
tabs: {
|
||||
handler: function(macroNode,store) {
|
||||
}
|
||||
@ -130,10 +58,6 @@ wikiTextMacros.macros = {
|
||||
handler: function(macroNode,store) {
|
||||
}
|
||||
},
|
||||
tagChooser: {
|
||||
handler: function(macroNode,store) {
|
||||
}
|
||||
},
|
||||
tagging: {
|
||||
handler: function(macroNode,store) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user