Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Dokuwiki 中编辑页面时是否可以插入当前时间戳?
我正在寻找一些宏(例如〜TIMESTAMP〜),它将在保存页面时替换为当前时间戳(而不是每次保存页面时获取它的命令/插件。
有几个这种宏,但它们不是直接可用的。
页面命名空间模板描述了如何设置命名空间级别的模板文件,以便在该目录中创建新页面时自动替换某些表达式(例如@USER@or @DATE@) 。将它们调整为您想要的格式应该不难。
@USER@
@DATE@
另一种选择是改编var 插件中的某些内容,以便在页面预览或保存期间将其生成的指令转换并保存为文本。它需要将插件从“语法”插件转换为“动作”插件。