chore: update template

This commit is contained in:
Michael Naumov 2026-03-06 16:54:55 -06:00
parent aada502563
commit d38d9dc891
4 changed files with 1741 additions and 1842 deletions

View file

@ -8,6 +8,10 @@ body:
attributes:
value: |
## Bug report
> [!WARNING]
>
> Both a video and a sample vault are required for bug reproduction. Incomplete, vague, or poorly described bug reports will be closed.
- type: textarea
attributes:
label: Description
@ -16,44 +20,74 @@ body:
required: true
- type: textarea
attributes:
label: Steps to Reproduce
label: Steps to reproduce
description: Provide a step-by-step description.
value: |
placeholder: |
1. Go to '...'
2. Click on '...'
3. Notice that '...'
...
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
label: Expected behavior
description: What did you expect to happen?
validations:
required: true
- type: textarea
attributes:
label: Actual Behavior
label: Actual behavior
description: What actually happened? Include error messages if available.
validations:
required: true
- type: textarea
- type: input
attributes:
label: Environment Information
description: Environment Information
value: |
- **Plugin Version**: [e.g., 1.0.0]
- **Obsidian Version**: [e.g., v1.3.2]
- **Operating System**: [e.g., Windows 10]
label: Plugin version
description: ⚠️ Must be the latest version. If not, explain why above.
placeholder: 1.0.0
validations:
required: true
- type: input
attributes:
label: Obsidian version
description: ⚠️ Must be the latest version. If not, explain why above.
placeholder: 1.3.2
validations:
required: true
- type: input
attributes:
label: Operating system
placeholder: Windows 10
validations:
required: true
- type: textarea
attributes:
label: Attachments
description: Required for bug reproduction
value: |
- Please attach a video showing the bug. It is not mandatory, but might be very helpful to speed up the bug fix
- Please attach a sample vault where the bug can be reproduced. It is not mandatory, but might be very helpful to speed up the bug fix
description: Attach a video and a sample vault.
placeholder: Drag and drop files here.
- type: dropdown
attributes:
label: Video
options:
- "Not attached. ⚠️ The bug report will be closed if the maintainer is unable to reproduce it without the attachment."
- "Attached"
validations:
required: true
- type: dropdown
attributes:
label: Sample vault
options:
- "Not attached. ⚠️ The bug report will be closed if the maintainer is unable to reproduce it without the attachment."
- "Attached"
validations:
required: true
- type: dropdown
attributes:
label: Bug isolation
description: Did you verify the bug in isolation from other plugins?
options:
- "No, only with other plugins enabled (provide details in the description field). ⚠️ Sample vault required or the bug report will be closed."
- "Yes, I could reproduce the bug in the vault with only this plugin enabled."
validations:
required: true
- type: checkboxes
@ -61,11 +95,5 @@ body:
label: Confirmations
description: Ensure the following conditions are met
options:
- label: I attached a video showing the bug, or it is not necessary
required: true
- label: I attached a sample vault where the bug can be reproduced, or it is not necessary
required: true
- label: I have tested the bug with the latest version of the plugin
required: true
- label: I have checked GitHub for existing bugs
- label: I have checked the plugin's GitHub repository and haven't found any similar bugs
required: true

View file

@ -7,7 +7,11 @@ body:
- type: markdown
attributes:
value: |
## Feature Request
## Feature request
> [!WARNING]
>
> Incomplete, vague, or poorly described requests will be closed.
- type: textarea
attributes:
label: Description
@ -16,34 +20,55 @@ body:
required: true
- type: textarea
attributes:
label: Details
description: Provide a step-by-step description.
value: |
1. Go to '...'
2. Click on '...'
3. Notice that '...'
...
label: Use case
description: Describe a scenario where this feature would be useful.
validations:
required: true
- type: textarea
attributes:
label: Desired Behavior
label: Desired behavior
description: What do you want to happen?
validations:
required: true
- type: textarea
attributes:
label: Current Behavior
label: Current behavior
description: What actually happens?
validations:
required: true
- type: input
attributes:
label: Plugin version
description: ⚠️ Must be the latest version. If not, explain why above.
placeholder: 1.0.0
validations:
required: true
- type: input
attributes:
label: Obsidian version
description: ⚠️ Must be the latest version. If not, explain why above.
placeholder: 1.3.2
validations:
required: true
- type: textarea
attributes:
label: Attachments
description: Required for feature investigation
value: |
- Please attach a video showing the current behavior. It is not mandatory, but might be very helpful to speed up the feature implementation
- Please attach a sample vault where the desired Feature Request could be applied. It is not mandatory, but might be very helpful to speed up the feature implementation
description: Attach a video and a sample vault.
placeholder: Drag and drop files here.
- type: dropdown
attributes:
label: Video
options:
- "Not attached. ⚠️ Providing a video helps the maintainer understand the request and speeds up implementation."
- "Attached"
validations:
required: true
- type: dropdown
attributes:
label: Sample vault
options:
- "Not attached. ⚠️ Providing a sample vault helps the maintainer understand the request and speeds up implementation."
- "Attached"
validations:
required: true
- type: checkboxes
@ -51,11 +76,5 @@ body:
label: Confirmations
description: Ensure the following conditions are met
options:
- label: I attached a video showing the current behavior, or it is not necessary
required: true
- label: I attached a sample vault where the desired Feature Request could be applied, or it is not necessary
required: true
- label: I have tested the absence of the requested feature with the latest version of the plugin
required: true
- label: I have checked GitHub for existing Feature Requests
- label: I have checked the plugin's GitHub repository and haven't found any similar feature requests
required: true

View file

@ -1,5 +1,9 @@
# Backlink Full Path
[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/mnaoumov)
[![GitHub release](https://img.shields.io/github/v/release/mnaoumov/obsidian-backlink-full-path)](https://github.com/mnaoumov/obsidian-backlink-full-path/releases)
[![GitHub downloads](https://img.shields.io/github/downloads/mnaoumov/obsidian-backlink-full-path/total)](https://github.com/mnaoumov/obsidian-backlink-full-path/releases)
This is a plugin for [Obsidian](https://obsidian.md/) that shows the backlink's full path in the backlinks panel.
By default, Obsidian just shows the note name
@ -39,9 +43,15 @@ For more details, refer to the [documentation](https://github.com/mnaoumov/obsid
## Support
<!-- markdownlint-disable MD033 -->
<a href="https://www.buymeacoffee.com/mnaoumov" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="60" width="217"></a>
<!-- markdownlint-enable MD033 -->
## My other Obsidian resources
[See my other Obsidian resources](https://github.com/mnaoumov/obsidian-resources).
## License
© [Michael Naumov](https://github.com/mnaoumov/)

3438
package-lock.json generated

File diff suppressed because it is too large Load diff