Home
last modified time | relevance | path

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

/plugin/skillforge/
H A Dhelper.php63 … ($this->getConf('output_skill_filename') ?: 'SKILL.md') : $this->idToMarkdownFilename($namespace,…
241 private function idToMarkdownFilename($namespace, $id) { function in helper_plugin_skillforge
255 …$links .= '- [' . $this->titleFromId($id) . '](' . $this->idToMarkdownFilename($namespace, $id) . …