Replies: 6 comments 16 replies
-
Thanks for the feedback!
What do you mean by left-aligned title? The title is centered. Furthermore, adding a separator is trivial with CSS – just add a
You can only provide one label, that's a limitation of Google Analytics, and although other analytics solutions may support more parameters, we have to settle for the lowest common denominator when implementing such a feature. It can be overridden by patching the
That should be possible. However, order would be important, as we're currently leveraging Python's |
Beta Was this translation helpful? Give feedback.
-
Another one: You probably don't want the feedback buttons on the front page. Or on other "unrelated" pages like Legal Info. A way to disable the button on specific pages would be nice. |
Beta Was this translation helpful? Give feedback.
-
I'm really glad you added this feature as I was looking into this exact type of functionality! Also, depending on which instance of gitlab you're using, the format might be /new?issue[title]=[Feedback]+{} |
Beta Was this translation helpful? Give feedback.
-
Have to say I'm really excited about this feature. Now I only need to figure out how to send form data with page info from our S3 hosted site :) Worst case, an e-mail... |
Beta Was this translation helpful? Give feedback.
-
I'm not sure if this is a bug, but it doesn't look to work when using Google Analytics 4. The file partials/integrations/analytics/google.html only touches the feedback form if the analytics code doesn't start with "G-". |
Beta Was this translation helpful? Give feedback.
-
@squidfunk How do to pass the page url you're providing feedback on to the google form? I can see you've done something tricky on https://github.com/squidfunk/mkdocs-material-insiders/blob/master/mkdocs.yml#L119 but I'm not technical enough to work out how you determined to add Perhaps the answer could be added to the documentation? Thanks in advance 😄 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Quick thoughts:
{}
placeholder. "Feedback for topic 'My Topic'" is much more readable than "Feedback for topic '/my/project/dir/misc/docs/my-topic.html'"Beta Was this translation helpful? Give feedback.
All reactions