Nicholas Narsing
Nicholas Narsing
Some of the nav links on my site are links to an element ID on the homepage, like this: `{t('about')}` Without this plugin installed, clicking this will navigate to the...
This should fix #10. Sorry for the delay, I've been busy. Let me know if anything should be changed.
I know this script handles times in the future, but the formatting doesn't indicate whether a date is in the past or the future, which leaves things rather ambiguous. Would...
### Which packages did you experience the bug in? extension-collaboration-history ### What Tiptap version are you using? 2.3.1 ### What’s the bug you are facing? On the documentation page for...
[See here](https://github.com/soren121/yodel/blob/master/README.md) for more information.
This is a general cleanup PR for the `removeAttributesBySelector` plugin. It was never updated for the v2 API, and its doc page was not very clear on how to use...
**What**: Adds support for ESLint 9 to `@emotion/eslint-plugin`. Closes #3211 Closes #3251 **Why**: ESLint 9 contains breaking changes for plugins. We need to apply those changes, so that end-users may...
Fixes #3212 The plugin's default export is not equal by reference to the `plugin` object defined on flat configs. This can cause issues for ESLint's plugin normalization in some scenarios....
~~The types added in #3097 do not match with what the plugin currently exports.~~ ~~The type definitions declare a default export, which this plugin does not have. The ESLint documentation...