Plugins Directory » WikiNG (+mentions & user-defined macros)
Author: | Andriy Lesyuk | |
---|---|---|
Website: | http://projects.andriylesyuk.com/projects/wiking | |
Code repository: | http://subversion.andriylesyuk.com/wiking | |
Registered on: | 2012-01-04 (almost 13 years ago) | |
Current version: | 1.1.0 | |
Compatible with: | Redmine 3.4.x, 3.3.x | |
User ratings: |
The Wiki: Next Generation (WikiNG) plugin for Redmine is aimed to extend Redmine Wiki syntax by making it more developer-ready, more emotional and social.
Features:
- User mentions (links to users) with autocomplete, email notifications and lists in user profiles
- User-defined Wiki macros
- Links to files
- Warning, notice and tip blocks
TODO
,FIXME
,UPDATE
,NEW
,FREE
,BETA
andEXPERIMENTAL
markers- External Wiki links to Wikipedia, Google etc
- Smileys including
(!)
and(?)
- Conditional macros allowing to disable/enable content depending on date or project version
- CSS classes, which can be used in Wiki syntax
- etc.
Note, that WikiNG is not known to be compatible with Markdown.
Installation notes
To install the plugin do:
- Copy
wiking
directory to#{RAILS_ROOT}/plugins
- Run:
rake redmine:plugins:migrate RAILS_ENV=production
- Restart Redmine
Changelog
1.1.0 (2018-01-03)
Compatible with Redmine 3.4.x, 3.3.x.
- User mention autocomplete
- Redmine 3.x support
- Support for
@<login>
syntax for user links - Support for
[l]
format in user links - Improved styles of some markers
- Turkish, Czech and Bulgarian translations
1.0.0 (2014-05-23)
Compatible with Redmine 2.5.x, 2.4.x, 1.4.x.
- Now user links produce mentions, which are listed in the user profile and notifications about which are sent to users' emails;
- Added support for custom macros, which can be configured in Administration - Custom Wiki macros;
- Implemented a better syntax for footnotes;
- Many other improvements.
0.0.4 (2013-09-17)
Compatible with Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x.
0.0.3 (2012-12-04)
Compatible with Redmine 2.1.x, 2.0.x, 1.4.x, 1.3.x, 1.2.x, 1.1.x, 1.0.x.
- Comes with some interesting CSS classes, which can be used in Wiki syntax;
- Support for
file:
syntax rule (#543 and #2069); - Support for Redmine 2.1.x.
0.0.2 (2012-07-01)
Compatible with Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x, 1.4.x, 2.0.x.
- Added WikiNG Syntax Reference
- Some fixes and improvements
0.0.1 (2012-01-04)
Compatible with Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x.