# My collection of silverbullet-libraries

**URL:** https://community.silverbullet.md/t/my-collection-of-silverbullet-libraries/3381
**Category:** Plugs and Libraries
**Created:** [October 12, 2025, 6:25pm UTC](https://community.silverbullet.md/t/my-collection-of-silverbullet-libraries/3381 "2025-10-12T18:25:54Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Mr.Red](https://community.silverbullet.md/user_avatar/community.silverbullet.md/mr.red/32/821_2.png) [@Mr.Red](https://community.silverbullet.md/u/Mr.Red)
#### Post date: [October 12, 2025, 6:25pm UTC](https://community.silverbullet.md/t/my-collection-of-silverbullet-libraries/3381/1 "2025-10-12T18:25:54Z")

</div>

Because @malys brought to my attention that this is the official way to share/distribute libraries in SilverBullet.

Here is my collection of `silverbullet-libraries`-repo of useful widgets, functions & styles.

> **[GitHub - Mr-xRed/silverbullet-libraries: Awesome SilverBullet libraries](https://github.com/Mr-xRed/silverbullet-libraries)**
>
> Awesome SilverBullet libraries

Currently there are only a few ones, but in the future I might upload more.

## Available libraries

- [**Admonitions\_multilingual**](https://github.com/Mr-xRed/silverbullet-libraries/blob/main/Admonitions_multilingual.md) - Adds​:united\_kingdom: 🇩🇪 🇫🇷 🇮🇹 🇨🇳 🇪🇸 🇭🇺 🇷🇴 🇨🇿 for custom admonitions
- [**Custom\_Width\_and\_Color\_Tables**](https://github.com/Mr-xRed/silverbullet-libraries/blob/main/Custom_Width_and_Color_Tables.md) - Adds custom color and width to your boring tables
- [**DayProgressBar**](https://github.com/Mr-xRed/silverbullet-libraries/blob/main/DayProgressBar.md) - Displays a Progress Bar with time left in Day
- [**EmbedGoogleMapsWidget**](https://github.com/Mr-xRed/silverbullet-libraries/blob/main/EmbedGoogleMapsWidget.md) - it embeds Google Maps into a page as Widget
- [**HeaderLevelToggle**](https://github.com/Mr-xRed/silverbullet-libraries/blob/main/HeaderLevelToggle.md) - Toggles header level using Shortcut keys
- [**OpenWeatherMap\_Widgets**](https://github.com/Mr-xRed/silverbullet-libraries/blob/main/OpenWeatherMap_Widgets.md) - OWM Weather widgets using slash commands
- [**SearchBar\_ModernStyle**](https://github.com/Mr-xRed/silverbullet-libraries/blob/main/SearchBar_ModernStyle.md) - Restyling of the “Find in Page” - Search Bar
- [**SelectionToCodeblockToggle**](https://github.com/Mr-xRed/silverbullet-libraries/blob/main/SelectionToCodeblockToggle.md) - Transforms Selection into a CodeBlock
- [**TopPageBanner**](https://github.com/Mr-xRed/silverbullet-libraries/blob/main/TopPageBanner.md) - Displays an embedded image on the top of the page  
CodeBlock
- [**UpdateSilverbulletLibraries**](https://github.com/Mr-xRed/silverbullet-libraries/blob/main/UpdateSilverbulletLibraries.md) - Updates Community Silverbullet-Libraries

You will also find at the end of each library the URL to the corresponding discussions.

---

<div class="post-metadata">

### Author: ![Mr.Red](https://community.silverbullet.md/user_avatar/community.silverbullet.md/mr.red/32/821_2.png) [@Mr.Red](https://community.silverbullet.md/u/Mr.Red)
#### Post date: [October 14, 2025, 8:54pm UTC](https://community.silverbullet.md/t/my-collection-of-silverbullet-libraries/3381/2 "2025-10-14T20:54:38Z")

</div>

Added a **Weather Widget for OpenWeatherMaps** to my silverbullet-libraries

> <https://github.com/Mr-xRed/silverbullet-libraries/blob/main/OpenWeatherMap_Widgets.md>

You will need a free OWM API\_KEY for it to work, but I found it more reliable than other free weather API’s.

I think I over engineered the functions a little with three different slash commands.

Feel free to try it and leave your opinions below.

---

<div class="post-metadata">

### Author: ![ChenZhu-Xie](https://community.silverbullet.md/user_avatar/community.silverbullet.md/chenzhu-xie/32/1476_2.png) [@ChenZhu-Xie](https://community.silverbullet.md/u/ChenZhu-Xie)
#### Post date: [October 22, 2025, 12:40pm UTC](https://community.silverbullet.md/t/my-collection-of-silverbullet-libraries/3381/3 "2025-10-22T12:40:24Z")

</div>

Better add a space `_` after 🌐 ? or use 🌎 ?

and `%s %s` → `%s%s` :

```auto
local owm_weather = string.format("🌡️%.1f°C 💧%d%% 🍃%s%.0f km/h %s%s ℹ️%s 🌎%s,%s", owm.temp, owm.hum, owm.wdir, owm.wind, owm.icon, owm.cond, os.date("%H:%M", owm.timestamp), owm.city, owm.country )

```

---

<div class="post-metadata">

### Author: ![Mr.Red](https://community.silverbullet.md/user_avatar/community.silverbullet.md/mr.red/32/821_2.png) [@Mr.Red](https://community.silverbullet.md/u/Mr.Red)
#### Post date: [October 22, 2025, 1:22pm UTC](https://community.silverbullet.md/t/my-collection-of-silverbullet-libraries/3381/4 "2025-10-22T13:22:01Z")

</div>

can you send a screenshot how it looks on your display?

because on mine without space and with the “,” look the better imho:  
Current:

![image](https://community.silverbullet.md/uploads/default/original/2X/a/a2c663c13c2880ae0ad693296e868401bba792b2.png)

your proposal:  
 ![image](https://community.silverbullet.md/uploads/default/original/2X/7/73121db56107028f8b42d35f92f9b946ae46ef03.png)

and regarding the globe emoji, i didn’t wanted to be exclusive (and let the other half of the planet unrepresented 😛 )  
🌎 🌏 🌍

that’s why i chose the more general & neutral globe:  
🌐

---

<div class="post-metadata">

### Author: ![ChenZhu-Xie](https://community.silverbullet.md/user_avatar/community.silverbullet.md/chenzhu-xie/32/1476_2.png) [@ChenZhu-Xie](https://community.silverbullet.md/u/ChenZhu-Xie)
#### Post date: [October 22, 2025, 4:42pm UTC](https://community.silverbullet.md/t/my-collection-of-silverbullet-libraries/3381/5 "2025-10-22T16:42:45Z")

</div>

Oh, maybe that’s font-related?  
About 🌐, it is indeed better to choose 🌐 interms of eleminating the ambiguity.

before:  
 ![image](https://community.silverbullet.md/uploads/default/optimized/2X/1/144eff9f7a1cdb4afd811b73cbbb269f038837f0_2_690x23.png)  
after:  
 ![image](https://community.silverbullet.md/uploads/default/optimized/2X/c/c0a811cb76ecebafb8ad41b7a8b063a541709952_2_690x23.png)

Not a big problem, some personal tweaking is ok.

---

<div class="post-metadata">

### Author: ![Mr.Red](https://community.silverbullet.md/user_avatar/community.silverbullet.md/mr.red/32/821_2.png) [@Mr.Red](https://community.silverbullet.md/u/Mr.Red)
#### Post date: [October 22, 2025, 5:20pm UTC](https://community.silverbullet.md/t/my-collection-of-silverbullet-libraries/3381/6 "2025-10-22T17:20:31Z")

</div>

yeah that looks definitely font related.

about the tweaking: i try to make the libraries updatable, so you don’t have to change anything inside the library, but that gave me an idea to cook up something. Maybe i could add some config.set options for the format too, so you can chose what is visible. I have something like this in mind:

temp = true,  
hum = false,  
wind = true,  
last\_cache = true,  
location = false,  
custom\_emojis = {“🌡”,“💧”,“🍃”,“ℹ”,“🌐”}

because not everybody wants to know the windspeed, last\_cache time or humidity. this could make it much more customizable, and aligned with personal preferences.

---

<div class="post-metadata">

### Author: ![Mr.Red](https://community.silverbullet.md/user_avatar/community.silverbullet.md/mr.red/32/821_2.png) [@Mr.Red](https://community.silverbullet.md/u/Mr.Red)
#### Post date: [November 8, 2025, 10:10pm UTC](https://community.silverbullet.md/t/my-collection-of-silverbullet-libraries/3381/7 "2025-11-08T22:10:32Z")

</div>

Here is the URI for my Library Repo for the brand new ✨ Official Library Manager ✨  
available in the edge version of SB:

[https://github.com/Mr-xRed/silverbullet-libraries/blob/main/Repository/Mr-xRed.md](https://github.com/Mr-xRed/silverbullet-libraries/blob/main/Repository/Mr-xRed.md)

> <https://github.com/Mr-xRed/silverbullet-libraries/blob/main/Repository/Mr-xRed.md>

---

<div class="post-metadata">

### Author: ![malys](https://community.silverbullet.md/user_avatar/community.silverbullet.md/malys/32/840_2.png) [@malys](https://community.silverbullet.md/u/malys)
#### Post date: [November 9, 2025, 3:34pm UTC](https://community.silverbullet.md/t/my-collection-of-silverbullet-libraries/3381/8 "2025-11-09T15:34:42Z")

</div>

I Will wait 2.3 to migrate plugs and scripts ti new plugs manager.

---

<div class="post-metadata">

### Author: ![Mr.Red](https://community.silverbullet.md/user_avatar/community.silverbullet.md/mr.red/32/821_2.png) [@Mr.Red](https://community.silverbullet.md/u/Mr.Red)
#### Post date: [February 23, 2026, 7:20pm UTC](https://community.silverbullet.md/t/my-collection-of-silverbullet-libraries/3381/9 "2026-02-23T19:20:03Z")

</div>

I’ve been wondering lately and I’m genuinely curious how many of you are using my libraries regularly.

Since SilverBullet doesn’t collect any usage data and neither do my libraries, I don’t really have any insight into how many people are using them. The only feedback I usually get comes from bug reports 😅

Here you can find [My Repository](https://github.com/Mr-xRed/silverbullet-libraries/blob/main/Repository/Mr-xRed.md)

So I’d really appreciate it if you could voluntarily take a moment to fill out this poll and select all the libraries that you have installed and use frequently.

_Poll ([view on site](https://community.silverbullet.md/t/my-collection-of-silverbullet-libraries/3381/9))_

# Thank You for participating 🙏

![](https://community.silverbullet.md/uploads/default/original/2X/e/e1a44a5ad6587aecd673dd3eb5155f9e0928e0a2.gif)

---

<div class="post-metadata">

### Author: ![Mr.Red](https://community.silverbullet.md/user_avatar/community.silverbullet.md/mr.red/32/821_2.png) [@Mr.Red](https://community.silverbullet.md/u/Mr.Red)
#### Post date: [February 25, 2026, 11:57am UTC](https://community.silverbullet.md/t/my-collection-of-silverbullet-libraries/3381/10 "2026-02-25T11:57:00Z")

</div>

So the clear winners are:

- 🗂 Document Explorer for SilverBullet
- 🗓 Floating Journal Calendar
- 🛠 Advanced Panel Control and Window Management

With the Task management tools like

- ✅ Kanban Board
- ✅ TaskManager

not far behind.

Thank you for participating 😉
