- 🇷🇺Russia cuman
I don't know how to make patches, so I'm posting files with changes that allow the module to work in D9. You can replace them in your settings and everything will work. If someone makes an official module, that would be great.
True, skeditor 5 does not seem to allow using the hashtag filter.
- 🇷🇺Russia cuman
For ckeditor 5:
- * type = Drupal\filter\Plugin\FilterInterface::TYPE_MARKUP_LANGUAGE, + * type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE,
in FilterHashtags.php
@ramonvasconcelos @bruno.bicudo I'm not sure any patch shared here has any fix for the help page issue. I tested the version posted by @cuman (#14) and while all worked as expected, the help page gave an error still.
- 🇫🇷France alex.amtr
Hi,
I am working on site on D10.
Is there any chance to make this very useful module working on D10 ? @alex.amtr I managed to make it work on Drupal 10.1.1 by just editing the .info.yml file with
core_version_requirement: ^8.8 || ^9 || ^10
but you need to install it via UI not via Drush as this would break your site.Make sure to have a DB backup before installing it as this was the only way I could restore and repeat the install via UI. There are still few bugs to be fixed by someone more knowledgeable but the basic function of the module is working for me (creating the hashtag term and link).
I shall create a new issue for this and my experience so far and hopefully be able to create a patch for D10 compatibility if had time for it. If anyone can do that sooner please do.
I just created a new issue with a complete patch with changes against the latest official release → . Please check and test it from here 📌 Drupal 10 Compatible Version Needs review .