- Edited
Kylo I understand. I recently reinstalled flarum and installed this extension first. still have the same problem. Do you know where I can acquire the error log for the test post we tested recently?
Kylo I understand. I recently reinstalled flarum and installed this extension first. still have the same problem. Do you know where I can acquire the error log for the test post we tested recently?
ParlorPink I don't think it'll throw any errors, it's just behaving unexpected (Flarum logs are found at <flarum>/storage/logs
, since you ask). Maybe it's related with KaTeX cdn? Or is it a cache related thing (php flarum cache:clear
)? I'm not sure.
1Dot we have "decisive keywords" for that. Use [imath=ignore][/imath]
or one of your custom decisive keyword that you set in extension settings. Or simply set code
as ignored tag to skip rendering equations in code
tag. Having said that, I wonder if you experiencing the same issues as @ParlorPink ?
0.3.6
@ParlorPink FYI I have the notification but I can't see the last post made by you on this discussion. (cc: @jordanjay29 is it deleted or ?)
Kylo Oh yeah, I said something that I deleted later. Just wanted to say when you tested on my forum earlier today the plugin was not activated.
ParlorPink give this a try:
0.3.7
['oncreate', 'onupdate']
lifecycle hooks for CommentPost
component instead of onupdate
only.composer update the-turk/flarum-mathren
php flarum cache:clear
Kylo it was deleted by the poster, yep.
Kylo It works perfectly now! Thank you so much!
1.0.0
All hail the new TeX renderer solution! I practically rewritten the whole thing.
code
tag instead).Breaking changes!
composer require the-turk/flarum-mathren:1.0.0
php flarum migrate
php flarum cache:clear
1Dot But I have to click edit on old posts and hit save in order to render math still.
So what's the issue here.
I was kind of expecting that (the reason why I'm tagged this as 1.0.0). New way of rendering things might causing this issue, seems like nothing I can do to render the old ones. If there are too much expressions on your forum that you can't update one by one and you're happy with BBCode-only delimiters, maybe stay in 0.3.x.