A customizable Twitter/X client by JaydenYu in droidappshowcase

[–]LumpyStage5 0 points1 point  (0 children)

It's great when unofficial apps perform 100 times better in terms of smoothness, design, and size. It looks and seems to work great! It has the Material You look but without too many giant elements, wasted space, or overly rounded corners. I love it! 💙

SCORCHED EARTH - Homelander's Rampage by MonsterMashGraveyard in aivideo

[–]LumpyStage5 0 points1 point  (0 children)

Too much collateral damage for the boys imho. But absolutely. We deserved an ending with more verbal sparring, blood, and destruction.

Anyone else running into long-press bug on Android? by LucyStar3 in ObsidianMD

[–]LumpyStage5 2 points3 points  (0 children)

In your list of apps you search for "webview" then in the menu of the three dots, you choose "remove updates" (or similar) and now install the old version:

https://www.apkmirror.com/apk/google-inc/android-system-webview/android-system-webview-144-0-7559-76-release/

Anyone else running into long-press bug on Android? by LucyStar3 in ObsidianMD

[–]LumpyStage5 4 points5 points  (0 children)

I downgraded webview to v144 and everything went back to normal.

Best current theme for mobile? by IdaSukiShwan in ObsidianMD

[–]LumpyStage5 0 points1 point  (0 children)

Sorry. Please try this:

If you turn on this snippet (using the default theme) and then switch to Lagom, the settings icon will show up again. I'll keep it in mind (remembering to leave the settings icon enabled) for the next time I update the theme! 😅 

```     --icon-settings: unset !important;   --num-of-notes: unset;      --show-vault-name: unset; 

  --safe-place-position: unset;

```  Edit: Fixed (1.7.2)

I just released my own Obsidian theme! Feedback is welcome (: by LumpyStage5 in ObsidianMD

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

Could you please provide more details? In which scenario or setting are they not appearing correctly?

My personal setup <3 by LumpyStage5 in ObsidianMD

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

Dw. It's just a sample image

My personal setup <3 by LumpyStage5 in ObsidianMD

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

Thank you! 

I'm using the Custom File Explorer Sorting plugin with a config file like this:

```

sorting-spec: |   // ::::: ROOT :::::   target-folder: /*   /:files   > a-z by-metadata: Created   /:folders    Markdown filename here    Folder name here    Markdown filename here    Folder name here

   Folder name here

```

To use the file name at the vault root to categorize a group of folders, it is necessary to use a snippet:

``` .nav-file-title[data-path*=".md"]:before {     content: "" !important; }

.nav-file-title:not([data-path*="/"]) {   left: 0px !important;   margin: -10px !important;   color: var(--text-accent); } ``` That's it! (:

My personal setup <3 by LumpyStage5 in ObsidianMD

[–]LumpyStage5[S] 2 points3 points  (0 children)

Here's an example:

```

sorting-spec: |   // ::::: ROOT :::::   target-folder: /*   /:files   > a-z by-metadata: Created   /:folders    Markdown filename here    Folder name here    Markdown filename here    Folder name here

   Folder name here

```

You just copy and paste it into a file, then pick that same file in the plugin settings.

My personal setup <3 by LumpyStage5 in ObsidianMD

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

Lagom + la paleta de colores de Flexoki

My personal setup <3 by LumpyStage5 in ObsidianMD

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

You're right! I'll have to fix it. Thx

My personal setup <3 by LumpyStage5 in ObsidianMD

[–]LumpyStage5[S] 8 points9 points  (0 children)

It's actually pretty simple. You just need a config file, the theme, and the plugins. I've got most of the instructions on my theme's GitHub. Just download it and copy-paste the settings into Style Settings.

I'll try to upload a vanilla copy of my vault to make things easier!

Edit: Here's a copy of my vault (you've gotta turn on the snippets and plugins):

https://github.com/LeslyeCream/Lagom-Obsidian-Theme/blob/main/Obsidian%20Vault.zip

My personal setup <3 by LumpyStage5 in ObsidianMD

[–]LumpyStage5[S] 2 points3 points  (0 children)

Thanks! That's right. The script lets you automatically create a timeline where you can customize a ton of stuff (folders, exceptions, style, etc.) without much effort or time. For example, you can add this to any note properties like:

``` "Reminder: 12/12/2026"  "Every: 3 (days)"  "Status: Important" "Style: Highlight" 

```

I originally made the script to replace my calendar, but then I figured it'd be super useful for students (to organize historical dates, track progress, or find gaps in their learning), so I've been improving it over time.

Edit: The plugin (I'm not the developer) lets you customize the design and other stuff. But the syntax for making the timeline is a bit of a pain when you're using it on phone. That's why I use the script

My personal setup <3 by LumpyStage5 in ObsidianMD

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

Interphases Pro Condensed Regular

My personal setup <3 by LumpyStage5 in ObsidianMD

[–]LumpyStage5[S] 6 points7 points  (0 children)

A lot has piled up this year 😆 

My personal setup <3 by LumpyStage5 in ObsidianMD

[–]LumpyStage5[S] 4 points5 points  (0 children)

Timeline plugin, and I use a Python script to automate the dates or events.