We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version:
Describe the bug
I discovered this bug while reading this article. I’m not sure if this is a general issue or if it’s due to the DOM structure of this specific page.
Step 1: add a cross-paragraph section (click and drag)
Step 2: add a single paragraph highlight (click)
The first highlight has been discarded.
Expected behavior
The first highlight is not discarded.
URLs where the bug occurs
https://nmn.gl/blog/ai-illiterate-programmers
Your template file
{ "schemaVersion": "0.1.0", "name": "Article", "behavior": "create", "noteContentFormat": "\n**Summary**:: {{description}}\n\n{{content}}", "properties": [ { "name": "type", "value": "article", "type": "text" }, { "name": "title", "value": "{{title}}", "type": "text" }, { "name": "source", "value": "{{url}}", "type": "text" }, { "name": "authors", "value": "{{author|split:\\\", \\\"|wikilink|join}}", "type": "multitext" }, { "name": "tags", "value": "", "type": "multitext" }, { "name": "published", "value": "{{published}}", "type": "date" }, { "name": "created", "value": "{{date}}", "type": "date" }, { "name": "updated", "value": "{{date}}", "type": "date" } ], "triggers": [], "noteNameFormat": "{{title}}", "path": "literature-notes" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version:
Describe the bug
I discovered this bug while reading this article. I’m not sure if this is a general issue or if it’s due to the DOM structure of this specific page.
Step 1: add a cross-paragraph section (click and drag)
Step 2: add a single paragraph highlight (click)
The first highlight has been discarded.
Expected behavior
The first highlight is not discarded.
URLs where the bug occurs
https://nmn.gl/blog/ai-illiterate-programmers
Your template file
The text was updated successfully, but these errors were encountered: