Allow chapter navigation buttons to be rendered in other statuses #50

Merged
iniznet merged 6 commits from refactor/fictioneer_chapter_nav_buttons into main 2024-09-26 17:55:10 +08:00

6 Commits

Author SHA1 Message Date
Tetrakern
56a434a4c9 Code formatting
Just to appease my OCD; I don't like lines becoming so long they wrap on my end.The filter names are also a bit long, but I like them to be easy to understand in what their purpose is.

Also, I use the `[]` syntax for simple numerical arrays and `array()` for associative ones. There is an argument to use the long one and this is what the WP guide says... but I don't care.
2024-09-25 22:07:51 +02:00
Tetrakern
bec8482e27 Update FILTERS.md
Nicely done, just to made it a bit more conform with the rest. Which is not the best, certainly, but best would be a wiki and I'm not doing all that work. We leave the params out of the function reference because otherwise, these things become enormous.
2024-09-25 22:07:51 +02:00
iniznet
0df77a6bc4 Remove prefix duplication in filter name 2024-09-26 01:44:00 +07:00
iniznet
e746df16ac Refactor also add other chapter actions 2024-09-26 01:41:55 +07:00
iniznet
f1e3bbec1b Rename to plurals 2024-09-26 01:32:50 +07:00
iniznet
d252dd5d27 Refactor chapter navigation button to allow status customization 2024-09-25 22:03:40 +07:00