obsidianmd

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

mokassino, in How do you organize resources for a given topic?

Sorry for my english. Here’s what i usually do:

  • kanban as read-list and task tracking
  • introductive note to a topic with backlinks to other notes (subtopics)
  • a directory with all the subtopics notes, backlink to index note.

I don’t like atomic notes or Zetelkastenn methods enough, but be sure to check these methods. If you’re more visual, then you may use the canva plugin.

The best system is subjective, try different things and find what works for you.

Arxir, in Daily Journal Dataview Question

Assuming a key akin to “deadline”, you could use or adapt the following:

WHERE dateformat(deadline, “yyyy-MM-dd”) <= dateformat(date(today), “yyyy-MM-dd”)

Or work with note creation date:

WHERE dateformat(file.date, “yyyy-MM-dd”) <= dateformat(date(today), “yyyy-MM-dd”)

Instead of “today” use “this.file.name” when working with daily notes as in your case.

To have the list be divided into completed and unfinished, skip the “!completed” and instead use:

SORT completed

Add DESC to reverse order.

Another option would be to have two separate dataview queries. One for completed and one for unfinished tasks.

books,

Great! Thanks. That did it

Aqarius, in Obsidan NoSQL Workflow

OK, so, if the videos might be confusing, can you link to the articles?

biscotty,

They are all posted in this channel.

fung, in Obsidan NoSQL Workflow

Interesting workflow. I agree the idea of doing the managing/adjusting of metadata later versus at the time of note creation makes it easier to follow the story of whatever you’re reading. I’m also going to try out the hover edit plugin, that looks cool.

DrakeRichards, in Obsidan NoSQL Workflow

I’m getting a 500 internal server error when accessing your site.

biscotty,

It was down briefly a while back. I just clicked on the link and it should be ok.

Emotional_Series7814, (edited ) in Obsidian for windows: how to check for updates?

This is answered on the Obsidian help page. TL;DR: it automatically updates. Version is in the upper left corner of Settings -> About.

gelberhut,
@gelberhut@lemdro.id avatar

Thank you! Now I found, that there is “about” section in settings as well and there is a “check for updates” button (I expected this in help->about). PS: Auto-update setting was on, but my Obsidinan has never auto-updated.

chuckthenerd, (edited )

@gelberhut @Emotional_Series7814

Related to version updating for community plugins: I've found that Plugin Update Tracker By Steven Swartz is useful

gelberhut,
@gelberhut@lemdro.id avatar

O, I completely forgot about plugins (I’m not a heavy plugins user.

Thank you!

Emotional_Series7814,

Thank you for trying to think of us, but I wasn’t asking for help at all so I’m not sure why I was tagged with @. I also barely use plugins.

douglasg14b, in Simultaneous device use-case sync question.
@douglasg14b@lemmy.world avatar

I use the self Hosted live sync. github.com/vrtmrz/obsidian-livesync

It works beautifully. Realtime sync and conflict resolution between all the devices it’s on (My phone, laptop, and desktop).

I only have mine setup to work on the same network, but you could get it to work over the internet, but that’s much more security & proxy work.

If you wanted to do it all in the cloud. An (over provisioned) VPS, domain, and other configuration would still cost you less than what Obsidian wants for their live sync.

jayemar, in Simultaneous device use-case sync question.

I use Dropbox to sync between my tablet, phone, and laptop. Dropbox let’s you use three devices for free so I don’t pay anything for this solution and everything is backed up to Dropbox. My phone and tablet are both android devices so I use dropsync to actually do the syncing with Dropbox so that they can be accessed via Obsidian.

theavideverything,

Could you elaborate a bit more on the 3 devices restriction? I’ve never heard about that before. What about the size limit? Thank you!

jayemar,

Their basic (free) plan only allows you to be signed in to 3 devices at a time. So, for example, if I were signed in on my home computer, work computer, and phone (via the Dropbox app), I wouldn’t be able to sign in on my tablet (via the app). I specify the app because I think you could still sign in via the browser and download files, but you wouldn’t be able to automatically sync files to the tablet.

The Dropbox docs say the basic account only gets 2GB, but when I look at my account it’s showing 3.2GB with 65% so I’m not sure what the actual number is. They kind of bury info about the free tier but you can visit the link below.

www.dropbox.com/basic

evujumenuk, in How do I whitelist a dynamically changing application sync server IP ?

Those addresses can change arbitrarily often. Depending on what it is that you are actually trying to achieve with measures like this, you could do something that doesn’t involve shoehorning an infrastructure detail into a security policy.

You might be able to simply ask DNS for the current IP addresses. If done regularly, you basically give control over your security perimeter to anyone in a position to influence nameserver responses, which might or might not be something you want.

displaced_city_mouse, in How do you personally use Obsidian?

I’ve a single vault with everything in it - personal journal, research projects, writing projects, random notes, all of it. I separate it all in a folder structure when I can, and use tags for finding the random notes and files otherwise. I’ve got notes from Kindle and Zotero books that get pulled in when necessary, as well as Fleeting Notes. I keep my vault synced on my desktop, laptop, and Android phone via a home-grown GitHub sync script.

I have a large collection of stuff in a OneNote notebook, which stays there until I need it. No sense taking the time to move over stuff I may not need right now.

I do a lot of my writing in it using Longform, as well as just in a note for shorter pieces. Those include some crappy creative writing and slightly less crappy technical articles.

Emotional_Series7814, in Obsidian: Syncing Your Thinking with Syncthing

Great post title

renlok, in Spaced Repetition settings

Higher base ease would increase the interval

github.com/st3v3nmw/…/scheduling.ts#L57

Markimus, in Organizing locations

The question is do you really need to organise by location, or are you just organising for the sake of organising?

What is it that you hope to be able to do by organising by location?

Arxir, (edited ) in Looking for plugin to create TOC for entire vault

Have you heard of the dynamic toc plugin?

I could probably do this with Dataview, but I would prefer proper wikilinks.

I don’t really understand what you mean by that. Do you mean, that you want to link to the note? Because Dataview can definitely do that. Or are you refering to linking to the headers within a note? I don’t think that this can be done with Dataview.

Here a minimally working toc via Dataview btw:

https://lemmy.world/pictrs/image/5c5adfb8-ee4b-4e70-a8c6-ec1594883f8b.png

https://lemmy.world/pictrs/image/7952ae45-9e31-437c-96e9-a05b90be570c.png

trolske,

I checked the Dynamic TOC plugin, but as far as I can see it’s designed to create a TOC of a single note and not a whole vault.

And re: Dataview, I was referring to linking to headers within a note. Good to know that it definitely doesn’t work.

capy_bara, in Digital Garden - Lemmy.world

What is a digital garden?

uroybd,
@uroybd@lemmy.world avatar

A Digital Garden is a website where nurture your thoughts publicly. Mistakes are fine (unlike in blogs, where we tend to publish only the finished works), interactions are encouraged.

uroybd,
@uroybd@lemmy.world avatar

Here’s a good introduction: maggieappleton.com/garden-history

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • [email protected]
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • Socialism
  • KbinCafe
  • TheResearchGuardian
  • Ask_kbincafe
  • oklahoma
  • feritale
  • SuperSentai
  • KamenRider
  • All magazines