One of the things that attracted me to Obsidian was the flat, local file structure that (in theory) would allow me to use other apps on conjunction with Obsidian by accessing the same “vault” (aka, file folder on my computer).

In reality this has been a bit more difficult, as apps vary in terms of how they access files or use file names.

I do use Taio alongside Obsidian on my iPhone and that works well. But curious if there are other apps, particularly on mobile, that play nicely with Obsidian.

    • nightscout@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      I’m fine with Obsidian on desktop and I love that they have a fully-featured app, but the experience on mobile and iPad with the obsidian app is not the best UI experience. I also find it to be a bit buggy at times.

      • laroquephoto@mstdn.social
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        @nightscout @spencerwi
        IA Writer works very nicely with Obsidian. The styling looks different, YAML is visible, and anything outside markdown won’t be rendered, but it reads and writes perfectly (although I rarely find a need for it anymore). The iPad app has come a long way but yeah, it’s not perfect yet.

        • nightscout@lemmy.worldOP
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          That’s one app I really wanted to try to use but they don’t yet have a trial or monthly subscription option for iOS (supposed to release one). I didn’t want to pay $50 for it just yet.

          • laroquephoto@mstdn.social
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            @nightscout Makes sense. Another one that works well is Writer btw. Basically any text editor that can read and write to external folders on iOS/iPadOS.

            Although Ulysses introduces problematic characters for some reason, at least it did just before I left it for Obsidian.

            • nightscout@lemmy.worldOP
              link
              fedilink
              arrow-up
              0
              ·
              1 year ago

              Ah forgot about Writer. I never tried Ulysses with Obsidian either. I have considered iA Writer because the UI looks pretty nice but haven’t taken the step yet of actually paying for it on iOS. I also love Noteplan3, but that app doesn’t use the filename as the note name, so it’s not interchangeable with Obsidian.

                • nightscout@lemmy.worldOP
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  1 year ago

                  Yeah I did. The issue is that Obsidian uses the Filename for referencing documents while Noteplan uses the first line in the note. The dev has said he was going to try to work on a solution to allow NP users to pick which they wanted to use, but until that happens you can’t really use the two apps interchangeably without breaking all your back links.

          • Epiphanic Synchronicity@pkm.social
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            @nightscout @laroquephoto At $50, the mobile version of iA Writer has become way overpriced, especially if you’re only going to use it on an iPhone. Imo 1Writer is pretty much equally good (I own both) and last I looked it only costs $5. Fwiw, you can also sign into Dropbox with it, which you can’t do with iA Writer.

            • nightscout@lemmy.worldOP
              link
              fedilink
              arrow-up
              1
              ·
              1 year ago

              Yeah, I agree. The developer said they were going to move to a subscription option for iOS, but that has not happened yet.

  • alxx@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I love Obsidian LiveSync. It can be a bit ‘hacky’ at times, but when it works, it’s great. Besides that I use the Git plugin for version control and backup to my local Gitea instance. Which is also synced to GitHub as my off-site backup.

  • dethb0y@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    This is really difficult to break down because it’s (by nature) complicated. but:

    1. A custom python script that reads RSS feeds, picks out keywords, and posts them to a special file with a checkbox. This then monitors the checkboxes so it doesn’t repeat a story (still happens but not as bad as without)

    2. A custom python script that checks a bunch of websites for things like when a new video is uploaded. This uses webscraping and is highly customized to each site.

    3. This one’s pretty neat: I use Lynx to do a text dump of wttr.in THEN i use a custom python script to add the sunrise, sunset, and moon phases to that text file so it displays them. Since wttr.in goes down fairly often due to overuse, it’s also got bypasses built in so it at least shows me the sun/moon info even if the site read fails.

    All that runs every hour, though due to intentional design choices it varies the time slightly to avoid being detected for being to regular.

    Then, once a day at midnight, it copies my entire vault to a backup directory and puts it into a dated backup folder.

    Since the entire thing runs via a single shell script it’s easy to start up when i do a reboot. very fire-and-forget.

    meanwhile in Obsidian itself i have several panes set up - for the updates, the weather etc - that “bracket” my main viewing page + my calendar.

  • 0485@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    Nothing really. I just use the Git Sync addon to store my notes to Gihub.