meteor-markdown-templating
meteor-markdown-templating copied to clipboard
Unwrapped template handling
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.
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 <head> and <body> tags. Is there maybe any other package out there, which could do that?
@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.