diff --git a/src/commands/show.ts b/src/commands/show.ts index 3aebce8..bb58fcd 100644 --- a/src/commands/show.ts +++ b/src/commands/show.ts @@ -232,6 +232,10 @@ async function resolveRelativePath(relativePath: string, node: IProblem, selecte switch (placeholder) { case "id": return node.id; + case "zfillid": + case "zerofillid": + let pad = "0000"; + return pad.substring(0, 4 - node.id.length) + node.id; case "name": return node.name; case "camelcasename":
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: