kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Removed skeletons for macros that are not immediately planned for implementation
rodzic
9d258eca88
commit
ff73987457
|
@ -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) {
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue