You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the documentation in the readme, the plugin should work with @gridsome/vue-remark as a source, but I have been doing some attempts to make it work and get the following error:
Initializing plugins...
gridsome-plugin-recommender: training 4
gridsome-plugin-recommender: Fetching relations for document 376f652e3a2f627f81710842c9d44ee3
TypeError: expected input to be a string or buffer
Could an example on how to configure the plugin to work with vue-remark be provided?
The text was updated successfully, but these errors were encountered:
I'm not sure if it works tbh, I wrote it under the assumption that source-filesystem and vue-remark both work similarly but it seems that vue-remark stores it's data quite differently.
I need to look into it and remove it from the readme for now.
Hi @mklueh - thanks for this fantastic plugin! As this issue is blocking the usage with vue-remark, are you actively working on vue-remark support or looking for a pull request?
Hi @mschmidtkorth , thanks, nice to hear :) I´m not actively working on this issue and tbf I´m not sure how one would solve it "the right way". Vue Remark doesn´t work on the GraphQL layer as far as I remember.
If you have any good solution and are willing to contribute it would be very welcomed :)
As per the documentation in the readme, the plugin should work with
@gridsome/vue-remark
as a source, but I have been doing some attempts to make it work and get the following error:Could an example on how to configure the plugin to work with vue-remark be provided?
The text was updated successfully, but these errors were encountered: