© 2022 Hashnode
When I'm writing my articles that include Markdown files or data, I often refer to Frontmatter. What is Frontmatter? But what is this Frontmatter exactly? Frontmatter is a way to identify metadata in …
Now that we have our Remix Markdown powered website up and running let's explore how we can enhance it a bit by adding some cool Markdown plugins. For this article, we'll add the table of contents Reh…
🎨 Shiki and Prism Syntax Highlighting Here we see how you can set up SvelteKit Shiki syntax highlighting in your Svelte app. Shiki and Prism are both fantastic code syntax highlighters. Although Pr…
Context Recently, I wrote about the use of Augeas augtool in automating configuration files. I have learnt of the tool md2pptx by Mr. Martin Packer which is a Markdown to Powerpoint converter. I thought this would be a suitable piece to try…
There is a 95% chance that you have already used Markdown probably if you are a blogger, developer or content creator. You have probably created posts, answered questions on popular developer platform…
Well hello everyone, welcome back 👋!Ever felt the need of a "divine" tool to help you with personal note taking workflow... well Inkdrop 😃 is the tool! Solely designed for Markdown to improve your …
April 5, 2022 By James Perkins Read-only tokens allow you to query data from your project at any point in your application, whether that is on the server or on the client. Prior to Read-only tokens ev…
Hello Devs, Hope this will be a helpful article for all, to make your GitHub Profile awesome. As we know that, while working in open source the most important thing is the Proof of your contribution …
In my previous post, I listed and juxtaposed what the content of an efficient readme file should be. In this write up, I'll be giving you guides on how to write your readme file with markdown semantic…
A README is a text file that introduces and explains a project. It contains information that is commonly required to understand what the project is about. One of the major challenges junior web develo…