Releases: Nixinova/Wikity
Releases · Nixinova/Wikity
1.1.0
Version 1.1.0 of Wikity.
Install using npm install wikity@1.1.0.
Changelog
- Added
parseCLI command to implementparse(). - Added a generated table of contents if there are over 4 headings.
- Added support for
nowikitag. - Added support for
onlyinclude,includeonly, andnoincludetags in templates. - Added support for magic words
__TOC__,__FORCETOC__,__NOTOC__, and__NOINDEX__. - Added support for control function
{{displaytitle:}}to control the page's displayed title. - Added support for string functions
lc:,uc:,lcfirst:,ucfirst:,replace:,explode:,sub:,len:,pos:,padleft:,padright:,urlencode:, andurldecode:. - Added support for horizontal rules using
----. - Changed time codes in
#datetime/#date/#timefunction to be based on reduplication instead of unique characters with escaping based on quoting instead of prefixing with a backslash (i.e.,{{#time: j F Y (\n\o\w)}}→{{#time: dd mmm yyyy "(now)"}}). - Fixed inline tags removing whitespace from either end.
- Fixed single-line-only syntax not being parsed correctly.
1.0.1
Version 1.0.1 of Wikity.
Install using npm install wikity@1.0.1.
Changelog
- Changed HTML output to be prettified.
- Fixed arguments not being substituted properly.
- Fixed nested templates and parser functions not being substituted properly.
- Fixed templates and parser functions spread out across multiple lines not being parsed.