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

New backend for Remark #85

Open
tduchateau opened this issue Oct 16, 2014 · 4 comments
Open

New backend for Remark #85

tduchateau opened this issue Oct 16, 2014 · 4 comments

Comments

@tduchateau
Copy link

A new backend for https://github.com/gnab/remark would be awesome.

Is there any contribution guide for backends? If might be fun to try to contribute in some way. :-)

/cc @gnab

@gnab
Copy link

gnab commented Oct 16, 2014

What exactly do you mean by a new "backend"?

@gnab
Copy link

gnab commented Oct 16, 2014

My bad, I thought this was a remark issue :)

@lordofthejars
Copy link
Member

Well there is no documentation, but you can follow any previous developed
backend. In fact you only need to create a haml or slim files. If you look
closely you will see that the name of the file is used as element detector.
For example if file is named document then this file will be called when a
new document is found, if it is called block, then the template will be
used for every block found.

I think that using haml or slim is pretty intuitive,

If you have any question don't hesitate to ask it.

Alex

2014-10-16 14:27 GMT+02:00 Ole Petter Bang notifications@github.com:

My bad, I thought this was a remark issue :)


Reply to this email directly or view it on GitHub
#85 (comment)
.

+----------------------------------------------------------+
Alex Soto Bueno - Computer Engineer
www.lordofthejars.com
+----------------------------------------------------------+

@tduchateau
Copy link
Author

Thanks Alex. I started working on it using the Slim templates of the revealjs backend.
I'll keep you posted in this issue.

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

No branches or pull requests

3 participants