How to make cite web in the ProveIt menu show the URL title instead of the URL Here's for a start. It is necessary because otherwise I won't be able to find the desired title when typing it in "filter references".
Description
Description
Related Objects
Related Objects
- Mentioned In
- rWGPI6023e362025e: Dont use URLs as snippets
Event Timeline
Comment Actions
Fixed. In order to keep the solution generic, I modified ProveIt so that the "snippet" of the references must come from a required parameter of type "string". In case of Cite Web, since the only two required parameters are "title" and "url", and one is of type "url", it picks out "title". Hopefully this will suffice. As always allow a few minutes for the caches to catch up, cheers!