This is a must share! (Thanks to @michaeltharrington for teaching me!) Let's make dev.to more beautiful with these tricks.
Creating engaging buttons for your dev.to posts
OpenSource for Webcrumbs ・ Oct 24 '23
1. How to add a table of content to your post?
To add a table of content like this:
Table of contents
- How to add a table of content to your post?
- How to add a CTA to your post or comment?
- How to add some expandable content?
- How to embed a GitHub repository?
- How to share a link to another post?
- What else can you do?
Do it like this:
#### Table of contents
1. [How to add a table of content to your post?](#chapter-1)
2. [How to add a CTA to your post or comment?](#chapter-2)
3. [How to add some expandable content?](#chapter-3)
4. [How to embed a GitHub repository?](#chapter-4)
5. [How to share a link to another post?](#chapter-5)
6. [What else can you do?](#chapter-6)
And then:
### 1. How to add a table of content to your post? <a name="chapter-1"></a>
// etc.
2. How to add a CTA to your post or comment?
To add a CTA like this:
Hey! Go now to our GitHub repository and give it a star!
Do it like this:
{% cta https://github.com/webcrumbs-community/webcrumbs %} Hey! Go now to our GitHub repository and give it a star! {% endcta %}
3. How to add some expandable content?
To add a expandable content like this:
WebCrumbs is an admin panel for React websites that let you add plugins that extend the features of your website with only one-click, saving you time and effort you would have with implementing integrations or building things from scratch. It's like collaborating not only within your company but with developers all over the world. Oh, and it's open source and free. Check our GitHub repository and give us a star to support our work!What is WebCrumbs?
Do it like this:
{% collapsible **What is WebCrumbs?** %}
WebCrumbs is an admin panel for React websites that let you add plugins that extend the features of your website with only one-click, saving you time and effort you would have with implementing integrations or building things from scratch.
It's like collaborating not only within your company but with developers all over the world.
Oh, and it's open source and free. Check our [GitHub repository](https://github.com/webcrumbs-community/webcrumbs) and give us a star to support our work!
{% endcollapsible %}
4. How to embed a GitHub repository?
To embed a GitHub repository like this:
webcrumbs-community / webcrumbs
Build, re(use) and share your own JavaScript plugins that effortlessly match your website's style. 🌟 Star to support our work!
We're super excited to announce that we're working on a major overhaul of the repository.
Right now, we're not accepting contributions, but this will change soon! 👀
Star the repository and sign up at webcrumbs.org to be the first to know when we launch
WebCrumbs aspires to be an industry-standard solution for modern web development, creating the first open ecosystem of plugins for the JavaScript community and related frameworks (like React, Nextjs, Vue, Svelte, and others). Whether you're a developer or not, you'll find it easy to create, manage, and extend your own websites with our intuitive admin panel and a rich ecosystem of plugins developed by the community.
If you love what WebCrumbs is doing, consider starring us on GitHub. Your support is key to refining our product and growing our community. Star WebCrumbs on GitHub.
- Star the repository: If you haven't yet (yes, you!), give us a…
Do it like this:
{% embed https://github.com/webcrumbs-community/webcrumbs %}
5. How to share a link to another post?
To share a link to another post like this:
Let's build WordPress for React together!
OpenSource for Webcrumbs ・ Sep 17 '23
Do it like this:
{% embed https://dev.to/opensourcee/wordpress-for-react-82f %}
6. What else can I do?
Here's a full list of what you can do!
Do you know other tricks?
Top comments (4)
Woot woot! This rocks. 🙌
So many good helpful Markdown tricks and little features of the DEV editor in here. Thanks so much for sharing this resource!! 😀
Thanks for sharing first! 😊
Thanks for reading!! ❤️
Cool tricks!!!