Page MenuHomePhabricator

Cite web
Closed, ResolvedPublic

Description

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".

Event Timeline

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!