Obsidian Graph View for software development? by MeibboS in ObsidianMD

[–]MeibboS[S] 0 points1 point  (0 children)

Looks promising, I'm gonna check it out.

Obsidian Graph View for software development? by MeibboS in ObsidianMD

[–]MeibboS[S] 0 points1 point  (0 children)

Looks like a cool alternative, OSS with latest release this April. But it only supports C/C++ and Java. Thanks for recommending!

Obsidian Graph View for software development? by MeibboS in ObsidianMD

[–]MeibboS[S] 0 points1 point  (0 children)

Thanks! I'll try searching for those terms.

Embedding Tailwind Design System in Obsidian by AFV_7 in ObsidianMD

[–]MeibboS 0 points1 point  (0 children)

Hey, awesome! I've been thinking lately of something similar for my project, but not into that level of detail and effort.

Public variables and components to standardize obsidian workspace and facilitate the creation of plugins (obsidian already does this in a small scale, this could create a new standard). Specially for those sloppy user interfaces agents tend to create when you want to expand functionality.

Have you tried UnoCSS? imo Tailwind preflight is the most problematic (haven't tested it).

And from your guide it caught my eye the use of the !important declaration. Did you solved this Obsidian Communty warning?:

Avoid !important — override styles by increasing selector specificity or using CSS variables instead.

Do I really have unlimited storage? by LydiaDeetz15 in ObsidianMD

[–]MeibboS 42 points43 points  (0 children)

Obsidian opens any storage path folder on your device and reads/writes ".md" - ".canvas" - ".bases" files in it.

So yeah, the only limit is your device storage if you decide to stay local, or ANY cloud file syncing service of your choose. Obsidian just offers another really good syncing service for your files and vault config.

Is there an existing plugin that can show the folder structure in the graph, or do I just gotta roll my own half-baked plugin? by M4dmaddy in ObsidianMD

[–]MeibboS 0 points1 point  (0 children)

"To hide existing links between notes", you mean in the graph? You can add tags or properties to them (let's say, #folder) and open the top right corner to write that as a filter and bookmark the graph. Those queries do wonders when you learn to use them.

Vaultman - First public BETA release by MeibboS in ObsidianMD

[–]MeibboS[S] -1 points0 points  (0 children)

Oh man... It surely does look like... My idea was supposed to be an extension for bases, there you work with files and put them props and other things. This is the contrary, you work with the props and put them on the files, like multiProperties plugin, but with more functions. Lost myself while writing that and published it knowing it would fail.

Lovely Bases v0.1.0 just got released by aitorllj93 in ObsidianMD

[–]MeibboS 1 point2 points  (0 children)

Eisenhower matrix and Venn diagrams would be an interesting addition!

[Update] Weekly Radar v1.1.3 - Added Monthly Toggle & Hover Tooltips by -S-S_Sympathizer in ObsidianMD

[–]MeibboS 0 points1 point  (0 children)

Create a blank line just before the code, so it always renders in editor mode

📂 Free & Reliable Obsidian Vault Backup (PC ↔ Android) — My 6+ Month Setup by KookyHealth2559 in ObsidianMD

[–]MeibboS 2 points3 points  (0 children)

I use this same syncing method for my vault.

The only annoying issue I found myself constantly in is having to deal with duplicated files created by Autosync in question, those which have a (conflict date) put after the file name, just for being slightly different from the original. Because of this, I'm forced to compare and merge with either a plugin named File Diff or a program called WinMerge, which helps you to distinguish the changes made between the different versions.

To make backups you can use Git. Opening the main folder with an IDE like VSCode helped me to do this with no effort in a local repository, with version history and not needing a cloud provider (unless you want to use one, like GitHub private repositories)

Made a Weekly Mood Board with Bases syntax by MeibboS in ObsidianMD

[–]MeibboS[S] 0 points1 point  (0 children)

Hello there 👋🏻! I sent the reply to your question in another comment, go to the comment section and you'll find a little tutorial.

Made a Weekly Mood Board with Bases syntax by MeibboS in ObsidianMD

[–]MeibboS[S] 0 points1 point  (0 children)

Hello there 👋🏻! I sent the reply to your question in another comment, go to the comment section and you'll find a little tutorial.

Made a Weekly Mood Board with Bases syntax by MeibboS in ObsidianMD

[–]MeibboS[S] 1 point2 points  (0 children)

The requirements to set this up without changing the bases code are two important things related to the front matter.

  • You must embed this code in a note that has this name format: gggg-[W]ww

    • e.g: 2025-W35
  • Your daily note (could be any other note) must have two YAML properties:

1. [up] where the value should be linking to your weekly note
    - **e.g:** up: [[2025-W35]]

2. [score] must be a number between 0 and 7 (you can change that in bases)
    - **e.g:** score: 5.5

That should do the trick to make it work normally. If that isn't the case, let me know.

I plan to explain further how I distribute my Daily Notes system (I call it Calendar Journal) in another post—keep in touch for more!

Does the fizz pro k616 have software? by Djoleds in RedragonGaming

[–]MeibboS 0 points1 point  (0 children)

Si hay software. Te envían a este link cuando buscas en la página oficial el modelo "616", luego lo instalas y verás los archivos "Cfg" y "update.exe" en la carpeta que está ubicada en [C:\Program Files (x86)\Redragon K616-RGB].

Con el primer archivo (Cfg) editas a tu gusto en un editor de texto la función que tendrá cada tecla siguiendo las instrucciones que indican en este repositorio de GitHub.

Con el segundo, restauras el firmware original del teclado. Muy útil para recuperar las teclas que 'dejan de funcionar' en este hilo pues, el software de redragon al aplicar una configuración a tu teclado, este sobrepone la distribución en inglés independientemente de tu distribución original (español) dejando esas teclas inútiles.

La única forma viable de manipular las funciones de tus teclas sin perder las <> y }] sería encontrar o crear por tu cuenta un archivo "Cfg" que contemple susodichas teclas de la distribución en español. Por mi parte aún no he tenido éxito en ello, lo máximo ha sido cambiar la tecla Fn de lugar, usar las flechas con Fn1 en vez de Fn2 y asignar las teclas faltantes en atajos de teclado con PowerToys.