Skip to content

Commit

Permalink
refactor: move backtage tab contents into the ExtensionsInBackstage s…
Browse files Browse the repository at this point in the history
…hadow
  • Loading branch information
YakovL committed Nov 27, 2024
1 parent 760dd31 commit 871087a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ExtensionsExplorerPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ config.macros.extensionsExplorer = {
config.tasks[taskName] = {
text: this.lingo.backstageButtonLabel,
tooltip: this.lingo.backstageButtonTooltip,
content: '<<extensionsExplorer>>',
content: '<<tiddler ExtensionsInBackstage>>',
}
},
handler: function(place, macroName, params, wikifier, paramString) {
Expand Down Expand Up @@ -620,6 +620,8 @@ config.macros.extensionsExplorer = {
}
}

config.shadowTiddlers.ExtensionsInBackstage = '<<extensionsExplorer>>'

config.shadowTiddlers[centralSourcesListName] = '//{{{\n' +
JSON.stringify(config.macros.extensionsExplorer.defaultAvailableExtensions, null, 2) +
'\n//}}}'
Expand Down

0 comments on commit 871087a

Please sign in to comment.