fiuhonors / myhonors-old

A fast, modern infrastructure and social base for students, faculty, and staff. Developed for The Honors College at Florida International University.
http://myhonors.fiu.edu
2 stars 1 forks source link

Make markdown directive work with the truncate filter for "read more" links #26

Open sergiopantoja opened 11 years ago

sergiopantoja commented 11 years ago

It would be cool to have a directive work like this:

<div content="data.content"
     truncate="500"
     truncate-link="{{reply.getPermalink()}}">
</div>

OR, if you just want to expand the content on the current page:

<div content="data.content"
     truncate="500"
     truncate-expand>
</div>