logancyang_obsidian-copilot/.github/ISSUE_TEMPLATE/bug_report.md
Logan Yang afb41c9179
Support embedded note (#1995)
* Update bug report template to enhance clarity and requirements

- Changed the required checklist item from a screenshot to a log file generated via the "Copilot: Create Log File" command.
- Made the screenshot of the note and Copilot chat pane optional.
- Clarified the statement regarding bug report requirements for better understanding.

* feat: Implement embedded note processing in ContextProcessor

- Added support for processing embedded notes within markdown content, allowing for structured `<embedded_note>` blocks.
- Introduced new methods for building and formatting embedded note blocks, including error handling for missing notes.
- Enhanced logging to replace console statements with appropriate logging functions for better error tracking.
- Updated the `buildMarkdownContextContent` method to streamline content processing for markdown files.
- Added a new constant `EMBEDDED_NOTE_TAG` to manage embedded note structures.
2025-10-31 13:45:11 -07:00

921 B

name about title labels assignees
Bug report Create a report to help us improve
  • Disable all other plugins besides Copilot (required)
  • Log file generated via "Copilot: Create Log File" command or Settings -> Advanced -> Create Log File (required)
  • Screenshot of note + Copilot chat pane + dev console added (optional)

Copilot version: Model used:

(Bug reports missing the required items above will be closed)

Describe how to reproduce A clear and concise description of what the bug is. Clear steps to reproduce the behavior

Expected behavior A clear and concise description of what you expected to happen.

Screenshots Add screenshots to help explain your problem. Please turn on debug mode in Copilot settings, turn off other plugins to leave only Copilot dev messages as necessary.

Additional context Add any other context about the problem here.