obsidianmd

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

netwren, in Does anyone here use Obsidian and Rocketbook?

I pay for Obsidian Sync because I really like what the developers have built and want to support them.

It is extremely convenient. I mostly use my Rocketbook for drafting and brainstorming and then refine it by rewriting it into Obsidian.

I’d imagine the Android App and Sync would be sufficient since RocketBook supports OCR.

netwren, in What are your thoughts about Obsidian not being Open Source?

Honesty I think Obsidian as a product. They have done a pretty good job of keeping my data open and available in the Obsidian Vault.

I pay them for Sync, so I consider it a service for them to maintain and upgrade the software. I would prefer the client be open source but it would hurt their ability to stay afloat and profitable to pay their employees.

If they go under or start an “enshittification” I can just take my JSON and markdown and make my own client or use one of the hundreds of other markdown clients to get my information.

bowreality, in Looking for a URL Bookmarking Solution with Obsidian

Oh Omnivore for sure!!! It’s a reader app so you send it there. Read, highlight and it sends the highlights to Obsidian. It can also handle newsletters and RSS feeds. Did I mention it’s free?

bowreality,
@bowreality@mstdn.ca avatar

@bowreality @Calixthe Really fun thing to come across a repost of my Lemmy comment on my Mastodon timeline.

CosmoNova,

That actually looks very promising so I set up my account, linked it to my Obsidian vault with the API key and everything but when I try to fetch articles, nothing happens. It says it fetched them successfully, but I have no idea where they are. All the settings for the Omni plugin are default. I’m still very new to Obsidian, so I’m probably overlooking something, however I could not find my problem addressed anywhere yet. Got any idea how to set it up correctly or what I might’ve overlooked?

bowreality,

Did you go in the Omnivore plugin settings to point it to a folder? I just created a folder called “Omnivore” and it drops all into that folder.

INeedMana, in Professor’s Discrete Math notes on Obsidian
@INeedMana@lemmy.world avatar

How did they do the interactive graph on each page? That’s nice

Emotional_Series7814,

If you're using Obsidian Publish,

Publish has an option “Show graph view” that “Display[s] a small local graph on each page.”

according to this Obsidian help thread. I can't verify the accuracy of this because I do not use Obsidian Publish.

For just your own notes, there's https://help.obsidian.md/Plugins/Graph+view.

INeedMana,
@INeedMana@lemmy.world avatar

Ah. I was afraid that it might not be available on mobile but it seems this is only for Publish. 🤷

Good news is that I’ve found local graph which can be pinned. At least that

biscotty666, in How do you personally use Obsidian?

To me the only reason for a second vault is for sharing or collaborating with others. Obsidian really doesn’t care how many notes you have in your vault so maintaining separate vaults just adds additional steps in getting to your info. (Obsidian doesn’t care about directories either for that matter.)

jpfieber, in Compact layout

You can configure Obsidian to look the same way your example is laid out, the side bars can be open or closed, and rearranged in many ways.

Xanxia,

Do you have a recommendation for a theme?

haulyard, in 1.4.0 New Feature: Properties
@haulyard@lemmy.world avatar

Could you elaborate? I only just started using dataview to list meetings I’ve had with people, under a page for that person directly. It’s finicky though (probably an issue with me) and wonder if this will make it easier.

dakerDraws,
@dakerDraws@pawb.social avatar

Sure, I do something similar. I have a note for a person and I have a note for a recurring meeting. In a recurring meeting I have a Dataview field called Host.


<span style="color:#323232;">#Meeting
</span><span style="color:#323232;">This is my meeting note
</span><span style="color:#323232;">
</span><span style="color:#323232;">Host:: [[John Doe]] 
</span>

In a Person note, I have a section for meetings the person hosts. I use Dataview to search for the Host field and see of it matches the current Person note.


<span style="color:#323232;">#Person
</span><span style="color:#323232;">This is John Doe's note.
</span><span style="color:#323232;">
</span><span style="color:#323232;"># Meetings
</span><span style="color:#323232;">
</span><span style="color:#323232;">dataview
</span><span style="color:#323232;">table without ID file.link AS "Meeting"
</span><span style="color:#323232;">from #Meeting
</span><span style="color:#323232;">where contains(Host, this.file.link)
</span><span style="color:#323232;">
</span>

The new Properties feature sounds like it’ll be what Dataview fields are. Except now it’ll be in a native interface where I can easily change the information about the note.

haulyard,
@haulyard@lemmy.world avatar

Appreciate it! Excited to give it a go.

dowath, in Different fonts for editing and reading views?
@dowath@kbin.social avatar

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.

berryjam,

Thanks much! This is elegant and easy.

lib, (edited ) in Embedding an image when using dataview rows?

Hey, have you tried the following?

<pre style="background-color:#ffffff;">
<span style="color:#323232;">TABLE
</span><span style="color:#323232;">embed(link(rows.image, "250")) AS Image
</span><span style="color:#323232;">FROM "Journal/Entities/Devices"
</span><span style="color:#323232;">WHERE type
</span><span style="color:#323232;">SORT type DESC
</span>

Placing rows. in front of image should fix the problem.

dowath,
@dowath@kbin.social avatar

YES. 🙏

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

lib,

Happy to help! Glad it worked out.

INeedMana, in Looking to try obsidian, but the sync seems expensive. Do you pay for sync, or are there other alternatives?
@INeedMana@lemmy.world avatar

With rclone you can use any cloud (or just sync directly via WiFi when at home) to store your vaults

uroybd, in Looking to try obsidian, but the sync seems expensive. Do you pay for sync, or are there other alternatives?
@uroybd@lemmy.world avatar

You can use “Remotely Save” community plugin.

unnoted, in Looking to try obsidian, but the sync seems expensive. Do you pay for sync, or are there other alternatives?

If I didn’t have a work Windows machine, I’d still be using iCloud to sync.

There is an education and non-profit discount that knocks 40% off Obsidian Sync, if you happen to qualify.

brechmos, in Looking to try obsidian, but the sync seems expensive. Do you pay for sync, or are there other alternatives?
@brechmos@lemmy.ca avatar

I purchased sync. I agree it is a little on the expensive side.

The one thing you can do is just use git and turn on the push and pull. It seems to be very reliable this way. Though you won’t be able to use it on the phone as far as I have been able to figure out.

hinterlufer,

The obsidian-git plugin works on Android

HeinousTugboat,

For varying definitions of "works". It's incredibly frustrating if you're using it across multiple devices. Any time I let the repo get more than a couple days behind, I wind up with nasty merge conflicts and it doesn't handle those. At all. It just sort of breaks.

So caveat emptor.

somas,
@somas@kbin.social avatar

@brechmos

@nieceandtows

I pay for sync but also use git. I hate how obsidian works in mobile so I just use GitHub.com’s web interface to take notes on mobile and push to obsidian on save. Obsidian sync then syncs all my devices

Chocrates, in Looking to try obsidian, but the sync seems expensive. Do you pay for sync, or are there other alternatives?

I had mine backing up to a GitHub repository. I ended up abandoning it and just taking notes in a text editor. Gonna try org mode in vim with a plugin and see if I like that better. Main complaint is that I have 200k commits from obsidian

Boterham, in Does anyone here use Obsidian and Rocketbook?

I sync my Obsidian vault with my Nextcloid using the app “FolderSync”. In Rocketbook, I can set a folder in my vault (on the nextcloud) as destination for the export. Then it syncs to Obsidian on all my devices.

  • 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