dendronhq / dendron

The personal knowledge management (PKM) tool that grows as you do!
https://wiki.dendron.so
Apache License 2.0
6.75k stars 257 forks source link

Enhance blog rendering in published blog posts: General feedback suggestions #1622

Open ScriptAutomate opened 3 years ago

ScriptAutomate commented 3 years ago

Please select if your request is either something new or an enhancement

Please select the area your request applies to. (Multiple selections are possible)

Is your feature request related to a problem? Please describe

When part of a vault is meant to be a blog hierarchy, the rendering in the published site doesn't include common blog information:

When it comes to blog guidance, I have looked at the Dendron wiki at Blogging (dendron.topic.publish-legacy.blogging). Though, because it is within a *.publish-legacy.* hierarchy, I do not know whether this has been deprecated and replaced with something else in the newer NextJS publishing approach.

Describe the solution you'd like

It would be great to support some, or all of, the following:

Describe alternatives you've considered

When it comes to adding additional author information, that could also be done by extending the Dendron frontmatter to have nested values, like image currently has, instead of having it reference information found in something of a user.* or author.* note. This path for authorship, though, has less discoverability potential around what the same author has made, no extended about/profile page for an author, etc.

Additional context

Example author and article metadata info is seen rendered toward the top of these pages, except for Dendron: est. reading time, author name, publish date, social media of author, etc.

jonathanyeung commented 3 years ago

Maybe something we can achieve with note types and custom rendering

Related: