summaryrefslogtreecommitdiff
path: root/src/directive/mod.rs
AgeCommit message (Expand)AuthorFilesLines
2023-02-06feat: add dummy brokenlinks directiveLars Wirzenius1-0/+14
2023-01-07Revert "refactor: avoid boxing value wrapping inside DirectiveError::Site"Lars Wirzenius1-1/+1
2023-01-07refactor: avoid boxing value wrapping inside DirectiveError::SiteLars Wirzenius1-1/+1
2023-01-07refactor: drop now-unused DirectiveError::Riki variantLars Wirzenius1-3/+0
2023-01-07refactor: drop RikiError::PageProblem, add SiteErrorLars Wirzenius1-0/+3
2023-01-07refactor: move RikiError::UnknownTimestamp to src/time.rsLars Wirzenius1-0/+3
2023-01-07refactor: move directive errors to src/directive/mod.rsLars Wirzenius1-12/+42
2023-01-07refactor: rename SiteError to RikiErrorLars Wirzenius1-12/+12
2022-11-09feat: implement rudimentary table of contents, without linksLars Wirzenius1-1/+2
2022-11-09refactor: directive processing returns Processed valueLars Wirzenius1-4/+3
2022-11-09refactor: use trait for all directive implementationsLars Wirzenius1-14/+19
2022-11-09use DirectiveImplementation for CalendarLars Wirzenius1-1/+1
2022-11-09add trait for directive implementationsLars Wirzenius1-0/+8
2022-11-09refactor: processing a directive returns Processed type, not StringLars Wirzenius1-3/+8
2022-10-23drop: unnecessary brokenlinks directiveLars Wirzenius1-14/+0
2022-10-16fix: formattingLars Wirzenius1-7/+37
2022-09-02fix: placeholder directives other fixes to process all test stiesLars Wirzenius1-2/+33
2022-09-02feat: add more placeholders for directives, other small fixesLars Wirzenius1-0/+18
2022-09-02feat: add placeholder for table directiveLars Wirzenius1-0/+9
2022-09-01feat: allow shortcuts to be defined anywhereLars Wirzenius1-0/+10
2022-08-21feat: traillink placeholderLars Wirzenius1-0/+9
2022-08-10feat: implement shortcut directiveLars Wirzenius1-13/+21
2022-08-06feat: add placeholder for directive shortcutLars Wirzenius1-0/+9
2022-08-06feat: placeholder for brokenlinks directiveLars Wirzenius1-3/+23
2022-08-06feat: placeholder for toc directiveLars Wirzenius1-0/+9
2022-08-06feat: placeholder directive pagestatsLars Wirzenius1-0/+9
2022-08-06feat: add placeholder for the inline directiveLars Wirzenius1-0/+9
2022-07-24feat: add placeholder for tag directiveLars Wirzenius1-0/+9
2022-07-23fix: handle multi-arg directivesLars Wirzenius1-1/+1
2022-07-23fix: rewrite the wikitext parser so it handles directives betterLars Wirzenius1-1/+1
2022-07-22feat: img directiveLars Wirzenius1-8/+28
2022-07-17feat: "meta title" directiveLars Wirzenius1-0/+88