What I’m trying to do
When I save Claude chats with the clipper, it titles them “Claude n” where n starts with 1 and each new clipping is named in numerical order; Claude 2 and Claude 3 and so on.
This has some utility (esp regarding ease of tagging) but I would much rather prefer to have the actual name of the conversation as the title of the clip as well.
Things I have tried
I’ve made a new template that successfully triggers based on the Claude chat domain but i need some help fine tuning the template to utilize the actual title of the chat.
I’ve found the <title>
of the chat buried in the <head>
of the page using the inspector but I don’t know how to call it in the properties of the template.
{{head.title}} does not work. I think I’m missing something fairly trivial but it escapes me.