This is awesome! I followed both part 1 and part 2 and am very happy with this guide and the result, this is exactly what I was looking for. Looking forward to customizing it to my liking 😄 One note about the frontmatter of Markdown/MDX files - it is technically YAML, so to make an array you can use the following format instead of the ' ["tag 1", "tag 2"] ' format: tags: - tag 1 - tag 2 - tag 3 I tested this on my end and it works just the same as what is in the video. Helpful for those who are trying to integrate this with markdown files from Obsidian since that uses tags in a similar way.
Hi Jolly, great work again and with such amazing pace 🤟 If you are planning part 3, I would suggest adding Search and Filter functionality (search/filter by tags)
This is awesome! I followed both part 1 and part 2 and am very happy with this guide and the result, this is exactly what I was looking for. Looking forward to customizing it to my liking 😄
One note about the frontmatter of Markdown/MDX files - it is technically YAML, so to make an array you can use the following format instead of the ' ["tag 1", "tag 2"] ' format:
tags:
- tag 1
- tag 2
- tag 3
I tested this on my end and it works just the same as what is in the video. Helpful for those who are trying to integrate this with markdown files from Obsidian since that uses tags in a similar way.
Are you going to make the part 3? Maybe a Table of content or search functionality would be great
Hi Jolly, great work again and with such amazing pace 🤟
If you are planning part 3, I would suggest adding Search and Filter functionality (search/filter by tags)
Btw, I vote up adding copy-to-clipboard button as well as showing line numbers in the code snippets
How can we add photos to mdx and display thumbnails on the home page or blog listing page?
Amazon work !Would be nice to add a search bar to look for specific blogs
could you add search function and fitler function in part 3? and also how to add picture in mdx , im wondering
Awesome explanation dude.
When Part 3? Great content!
hey, great video so far, could I check how can I add a table of contents within the blog page?
big thanks man!
add image blog and create table of content please
I want to know how to implement search feature in markdown blog - how you implemented that.
Awesome! thx video. I would like to watch a video about 'kbar' implementation.
Great work ! I would like to know How to add the copy button for code.
Is this scalable way because we can write 1000 of blogs? What about build time?
Is it possible to have a rich text editor create posts and manage posts?
just a suggestion convert this into full fledged portfolio.
What would you consider extra to be added for that? Just example styling and layout or more features like blog search, project pages etc