[-] dowath@kbin.social 2 points 6 months ago

There is a plugin called gpgCrypt that might do full vault encryption (no idea how well it works) but it does mention that Obsidian's cache of notes will still be unencrypted on disk.

[-] dowath@kbin.social 3 points 6 months ago

Not that I know of. Obsidian sync between multiple devices is end-to-end encrypted but it all ends up unencrypted on device. Some plugins let you encrypt sensitive information/notes (Meld Encrypt) - I haven't used it in some time but when I did it was a little finicky.

Some other options:

  • Use disk encryption on your devices.
  • Install a Linux distro in a virtual machine with encrypted home partition exclusively for running Obsidian. (It's like electron except you're bundling an operating system)
  • Use android work mode/insular to isolate Obsidian's files from other apps.
[-] dowath@kbin.social 1 points 7 months ago

I bought Guardians of the Galaxy during the Steam Winter Sale for about $15... which I think is a better deal than getting it for free and having to deal with Epic Games.

[-] dowath@kbin.social 1 points 10 months ago* (last edited 10 months ago)

I was going to ask if it's only on the commercial wordpress offering but nope turns out they've put it out a plugin. https://github.com/Automattic/wordpress-activitypub

[-] dowath@kbin.social 1 points 1 year ago* (last edited 1 year ago)

Crap, I can't have a big mac until 2360? This diet sucks.

Edit: Oh, nah all good I forgot we measure in kJs over here. Does mean I have to wait about 500 years to add another into my daily routine though.

[-] dowath@kbin.social 1 points 1 year ago* (last edited 1 year ago)

The twitter branding was one of the few things actually going for it. Oh look a cute birdie, oh look the house is a birdhouse! GET IT!

Now it's, an X? A meaningless X? With a birdhouse home icon and bird-related words everywhere?

[-] dowath@kbin.social 4 points 1 year ago

You can also do this with any theme if you setup a CSS Snippet:

// This is the one that works for me
.markdown-source-view.mod-cm6 .cm-scroller {
    font-family: monospace;
}

// You may also want to do this one
.markdown-source-view {
    font-family: monospace;
}

Then reading view will use whatever font you've configured in the settings.

[-] dowath@kbin.social 3 points 1 year ago

YES. 🙏

That works, can't believe I didn't think of that. Thanks!!

10

Hi all,

Discovered that I could embed images into dataview and have been changing up a bunch of my index pages excitedly.

It works great with my gear list:

> [!tip] Gear list
> ```dataview
> TABLE
>regexreplace(file.folder, ".*\/([^\/]+)$", "$1") AS "Department",
> shows AS "Shows",
>embed(link(image, "125")) AS Image
> FROM "Knowledgebase/Video Production/On-Set/Equipment"
> sort file.mday desc
> ```

At the top of each 'Equipment' note I have the variables:

category:: Lighting
shows:: [[Show Name 1]],[[Show Name 2]]
image:: [[MoonLite by LumenRadio-1689061964287.jpeg]]

That works entirely as expected - I get a snazzy list of images down the dataview for each item.

However, it doesn't work in this dataview, which is slightly different in the sense that it groups by 'type' - but even without the group-by clause it doesn't work:

> [!Example] Devices
> ```dataview
> TABLE
> rows.file.link AS "Title",
> embed(link(rows.file.image, "250")) AS Image
> FROM "Journal/Entities/Devices"
> WHERE type
> GROUP BY type
> SORT type DESC
> ```

With these notes having these variables:

type:: Server
image:: [[Pasted image 20221026215500.png]]

I thought 'rows.file.image' is how I'd access the image this time around, but unfortunately not.

This works, but not when I try to group them and bring in information using rows.file.

> [!Example] Devices
> ```dataview
> TABLE
> embed(link(image, "250")) AS Image
> FROM "Journal/Entities/Devices"
> WHERE type
> SORT type DESC
> ```

Any thoughts?

[-] dowath@kbin.social 6 points 1 year ago

ONE OF US. ONE OF US.
My main concern now though is that there's a single point of failure for my mental well being. I'm reaally gonna need to keep backups because it's not just my 'second brain' I think most of my actual brain is in there at this point.

[-] dowath@kbin.social 4 points 1 year ago

I'm so annoyed with myself for not giving Excalidraw more of a try. When I first installed Obsidian it was one of the plugins I tried out, but for some reason didn't end up using it. I had a Galaxy Note, but I never thought to install the plugin on the phone, I just assumed that it'd be a little janky.

Recently however I was looking for a cross-platform handwritten notes app that would work with my iPad w/ Apple Pencil and Galaxy Note w/ S-Pen... low and behold after trying all these other apps I remembered Excalidraw and decided to see what it was like. Holy crap, how did I miss this? Under my nose the whole time.

[-] dowath@kbin.social 4 points 1 year ago

Sounds like beehaw.org has shutdown temporarily just to be safe, sounding like a vulnerability in Lemmy.

[-] dowath@kbin.social 12 points 1 year ago

It's wild to me how native proton feels in so many games. Though, I'll still have a special place in my heart for Super Tux Kart, Warsow, Armagetron Advanced, 0 A.D. et al. Not to mention all the ports Feral Interactive has done over the years.

view more: next ›

dowath

joined 1 year ago