DEV Community

Cover image for Dev.to tricks I wish I knew before
OpenSource for WebCrumbs

Posted on • Updated on

Dev.to tricks I wish I knew before

This is a must share! (Thanks to @michaeltharrington for teaching me!) Let's make dev.to more beautiful with these tricks.


1. How to add a table of content to your post?

To add a table of content like this:

Table of contents

  1. How to add a table of content to your post?
  2. How to add a CTA to your post or comment?
  3. How to add some expandable content?
  4. How to embed a GitHub repository?
  5. How to share a link to another post?
  6. 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)

Enter fullscreen mode Exit fullscreen mode

And then:

### 1. How to add a table of content to your post? <a name="chapter-1"></a>
// etc.
Enter fullscreen mode Exit fullscreen mode

2. How to add a CTA to your post or comment?

Do it!

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 %}
Enter fullscreen mode Exit fullscreen mode

3. How to add some expandable content?

Expand

To add a expandable content like this:

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 and give us a star to support our work!

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 %}
Enter fullscreen mode Exit fullscreen mode

4. How to embed a GitHub repository?

To embed a GitHub repository like this:

GitHub logo webcrumbs-community / webcrumbs

Create and modify Node.js websites and applications with an admin interface and powerful themes and plugins, enriched by the community. 🌟 Star to support our work!

We are working on a major overhaul of the repository.
Star the repository and sign up at webcrumbs.org to be notified when we launch

like wordpress for node.js: we’re building the modern web,one plugin at a time like wordpress for node.js: we’re building the modern web,one plugin at a time

WebCrumbs logo WebCrumbs logo


The next revolution in collaborative web development The next revolution in collaborative web development


Sign our newsletter Join our discord



Screen concept Screen concept



An introduction An introduction


Vision

Vision

WebCrumbs aspires to be an industry-standard solution for modern web development, positioned as the "WordPress for Node.js", including React and other javascript frameworks. Whether you're a developer or not, you'll find it easy to create, manage, and extend your modern websites with our intuitive admin panel and a rich ecossystem of themes and plugins developed by the community.

We're open source, easy and modern We're open source, easy and modern

Your Support Matters
If you find value in what WebCrumbs aims to achieve, consider starring ⭐️ us on GitHub. Your endorsement is crucial in helping us refine our product and grow our community. Star WebCrumbs on GitHub.


Star our repository


Key features

Key features

  • Plugin Platform: Integrate and manage React plugins to extend functionality effortlessly.
  • No-Code Admin Panel: Control every aspect of your website from a robust admin interface, no coding needed.

Do it like this:

{% embed https://github.com/webcrumbs-community/webcrumbs %}
Enter fullscreen mode Exit fullscreen mode

5. How to share a link to another post?

To share a link to another post like this:

Do it like this:

{% embed https://dev.to/opensourcee/wordpress-for-react-82f %}
Enter fullscreen mode Exit fullscreen mode

6. What else can I do?

Right??

Here's a full list of what you can do!

Do you know other tricks?

Did you like it?

Help us out! Check our GitHub repo and give it a star!

Top comments (4)

Collapse
 
michaeltharrington profile image
Michael Tharrington

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!! 😀

Collapse
 
opensourcee profile image
OpenSource

Thanks for sharing first! 😊

Collapse
 
opensourcee profile image
OpenSource

Thanks for reading!! ❤️

Collapse
 
sharsha315 profile image
Harsha S

Cool tricks!!!