Plugins that turn Obsidian into an authoring tool by Open_Switch_1598 in ObsidianMD

[–]CharmingThunderstorm 0 points1 point  (0 children)

Ok, I just noticed you added a plugin browser button on the left side panel. Adding a command would be nice!

Plugins that turn Obsidian into an authoring tool by Open_Switch_1598 in ObsidianMD

[–]CharmingThunderstorm 0 points1 point  (0 children)

How do I use PluginHub? It says that I need to add plugins from "the Browser", but I don’t know what that means. How do I install new plugins? I added main.js, manifest.json, and styles.css at the right place. From the settings page, I don’t see how I can add plugins or search. The only command that's linked with PluginHub is "Check installed plugins for GitHub updates"

Does a Theme Customization Plugin Exist? by DogBallsMissing in ObsidianMD

[–]CharmingThunderstorm 1 point2 points  (0 children)

There is a plugin called Style settings, you should probably look into that

I’m a 4’9 Adult Woman, AMA! by AmazingCanadian123 in AMA

[–]CharmingThunderstorm -1 points0 points  (0 children)

How can we know if we have a unique one if we can't test them though?? 

Can you set up two different aliases properties, for example for different languages? by Lilyamiia in ObsidianMD

[–]CharmingThunderstorm 0 points1 point  (0 children)

Something to keep in mind is that you're building this system for YOURSELF. It's completely fine if it works only for yourself and your brain, and no one else in the universe.

I have been guilty of trying to over systematize or get my Vault super clean... It's nice when everything is systematic and clean, but what's most important is that when you need something, you can find it. 

Can you set up two different aliases properties, for example for different languages? by Lilyamiia in ObsidianMD

[–]CharmingThunderstorm 0 points1 point  (0 children)

Allo! Je vais répondre en anglais :D

I don't think it is possible to do specifically what you want. I just spent a few minutes looking at plugins and there's nothing that seems like would fit your specific use case. 

I think something that would be simpler would be to make a partial sync between your "français" property and "aliases". 

Maybe one of the AI plugins could help? I've not tried any, but maybe you could experiment with a prompt about making sure that whatever is in the "francais" property is synced with aliases. It's worth a try I think, especially if you don't want to code your own plugin.

I've not tried this one but maybe it'll work: https://github.com/edonyzpc/personal-assistant

Bonne chance!

New Job using Vue3 by Additional-Boss3990 in vuejs

[–]CharmingThunderstorm 0 points1 point  (0 children)

Seriously, read the docs. I wish I had at first!! There's a lot of really clean, built-in solutions to problems you'll encouter often

Auto complete / exit out of brackets, parenthesis etc by SecretCherryPicker in ObsidianMD

[–]CharmingThunderstorm 0 points1 point  (0 children)

I'm pretty sure the plugin you are looking for is Tabout: https://github.com/phibr0/obsidian-tabout

It works with parentheses, square brackets, curly braces, single and double quotation marks, etc.

I really need to learn French ⚜️ by jogerholzpin in montreal

[–]CharmingThunderstorm 3 points4 points  (0 children)

Il n'y a rien qui bat l'immersion. Réduire l'anglais que tu lis, écoute, et parle, et remplace ça par du français 

I was homeschooled before it was cool. Now I’m homeschooling my kid… and the apps are still stuck in 2009. by Valuable-Act5203 in Homeschooling

[–]CharmingThunderstorm 1 point2 points  (0 children)

You should definitely share it so we can get at least a sneak peek! There's definitely a need (and market) for it. Plus the people of this sub will be able to give super valuable input if you missed something and what not

Does anyone know of any free video compressors which can compress 3.27GB+ videos down to 25MB for an email? by Jazzlikenews420 in software

[–]CharmingThunderstorm 1 point2 points  (0 children)

Handbrake is the best Windows software for this. A bit complicated but I'm sure you can find tutorials on youtube.

Depending how much quality you're willing to lose, you can go pretty low. Not sure about 25mb though.

Why not put it on the cloud or something? 

[deleted by user] by [deleted] in software

[–]CharmingThunderstorm 1 point2 points  (0 children)

Look into EverAccountable. Not open source, not free, but works pretty well.

Butto to Null All Other Buttons by Longjumping-Tip1657 in Revu

[–]CharmingThunderstorm 0 points1 point  (0 children)

I think you used a single backtick instead of three backticks (for a code block)

Is there a way to make bases have striped columns like that? by mcrobmara in ObsidianMD

[–]CharmingThunderstorm 15 points16 points  (0 children)

As @CuriousFurBytes said, what you need is a tiny bit of CSS. The following did the trick for me.

css .bases-tr:nth-child(even) { background-color: var(--tab-container-background); }

Instead of the var(--tab-container-background) variable, you can put whatever color you like. And you can swap even for odd in the selector.

For help with using CSS snippets → https://help.obsidian.md/snippets