1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-05-31 21:52:56 +00:00
Commit graph

1584 commits

Author SHA1 Message Date
Starbeamrainbowlabs bd3968de67
README: Add contributing section 2020-06-04 19:19:12 +01:00
Starbeamrainbowlabs 78d6adc6da
Update changelog 2020-06-04 19:15:57 +01:00
Starbeamrainbowlabs 237d10f908
Bugfix: Display link when redirect page sends user to a another page that doesn't exist Note that this only shows for users with permission to edit the target page at the moment. 2020-06-04 19:11:29 +01:00
Starbeamrainbowlabs 79ddc234d2
Bugfix: Squash warning when determining language in the fenced code block extensions 2020-06-04 01:42:29 +01:00
Starbeamrainbowlabs 90a2a3f6c6
Bugfix: Only show similar page suggestions if we're on the view action 2020-06-04 01:15:10 +01:00
Starbeamrainbowlabs 05ed7fa5c5
docs: add compatability section 2020-06-03 17:27:50 +01:00
Starbeamrainbowlabs dc993d311b
theme/photo: properly style the new similar page suggestions 2020-05-27 00:12:04 +01:00
Starbeamrainbowlabs 94bda35906
Add some basic sltye rules to make the suggested pages look less terrible
Particularly with the photo theme we need to do some more work....
2020-05-26 13:16:33 +01:00
Starbeamrainbowlabs ec7cca0ccb
Update changelog 2020-05-25 21:30:09 +01:00
Starbeamrainbowlabs 27b4d57c46
Bugfix: only replace the first instance when inserting the estimated reading time 2020-05-25 21:26:36 +01:00
Starbeamrainbowlabs e55308f50a
Display basic similar page suggestions.
They are w=even appearing in the right pace!
Next up, we need to write the CSS to make it look pretty :D
2020-05-25 21:15:19 +01:00
Starbeamrainbowlabs 5693c24358
Remove rogue semicolon 2020-05-25 00:32:26 +01:00
Starbeamrainbowlabs 725611ace4
readingtime: remove temporary error_log lines 2020-05-25 00:25:02 +01:00
Starbeamrainbowlabs d9024cbe59
readingtime: limit replacements to the 1st occurrence 2020-05-24 21:50:09 +01:00
Starbeamrainbowlabs cd96e43e0f
Add reading time estimation
Disable with readingtime_enabled.
Also add new class system-text-insert for all things that appear below a 
wiki page's title <h1> and the beginning of the body text
2020-05-24 21:47:40 +01:00
Starbeamrainbowlabs 093b405182
Add meta theme-color support 2020-05-24 01:59:05 +01:00
Starbeamrainbowlabs 6c11ef4957
parser: add id to automatic table of contents heading 2020-05-23 23:00:46 +01:00
Starbeamrainbowlabs d99587079f
Update changelog 2020-05-23 22:56:36 +01:00
Starbeamrainbowlabs 262e0eaadd
pser: fix issues in help text 2020-05-23 22:43:32 +01:00
Starbeamrainbowlabs eecdfa535b
pser: add super/sub script syntax to help text 2020-05-23 22:41:43 +01:00
Starbeamrainbowlabs 52e25a16a7
parser: update help text 2020-05-23 22:37:42 +01:00
Starbeamrainbowlabs 9a4467bc9f
parser/table of contents: ensure [__TOC__] is on a line by itself 2020-05-23 22:30:12 +01:00
Starbeamrainbowlabs 2b7add3f4f
parser: add table fo contents support 2020-05-23 22:28:33 +01:00
Starbeamrainbowlabs c4d0cc42d7
parser: make internal link syntax non-greedy. Why the heck was it working before?
I guess we'll never know......
2020-05-23 20:40:30 +01:00
Starbeamrainbowlabs 48567a96a8
parser: Add spoiler syntax, and fix regexes for other inline extensions 2020-05-23 20:38:01 +01:00
Starbeamrainbowlabs 764680b3c3
parser-parsedown: Add sub/superscript 2020-05-23 18:44:55 +01:00
Starbeamrainbowlabs 69cbda5e79
parser-parsedown: add marked text support
Also update help text
2020-05-23 12:57:04 +01:00
Starbeamrainbowlabs 908f14f92c
suggest-similar: update apidoc comment 2020-05-23 12:56:46 +01:00
Starbeamrainbowlabs 04bb67f505
Fiddle with parsedown versions, remove ParsedownExtreme, and add our own checkbox implementation 2020-05-23 02:06:59 +01:00
Starbeamrainbowlabs a0f6e89643
Start implementing similar pages system, but it's not finished yet
We have the backend suggestion system done, but not the UI.
I can tell that this is going to require lots of tweaking to get just 
right. I suspect it might be a good idea to explore some possible 
tweakable settings we can add to allow people to tweak the engine to 
better suit their individual setups.
2020-05-22 21:22:07 +01:00
Starbeamrainbowlabs 103c24dac3
Nina patch apidoc.json.
....nobody will notice, right?
2020-05-17 13:52:06 +01:00
Starbeamrainbowlabs ff46c132cd
Bump version. - v0.21 is here~! 2020-05-17 13:23:27 +01:00
Starbeamrainbowlabs c8037d7c9c
Improve getting a copy docs 2020-05-09 16:31:00 +01:00
Starbeamrainbowlabs 6e3ec4863b
master settings page: fix invalid HTML that was causing layout issues
....especially when using the photo theme.
2020-05-09 15:43:12 +01:00
Starbeamrainbowlabs fd3edb4fcb
theme/photo: fix theme gallery & curb massive images/videos/audio 2020-05-09 15:41:04 +01:00
Starbeamrainbowlabs 260cd6d4b4
build system: make PEPPRMINT_THEME environment variable work again 2020-05-09 15:38:39 +01:00
Starbeamrainbowlabs 1992098a71
add parsedown-extreme to feature list in docs 2020-05-08 23:50:11 +01:00
Starbeamrainbowlabs e252bad4ca
Bump version. It's time for the first beta release of v0.21 :D :D :D 2020-05-07 22:08:11 +01:00
Starbeamrainbowlabs dfb692112f
docs: we're picky about filenames 2020-04-22 01:18:32 +01:00
Starbeamrainbowlabs 45ec042dc6
stats/cli: add show subcommand 2020-04-22 01:17:05 +01:00
Starbeamrainbowlabs 2324517abc
feature-stats: add cli command 2020-04-22 00:58:57 +01:00
Starbeamrainbowlabs 91bc906bc9
didyoumean/cli: improve output of lookup subcommand 2020-04-22 00:44:33 +01:00
Starbeamrainbowlabs dda71eb971
guijson: fix definition of cli_enabled text → checkbox 2020-04-22 00:38:38 +01:00
Starbeamrainbowlabs 4db086f2eb
Update todo list in README 2020-04-22 00:37:00 +01:00
Starbeamrainbowlabs d3bb346aa2
Add cli section to docs 2020-04-22 00:36:52 +01:00
Starbeamrainbowlabs 5ba0fce2ff
feature-cli: remove need for quotes when using php index.php exec .... 2020-04-22 00:33:53 +01:00
Starbeamrainbowlabs f72062332a
feature-cli: fix version subcommand 2020-04-21 23:07:43 +01:00
Starbeamrainbowlabs d3a918af7a
docs: fiddle with order 2020-04-21 22:32:34 +01:00
Starbeamrainbowlabs a6a37033ec
Update changelog 2020-04-21 22:32:20 +01:00
Starbeamrainbowlabs 2dacc5f99c
Disable the didyoumean typo correction engine by default & add it to the changelog 2020-04-21 22:13:08 +01:00