Closed simonw closed 1 month ago
Using this to clean up existing ones that have ,
or (
in them:
select 'https://simonwillison.net/admin/blog/quotation/' || id || '/change/',
source, quotation
from blog_quotation
where source like '%%,%%' or source like '%%(%%'
I want the option to add a little bit of extra text (actually Markdown) to a quotation - for the person's relevant job title or to provide an extra link. I'm going to call it
context
.