Custom template location and file#3
Open
GrfxGuru wants to merge 5 commits intokhalillechelt:masterfrom
Open
Conversation
If the custom template location fails to load then it defaults to the build in template.
Owner
|
Hi! Thanks for the PR! I am seeing that some of the changes you pushed are removing semicolons and other formatting. I'll manually check out your changes and I'll add prettier for code formatting so that it's enforced. I was busy with a different project in my free time so that's why the long delay. Thanks again. Will tend to this soon. |
Author
|
Great thanks, I had prettier running and it actually removed the semicolons, I'll take a look at my configuration. |
Owner
|
Ok, in this project i used xo I’ll just add a prettier config...
Von meinem iPhone gesendet
… Am 06.05.2019 um 21:31 schrieb Peter Witham ***@***.***>:
Great thanks, I had prettier running and it actually removed the semicolons, I'll take a look at my configuration.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added the ability to set a custom location for the template used when creating a blog post. This enables the user to create templates anywhere on their system and specify the path. They can also easily switch template names with configuration.
If the custom location fails to load the default built-in template will be used.