检索/迭代Redmine wiki内容并返回它?
我正在尝试实现一个简单的插件,它获取当前的 wiki 页面内容,并在每次通过正则表达式出现单词时进行匹配/替换/正则表达式部分本身很简单,我更感兴趣的是如何检索/迭代 wiki 内容并更换后退回。我该怎么做?
谢谢!
丹尼斯
I'm trying to achieve a simple plugin that takes the current wiki page content and matches/replaces everytime a word occurs via regular expression/ The regular expression part itself is easy, I'm more interested in how to retrieve/iterate the wiki content and return it after replacing. How can I do this?
Thanks!
Dennis
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在编写插件,我确信您知道其源代码可以在 github 上找到,
如果你检查一下,你可以使用他们已经提供的模型。我还没有测试过,但看起来如果你:
那应该可以工作,并且它将使用任何适配器的 redmine 已经配置的。然而,它需要加载 redmine 使用的所有插件,这可能很糟糕。
If you're writing a plugin, I'm sure you know their source is available on github,
and if you check that out you can use the models they already provide. I haven't tested, but it looks like if you:
that should work, and it will use whatever adapter's redmine already has configured. It will, however, require loading all the plugins that redmine uses, which could suck.