Home
last modified time | relevance | path

Searched refs:PAGE_TITLE (Results 1 – 2 of 2) sorted by relevance

/plugin/snippeter/
Dscript.js2 let PAGE_TITLE = JSINFO.id.replace(JSINFO.namespace,"").replaceAll("_"," "); variable
3 if (PAGE_TITLE.startsWith(":")) {
4 PAGE_TITLE = PAGE_TITLE.replace(":","");
17 text_content = text_content.replace("<PAGE_TITLE>",PAGE_TITLE);
DREADME.md83 | `PAGE_TITLE` | the id of the currently edited page, underscores replaced by spaces |