Gergely Papp
Gergely Papp
To get the content of the post properly, one must use the query. To fix the character coding issues the parsed HTML needs a meta tag to specify the encoding...
Encoding issue fixed in v3.5.0, but the original issue remains, __/more tags break the_post_content evaluation__ There are bogus error messages due to the libXML validation, that can be avoided by...
This bug still persists in 3.8.1. Quite sad, because otherwise this is an excellent feature!
Converting the already HTML encoded characters back to normal solves the issue. Line https://github.com/podlove/podlove-publisher/blob/8b9482bb2bf117b3c7ed02f9456439fe8f852114/lib/feeds/base.php#L27 should read `return apply_filters('podlove_feed_item_description', html_entity_decode($description));` https://github.com/podlove/podlove-publisher/blob/8b9482bb2bf117b3c7ed02f9456439fe8f852114/lib/feeds/base.php#L390 should be ` $summary = apply_filters('podlove_feed_content', \Podlove\PHP\escape_shortcodes(html_entity_decode($episode->summary)));`
Updated to use the SDK (which in fact uses the openAI compatible API for now) readded all the modifiers that can be passed as parameters to groq.
Could be promoted to a bug. Summaries can no longer be saved with 4.0.1, if they contain emojis. Used to work with the earlier version. Will look into that over...
To balance the brackets, this crude code may help. It will not work with more than one open brackets/parantheses, but fixes those cases, where the filename is truncated. ``` ......
The idea about adding mandatory next step is quite interesting, it can be quite simple to implement it in the project summary screen, by adding some kind of visual to...
For input hints an elegant solution is available here: http://stackoverflow.com/questions/1738966/java-jtextfield-with-input-hint As for a drop-down value selector the best I can do is probably use a custom JList, that - pops...
This does not make much sense to me. The entire idea of the addon is to collect tasks from a distributed mindmap. If the task text is available in the...