sveetch / autobreadcrumbs

Django application to add breadcrumbs to your pages
http://autobreadcrumbs.readthedocs.io/
MIT License
4 stars 3 forks source link

Optional alternative title for crumb #2

Open sveetch opened 9 years ago

sveetch commented 9 years ago

Sometime, crumb is directly as a html title like H2 and also in the meta title in the page's header.

Also, sometime crumb are filled with some html for some visual markup or other things, but so the title can't be used in the meta title.

The fact that crumb template tag value can not be directly filtered (like with strip html django's filter) does not help.

Maybe we can think to support an alternative text for crumbs, which can used to store a version without any html.

sveetch commented 8 years ago

So to resume, it will be nice to add feature to be able to store a main title (such as for html breadcrumb) and an optional alternative text (such as to use for non html usage, like within a <meta>).