quickadd icon indicating copy to clipboard operation
quickadd copied to clipboard

[FEATURE REQUEST] Quickadd can't recognize template files with file extensions other than '.md'

Open spindensity opened this issue 3 years ago • 2 comments

Describe the bug QuickAdd can't recognize template files with file extensions other than .md, I am not sure whether it's a bug or just by design.

To Reproduce Steps to reproduce the behavior:

  1. Disable core plugin Templates;
  2. Install Templater plugin;
  3. Install QuickAdd plugin;
  4. Create a template file named t_general.eta;
  5. Create a QuickAdd template choice named Create note, set its template path to the path of the template file t_general.eta;
  6. Create a note with the template choice Create note.

Expected behavior QuickAdd could create notes successfully.

By the way, the Templater plugin could recognize the template file t_general.eta, you could click the templater button on the sidebar to create notes with the very template file flawlessly.

Screenshots image

image

image

Desktop (please complete the following information):

  • OS: Windows 11;
  • Obsidian: 0.13.19;
  • Quickadd: 0.4.17;
  • Templater: 1.9.11.

Additional context

  1. The Templater plugin can recognize the template file t_general.eta and create notes with it successfully ;
  2. Change the template file name to "t_general.md", then QuickAdd works.

spindensity avatar Jan 16 '22 12:01 spindensity