-
Notifications
You must be signed in to change notification settings - Fork 247
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Repeatedly fetching the title field on this url
URL https://sspai.com/post/102773
Version (please complete the following information):
- OS: [Windows 10 LTSC]
- Browser [Chrome 140]
- Web Clipper version: [0.12]
- Obsidian version: [1.9.12]
Describe the bug
all the article under this website https://sspai.com/ will get repeat

{
"schemaVersion": "0.1.0",
"name": "Default",
"behavior": "create",
"noteContentFormat": "{{content}}",
"properties": [
{
"name": "title",
"value": "{{title}}",
"type": "text"
},
{
"name": "source",
"value": "{{url}}",
"type": "text"
},
{
"name": "created",
"value": "{{date}}",
"type": "date"
},
{
"name": "description",
"value": "{{description}}",
"type": "text"
}
],
"triggers": [],
"noteNameFormat": "{{title}}",
"path": "Inbox"
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working