livemark icon indicating copy to clipboard operation
livemark copied to clipboard

Improve BlogPlugin

Open roll opened this issue 4 years ago • 2 comments

Overview

  • implement pagination?
  • implement something like is_index and is_post helpers (currently, we use author)
  • improve how we set active page in the left menu (currently, quite hacky/hardcoded)
  • Use topics area to show/support tags?
  • Add an article name between pages and topics (article page)?

roll avatar Oct 07 '21 12:10 roll

Hello @roll!!

I think I have a question directly related to this issue.

I created a blog using Livemark, but as the figure below shows, the index page isn't transforming my markdown syntax into HTML tags (The example try to create a link to GitHub pages):

image

I tried to use the livemark-markdown class, as suggested here in the documentation, but it didn't work:

<div class="livemark-markdown">{{ item.document.description }}</div>
<a href="{{ item.relpath }}.html">Read more &raquo;</a>

Am I missing something? Or actually, this is a question on BlogPlugin?

gabrielbdornas avatar Jul 06 '22 12:07 gabrielbdornas

Thanks @gabrielbdornas

It looks like a bug in the blog plugin. I'll create an issue for it and investigate

roll avatar Jul 11 '22 13:07 roll