mirror of
https://github.com/gnoxnahte/obsidian-auto-embed.git
synced 2026-07-22 09:50:24 +00:00
Update to 1.2.4
Also add markdown code block for as a default value for issues at the "Sample Markdown" section.
This commit is contained in:
parent
1d7c3f6295
commit
aade69e545
4 changed files with 18 additions and 7 deletions
14
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
14
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
|
@ -20,7 +20,13 @@ body:
|
|||
label: Sample Markdown
|
||||
description: If applicable, please provide the markdown used where the bug occurred
|
||||
placeholder: |
|
||||

|
||||
```markdown
|
||||

|
||||
```
|
||||
value: |
|
||||
```markdown
|
||||
// Put your markdown sample here
|
||||
```
|
||||
- type: textarea
|
||||
id: console-error
|
||||
attributes:
|
||||
|
|
@ -30,14 +36,12 @@ body:
|
|||
To open the console:
|
||||
- Windows: Ctrl + Shift + I
|
||||
- Mac: Cmd + Option + I
|
||||
placeholder: |
|
||||

|
||||
- type: input
|
||||
id: obsidian-version
|
||||
attributes:
|
||||
label: Obsidian Version
|
||||
description: What Obsidian version are you using?
|
||||
placeholder: 1.6.7
|
||||
placeholder: 1.7.4
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
|
@ -45,7 +49,7 @@ body:
|
|||
attributes:
|
||||
label: Plugin Version
|
||||
description: What Auto Embed version are you using?
|
||||
placeholder: 1.2.2
|
||||
placeholder: 1.2.4
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
|
|
|
|||
|
|
@ -18,6 +18,12 @@ Things to remember:
|
|||
- Try to check all the links link to a valid location
|
||||
-->
|
||||
|
||||
## [1.2.4](https://github.com/GnoxNahte/obsidian-auto-embed/tree/1.2.4) (2024-10-28)
|
||||
|
||||
**Bugs Fixed:**
|
||||
- Fix [Issue 19](https://github.com/GnoxNahte/obsidian-auto-embed/issues/19): Add better support for detecting urls
|
||||
- Fix [Issue 20](https://github.com/GnoxNahte/obsidian-auto-embed/issues/20): Add better support for detecting images that the plugin shouldn't embed.
|
||||
|
||||
## [1.2.3](https://github.com/GnoxNahte/obsidian-auto-embed/tree/1.2.3) (2024-10-23)
|
||||
|
||||
**New Features & Improvements:**
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "auto-embed",
|
||||
"name": "Auto Embed",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.4",
|
||||
"minAppVersion": "1.5.11",
|
||||
"description": "Helps to embed links using markdown instead of iframe",
|
||||
"author": "GnoxNahte",
|
||||
|
|
|
|||
|
|
@ -14,5 +14,6 @@
|
|||
"1.2.0": "1.5.11",
|
||||
"1.2.1": "1.5.11",
|
||||
"1.2.2": "1.5.11",
|
||||
"1.2.3": "1.5.11"
|
||||
"1.2.3": "1.5.11",
|
||||
"1.2.4": "1.5.11"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue