[x]Blackmoor Vituperative

Wednesday, 2024-09-25

Dropsync settings for Obsidian (Android)

Filed under: Android,Software,Writing — bblackmoor @ 00:54

I use Obsidian as a daily journal for my own mental health, and for writing and organizing my fiction writing. I use Dropbox with Dropsync (on Android) to sync. I write primarily on my tablet (Android, using Dropsync), and occasionally on my desktop (Windows 10). I follow these rules:

1) Set up different configuration folders for my tablet and my desktop in Obsidian under “Files and links”. (e.g., “.obsidian-ulthar” for my desktop, “.obsidian-s9fe” for my tablet).

2) Always exit Obsidian when I am done.

3) Do not use Dropsync to auto-sync on my Obsidian folder (Android only).

4) Set up my Obsidian folder in Dropsync, including hidden files.

Saturday, 2024-01-20

Color scheme for Minimal Theme for Obsidian

Filed under: Programming,Software,Writing — bblackmoor @ 13:11

I have created a color scheme for Minimal Theme for Obsidian. I mainly use Obsidian on my Boox Tab Ultra tablet, which is an e-ink device. My intention is to create a very high contrast theme that is easily legible on an e-ink device like the Boox, while also being attractive enough for desktop or color tablet use.

The theme is nowhere near as colorful as most themes. If you like everything to be a different color, this theme is probably not your cup of tea.

This is written as a CSS snippet, but my hope is that the author of Minimal will eventually allow this theme to be added to the core Minimal color schemes. Obsidian really needs a clear, readable color scheme for e-ink devices. That’s what I want, in any case.

I have posted the CSS file to my github page. If pasted into the theme.css file in Minimal (between gruvbox and macos), the code looks like this…

.theme-light.minimal-kalos-greyscale-light{--color-red-rgb:145,28,28;--color-orange-rgb:145,28,28;--color-yellow-rgb:145,28,28;--color-green-rgb:21,83,83;--color-cyan-rgb:21,83,83;--color-blue-rgb:21,83,83;--color-purple-rgb:126,32,126;--color-pink-rgb:126,32,126;--color-red:#911c1c;--color-orange:#911c1c;--color-yellow:#911c1c;--color-green:#155353;--color-cyan:#155353;--color-blue:#155353;--color-purple:#7e207e;--color-pink:#7e207e}.theme-dark.minimal-kalos-greyscale-dark{--color-red-rgb:253,245,245;--color-orange-rgb:253,245,245;--color-yellow-rgb:253,245,245;--color-green-rgb:235,250,250;--color-cyan-rgb:235,250,250;--color-blue-rgb:235,250,250;--color-purple-rgb:252,245,252;--color-pink-rgb:252,245,252;--color-red:#fdf5f5;--color-orange:#fdf5f5;--color-yellow:#fdf5f5;--color-green:#ebfafa;--color-cyan:#ebfafa;--color-blue:#ebfafa;--color-purple:#fcf5fc;--color-pink:#fcf5fc}.theme-light.minimal-kalos-greyscale-light{--base-h:0;--base-s:0;--base-l:100%;--accent-h:240;--accent-s:60%;--accent-l:10%;--bg1:#fbfbfe;--bg2:#f8f8fd;--bg3:rgba(255,255,255,.5);--ui1:#0a0a29;--ui2:#18185f;--ui3:#000;--tx1:#000;--tx2:#222;--tx3:#3d3d3d;--hl1:rgba(105,105,217,.5);--hl2:rgba(169,169,233,.5)}.theme-dark.minimal-kalos-greyscale-dark,.theme-light.minimal-kalos-greyscale-light.minimal-light-contrast .mod-left-split,.theme-light.minimal-kalos-greyscale-light.minimal-light-contrast .titlebar,.theme-light.minimal-kalos-greyscale-light.minimal-light-contrast .workspace-drawer.mod-left,.theme-light.minimal-kalos-greyscale-light.minimal-light-contrast .workspace-ribbon.mod-left:not(.is-collapsed),.theme-light.minimal-kalos-greyscale-light.minimal-light-contrast.minimal-status-off .status-bar{--base-h:0;--base-s:0;--base-l:0;--accent-h:240;--accent-s:100%;--accent-l:100%;--bg1:#050514;--bg2:#0a0a29;--bg3:rgba(0,0,0,.5);--ui1:#fbfbfe;--ui2:#18185f;--ui3:#fff;--tx1:#fff;--tx2:#fdfdfd;--tx3:#fafafa;--hl1:rgba(105,105,217,.5);--hl2:rgba(169,169,233,.5)}.theme-dark.minimal-kalos-greyscale-dark.minimal-dark-black{--ui1:#000}

Thursday, 2022-09-08

Bulk Crap Uninstaller

Filed under: Software,Windows — bblackmoor @ 14:03

If you are a Windows user looking for a replacement or alternative for Iobit Uninstaller (which has become little more than a vector for trojans), give Bulk Crap Uninstaller a try.

https://www.bcuninstaller.com/

Monday, 2022-05-16

Getting rid of Firefox’s “downloads” popup

Filed under: Software,The Internet — bblackmoor @ 15:12

Ever since Firefox 98 (I think), a popup appears every ten minutes or so, showing files that have been downloaded successfully (or not, I assume). Whether I have downloaded anything recently or not. It does not go away until I manually close it.

That is annoying. Here is how to fix it.

Go to about:config (accepting the warning along the way).

Change browser.download.alwaysOpenPanel to false.

Friday, 2022-04-29

Trimming trailing spaces in LibreOffice Calc

Filed under: Software,Windows — bblackmoor @ 13:39

I looked for ages before I found this advice, so I am preserving it here. Credit goes to Keyboard Playing for the original post, though.

In LibreOffice Writer, you can replace \s+(\r?(\n|$)) with $1 to remove all trailing spaces. A single execution should be efficient this time.

The regular expression (aka “regex”) can be decomposed this way:

\s+ matches one or more whitespaces;
(\r?(\n|$)) matches a carriage return (\r?\n) or the end of a paragraph (\r?$) ; \r? is there only to be compatible with Windows carriage return format;
$1 is the first captured group ((\r?(\n|$))) as it was found in the text (we put back what was found).

Tuesday, 2021-08-17

Remove Proton from Firefox 91

Filed under: Software,The Internet — bblackmoor @ 17:13

Winaero has a step-by-step tutorial on how to revert Firefox (more or less) to its pre-Proton user interface. I am giving it a try. I have been using Chrome as my default browser for the past day, and I like it better than Protonic Firefox, but not as much as pre-Protonic Firefox.

Wednesday, 2021-07-14

Stop downloading images as webp

Filed under: Software,The Internet — bblackmoor @ 09:08

If you are annoyed that you download images in Firefox and they save as “*.webp”, install this addon.
https://addons.mozilla.org/en-US/firefox/addon/dont-accept-webp/

Tuesday, 2021-06-01

Change Firefox tabs back to old style

Filed under: Software,The Internet — bblackmoor @ 10:21

If Firefox has updated and now your tabs are huge and you can’ t tell which tab is open by looking at them, you can switch it back. Type “about:config” in the address bar, search for “proton“, and change the “true” values to “false“.

Sunday, 2021-04-18

Rounding to significant digits in LibreOffice Calc

Filed under: Software — bblackmoor @ 12:24

Here is a formula for rounding a number to a specified number of significant digits.

=if(A1=0,0,round(10^(floor(B1-LOG(abs(A1))))*A1)/(10^(FLOOR(B1-log(abs(A1))))))

In this formula, A1 is the cell with the number, and B1 is the cell with the number of significant digits.

Monday, 2021-03-01

Karelia, version 7

Filed under: Art,Gaming,Software — bblackmoor @ 09:37

Current version of Karelia map, for my maybe-I-will-maybe-I-won’t D&D game. I like the overall look, but I am bumping into limitations in Inkarnate (which is what I used to draw this). namely, there is no way to group objects into, say, “Labels”, or “Rivers”, and change the size, colour, font, etc. in a simple way. Photoshop can do that fairly easily (no great surprise), so I am thinking about doing the landmasses in Inkarnate (which is easy to do with its built-in textures and POI icons) and then doing the rivers and labels in Photoshop.

Alternately, I am playing with the idea of loading this map into Campaign Cartographer (from ProFantasy), and re-drawing it in that program. Campaign Cartographer is a much more powerful mapping program than Inkarnate, and can do everything (or nearly everything) I would like to do in Photoshop. I have owned Campaign Cartographer for literally decades, and have subscribed to their monthly “Cartographer’s Annual” since 2007, but I have never taken the dive into learning it. It has a steep learning curve.

On the other other hand, I am wondering if perhaps I have gone down a rabbit hole on this whole map thing. Maybe I should just declare it “good enough”, and move on to planning the actual game. Maybe.

Next Page »