Tom
Tom
Hey! I've been using UnoCSS with Fresh privately for a while, updating it as Fresh has evolved, and it's seemed to be pretty reliable/fast/capable. I've made that integration available here...
https://www.notion.so/What-s-New-157765353f2c4705bd45474e5ba8b46c 
**What makes the feature necessary?** Portable apps could be run off a USB etc. rather than having to be properly installed (useful if you don't have much storage space or...
Hey, I was testing minifying some some JS at [minifier.org](https://minifier.org), and noticed that if there is something like this: ```js let str = 'partOne' + '-' + 'partTwo'; ``` It...
I have a use case where multiple users will be making use of a tool and so self-hosting and changing the `NOTION_TOKEN` as recommended wouldn't be a viable solution. I've...
Hi! I'm the creator of the [notion-enhancer](https://notion-enhancer.github.io/), which includes a large collection of [themes & extensions](https://notion-enhancer.github.io/getting-started/features/) for Notion and has been around for a while now. Someone shared a link...
#728 For now, it's added as an extra hook that runs after all other render functions are called. I'm assuming it's alright that the async plugin render functions would be...
Hey @lucacasonato, it's awesome to see the first step towards plugin support released! I attempted to convert the UnoCSS integration I wrote (back in #290) to a Fresh-loadable plugin, but...
**What is happening?**  **What should be happening?**  **Operating system/browser name & version:** all **notion-enhancer and/or notion-repackaged version:** v0.11.0 (latest) **notion-enhancer configuration (enabled/disabled mods and their settings):** n/a
Hi there, I'm in the process of moving our Jethro install onto a new server and run into a couple of challenges: - With PHP 8.3.9, I get `"An error...