Skip to content
New issue

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

the custom template.md file was not found #57

Open
ChristopheBonvalletAgicap opened this issue Aug 29, 2024 · 1 comment
Open

the custom template.md file was not found #57

ChristopheBonvalletAgicap opened this issue Aug 29, 2024 · 1 comment
Assignees
Labels

Comments

@ChristopheBonvalletAgicap
Copy link

ChristopheBonvalletAgicap commented Aug 29, 2024

  • I'm submitting a ...
    [ ] language request
    [x ] bug report
    [ ] feature request
    [ ] question about the decisions made in the repository
    [ ] question about how to use this project

  • Summary
    Hello,

After the last release the custom template file was not found, and the default template is used.

I guess the bug was introduce by the change line 11 in create.js

before after
const customTemplate = path.join(Config_1.default.getSavePath(), 'template.md'); const customTemplate = path.join(Config.getSavePath(), 'template.', fileExt)
@phodal phodal self-assigned this Aug 30, 2024
@phodal phodal added the bug label Aug 30, 2024
phodal added a commit that referenced this issue Aug 30, 2024
phodal added a commit that referenced this issue Aug 30, 2024
@phodal
Copy link
Owner

phodal commented Aug 30, 2024

Hi @ChristopheBonvalletAgicap thanks for report, already push the new version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants