You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
On Hashnode there is an option to display Table of Contents for each blog.
Working on this issue requires the following:
investigate why the table of contents is not showing, possibly it requires an additional GraphQL query
perform a check to see if the table of contents is enabled
conditionally display the table of contents in the post-detais component if it is enabled, to be placed below the cover image
style the table of contents - we want to use an expansion panel for it
there are various ways to achieve that in this app version the way to do it is by utilizing components provided by PrimeNG
discuss your proposed solution, try and test different options
table of contents may be a partial component if it makes sense
Additional context
The text was updated successfully, but these errors were encountered:
esthersoftwaredev
changed the title
Display and style the Table of Contents for posts where it's enabled
Display and style the Table of Contents for posts where it's enabled
Mar 5, 2024
Describe the solution you'd like
On Hashnode there is an option to display
Table of Contents
for each blog.Working on this issue requires the following:
table of contents
is not showing, possibly it requires an additional GraphQL querytable of contents
is enabledpost-detais
component if it is enabled, to be placed below the cover imagetable of contents
- we want to use an expansion panel for itPrimeNG
partial
component if it makes senseAdditional context
The text was updated successfully, but these errors were encountered: