-
Notifications
You must be signed in to change notification settings - Fork 9
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
Unwrapped template handling #3
Comments
Go for it! |
hi @protometa - did you ever get to implement the feature? I'm using meteor with angularjs so basically what I need is to translate a simple markdown file to a simple html file, without the additional |
@pgrm sorry, I didn't get around to it. This package uses the old plugin API which I had trouble finding documentation on. |
@protometa no problem. Maybe I'll do it as an exercise on how to create a meteor package later next month. I'll add the link here if I ever get to making such a package. |
@stubailo great package. Seems to work fine. I'm new to Meteor and so have not mastered the nuances of packages or I'd be happy to tackle the changes myself and I know you have published this as-is. However I'd like to vote for the most recent packaging style and 0 template code in the markdown so (as I read it) more like the .tpl.md approch. 900 downloads on Atmosphere shows a pretty healthy interest in this already, a few updates would only add to this. I'd be happy to contribute a few more examples since I'll be using it to publicly update an OSS docs site from github .md docs. In any case, thanks. |
I'd be happy to accept a PR to modify the package to avoid the template tags! |
I'm a noob to Meteor but if you can give me a pointer or two I can give it a try. Regarding the "new" package format. No clue what this is about. This should be easy if you can advise. |
Hey awesome package. I'd like to add the ability to handle markdown files without template tags, using the file name as the template name on
.tpl.md
files like mquandalle:jade does.The text was updated successfully, but these errors were encountered: