Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Technology
  3. Obsidian is now free for work - Obsidian

Obsidian is now free for work - Obsidian

Scheduled Pinned Locked Moved Technology
technology
236 Posts 134 Posters 3.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F [email protected]

    It's interesting that a closed-source app has good reputation among FOSS enthusiasts. Surely they are not a Microsoft or Apple, but still who controls your computer, you or them?

    breadcat@sh.itjust.worksB This user is from outside of this forum
    breadcat@sh.itjust.worksB This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #161

    least paranoid foss nut

    I 1 Reply Last reply
    0
    • K [email protected]

      This post was how I learned about Obsidian.

      For those of you that love it, how do you use it daily?

      P This user is from outside of this forum
      P This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #162

      here's a bunch of possible applications:

      1. simple note taking. like notepad except you have your notes at a place where you can search through them and even link one from another.
      2. second brain. you can watch a video about it but basically to organize your thoughts, record things you learn, make connections between things to have a digital brain you can search or browse through.
      3. work or school. notes, to do lists, reminders, links to sources, etc all in one place with references via links
      4. journal. pretty straightforward, but you can imagine things you could do if you could link from your journal entry to a website, or another entry, or something from your movie collection.
      5. database. eg maybe you have a movie collection and want to document all the details, including which ones you watched, which ones you liked, and what you think about them. you can have a file for each movie but also files for directors, actors, etc that you can link to and from, in which you have info on those, including images, tags for easy search.

      so you watched a movie and wonder what other movies you own have the same starring actor: search movie, click link to the star page, check backlinks.

      obviously not the best use case because imdb exists but this is personal and could be extrapolated to any collection you have, maybe even all of them. why not have the movie adaptation link to the original book?


      TLDR

      you can think about it like: imagine if you could make a bunch of wiki pages. the formatting isn't quite as nice but essentially that's what you're doing. a bunch of pages with text, images, links and tags, that you can browse through. what would you use it for?

      1 Reply Last reply
      0
      • G [email protected]

        The git plugin commits automatically. All configurable. I've set it up on both PC and Android once at the beginning and I didn't have to think about it ever again.

        M This user is from outside of this forum
        M This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #163

        Oooh, I will be setting this up tonight! Thanks!

        1 Reply Last reply
        0
        • S [email protected]

          You don't need a public repo to be FOSS. You don't need to accept changes. All you need is to provide a copy of the source code upon request. You can even automate that with a link to a tarball or something in the app.

          My concern is less about privacy and more about security and longevity (i.e. what happens if they turn evil?). If it's FOSS, I can audit the source and fork it if they go in a direction I don't like. If it's proprietary, I'm SOL if they turn evil or stop development. Projects like these tend to die.

          I don't really see any negatives here. The chance that someone makes a more popular fork is incredibly low, and the chance that someone audits it and points out a bug is a lot higher. They can retain control of the name, sell the software, etc. I really don't see how providing source code is a downside.

          prof@infosec.pubP This user is from outside of this forum
          prof@infosec.pubP This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #164

          I guess we just have to agree to disagree then. Which is fine.

          Your points are valid and thank you for detailing them for me. If I was in their shoes making others able to steal my IP, even if they're not allowed due to licensing and having to deal with constant scrutiny of the source code are k.o.-criteria, which hinder the project and lead to potential revenue loss.

          S 1 Reply Last reply
          0
          • T [email protected]

            I just cant wrap my head around why they're willing to go so far to gain good will from people by having such a generous free tier, but somehow licensing the code under a FOSS license is out of the question??

            Why not just go all the way and make sure everyone who cares about reading the souce could also give you free contributions?

            T This user is from outside of this forum
            T This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #165

            Yep and the Android app is full of small things to improve, for sure someone would put in contributions for free

            1 Reply Last reply
            0
            • M [email protected]

              It stores your data in plaintext, and simply uses the program to parse special formatting characters. There are no attempts at obfuscation or encryption, and it doesn’t lock you into a walled garden that refuses to play nice with other programs. The program itself is closed-source, but anyone could write an open source version to parse the same info… There just hasn’t been a good reason to do so. Even if Obsidian as a company and program ceases to exist overnight, your data is still safe on your machine and can be read by anyone who cares enough to dig into the file. Hell, you can even open it as the plaintext file and dig through it manually.

              T This user is from outside of this forum
              T This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #166

              True. The other day I uploaded a photo that should be portrait instead of landscape. I opened Nemo ( Linux file explorer), right clicked to edit image, fixed it, and automatically my note picked up the change.

              Similar thing when storing a 1000 line json in the notes

              1 Reply Last reply
              0
              • O [email protected]

                There in fact are FOSS alternatives like Joplin. Personally, I actually switched from Joplin to Obsidian due to a larger community (and therefore community-driven plugins) and overall a more polished UX. That being said, I have the security of switching back if Obsidian ever becomes evil or unusable.

                Another aspect is that the entire source code is technically viewable (partially obfuscated) since it's a web app. Having written plugins for Obsidian, you're very much interacting with the source code itself. Feels like open source with extra steps and I wish one day they will finally make the switch to true FOSS.

                T This user is from outside of this forum
                T This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #167

                That's not so true of the Android app. I do have access to bytecode but changing bytecode to bring feature enhancements is not for the faint of heart.

                And storage in their current android app is a major privacy breach.

                O 1 Reply Last reply
                0
                • O [email protected]

                  Yeah, works nice as long as you have a server to host it on.

                  The only annoyance is that it's not very space efficient and you have to rebuild your database like twice a year to bring the size back down. It might be not that bad depending on what you do. I create above thousand new lines of notes with a lot of pictures every day and I'm at around 2GB after rebuilding the database. I expect it to go up to like 6GB biyearly, but, again, clicking on the rebuild button deals with that.

                  T This user is from outside of this forum
                  T This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #168

                  You don't need a server, I use drop box. You can also do Amazon S3 which is more involved but not as hard as a server. And 5 more options.

                  O 1 Reply Last reply
                  0
                  • prof@infosec.pubP [email protected]

                    I guess we just have to agree to disagree then. Which is fine.

                    Your points are valid and thank you for detailing them for me. If I was in their shoes making others able to steal my IP, even if they're not allowed due to licensing and having to deal with constant scrutiny of the source code are k.o.-criteria, which hinder the project and lead to potential revenue loss.

                    S This user is from outside of this forum
                    S This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #169

                    And it's totally fair to run your project however you choose. My point is just that FOSS doesn't automatically mean you can't make money, tons of businesses are built on a FOSS-first basis. Pick the model that works for your business, and I sincerely hope you find a way to make FOSS part of it.

                    prof@infosec.pubP 1 Reply Last reply
                    0
                    • K [email protected]

                      This post was how I learned about Obsidian.

                      For those of you that love it, how do you use it daily?

                      G This user is from outside of this forum
                      G This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #170

                      I fucking LOVE obsidian, one of my most used pieces of software.

                      I have two note vaults.

                      One is my personal "everything" not vault, Anything I might need to write down goes there. No random sticky notes, or half used notebooks for me. Game notes, such as what equipment I'm looking for, or solutions to puzzles I'll forget before I can use the information. More practically useful notes like conversion charts to use imperial measurements in blender and godot. Names of people I need to remember and what their handles are on social media, because most platforms don't help you with that. Everything can be interconnected, so some notes are just indexes of other notes.

                      More impressive is my lore wiki. There is a book series that I will never write, and these notes document the setting. Characters, events, locations, other authors who have helped over the years. Anything that is a proper noun or is otherwise special to the setting is a link to a note of that name.

                      Obsidian also has "graph view" which visually organizes notes so that things that are connected are physically closer together. I just wish I could give these notes icons on the graph view so that they'd be more visually distinct.

                      1 Reply Last reply
                      0
                      • S [email protected]

                        And it's totally fair to run your project however you choose. My point is just that FOSS doesn't automatically mean you can't make money, tons of businesses are built on a FOSS-first basis. Pick the model that works for your business, and I sincerely hope you find a way to make FOSS part of it.

                        prof@infosec.pubP This user is from outside of this forum
                        prof@infosec.pubP This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #171

                        As I've said. Nextcloud is a great example of FOSS working out for a business, haha.

                        1 Reply Last reply
                        0
                        • T [email protected]

                          You don't need a server, I use drop box. You can also do Amazon S3 which is more involved but not as hard as a server. And 5 more options.

                          O This user is from outside of this forum
                          O This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #172

                          Ale we talking about the same thing?

                          https://github.com/vrtmrz/obsidian-livesync

                          T 1 Reply Last reply
                          0
                          • T [email protected]

                            That's not so true of the Android app. I do have access to bytecode but changing bytecode to bring feature enhancements is not for the faint of heart.

                            And storage in their current android app is a major privacy breach.

                            O This user is from outside of this forum
                            O This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #173

                            You're right, I wasn't thinking about the android app when writing this.

                            1 Reply Last reply
                            0
                            • virkkunen@fedia.ioV [email protected]

                              It doesn't matter if it's a "far more organised approach", logseq simply doesn't fit many types of workflows for note taking.

                              logseq is a zettelkasten program; Obsidian is a text editor

                              A This user is from outside of this forum
                              A This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #174

                              Embrace zettelkasten as your note taking workflow. It’s more organized 😅

                              P 1 Reply Last reply
                              0
                              • I [email protected]

                                It's like trillium, but not open source
                                Here is an enthusiastic person talking about the state of the art of one year ago for 20 minute.
                                https://youtu.be/XRpHIa-2XCE

                                D This user is from outside of this forum
                                D This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #175

                                What is a Trillium?

                                K H 2 Replies Last reply
                                0
                                • O [email protected]

                                  Ale we talking about the same thing?

                                  https://github.com/vrtmrz/obsidian-livesync

                                  T This user is from outside of this forum
                                  T This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #176

                                  Probably not, I'm talking about the plugin I use. Remotely save, I think it's called.

                                  1 Reply Last reply
                                  0
                                  • K [email protected]

                                    This post was how I learned about Obsidian.

                                    For those of you that love it, how do you use it daily?

                                    R This user is from outside of this forum
                                    R This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #177

                                    Daily journal
                                    Task list / project management
                                    Note taking
                                    Mind mapping
                                    Resource archive

                                    I've got my vault automated pretty well at this point. I honestly don't know what I would do without it.

                                    For those of you that are wondering, everything is markdown independent, all of my plugins address UI or vault automation processes that leave all of my information entirely portable.

                                    1 Reply Last reply
                                    0
                                    • P [email protected]

                                      Use obsidian enough and your brain also just starts to interpret raw markdown lmfao.

                                      I've definitely caught myself using md to format pen and paper notes before.

                                      N This user is from outside of this forum
                                      N This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #178

                                      That's the whole point of markdown lmfao.

                                      C 1 Reply Last reply
                                      0
                                      • M [email protected]

                                        It stores your data in plaintext, and simply uses the program to parse special formatting characters. There are no attempts at obfuscation or encryption, and it doesn’t lock you into a walled garden that refuses to play nice with other programs. The program itself is closed-source, but anyone could write an open source version to parse the same info… There just hasn’t been a good reason to do so. Even if Obsidian as a company and program ceases to exist overnight, your data is still safe on your machine and can be read by anyone who cares enough to dig into the file. Hell, you can even open it as the plaintext file and dig through it manually.

                                        N This user is from outside of this forum
                                        N This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #179

                                        Hol up. Are notes stored in files in a directory structure or a single file? Just that you said "the file" so I'm wondering.

                                        If so, that's lock in.

                                        P M 2 Replies Last reply
                                        0
                                        • D [email protected]
                                          This post did not contain any content.
                                          N This user is from outside of this forum
                                          N This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #180

                                          I just don't see the point of obsidian et al.

                                          Just use a directory structure and save markdown files in it.

                                          There are many apps that are great editors for this structure on every platform. IDK exactly what obsidian does but many editors have zettelkasten (fancy cross links) functionality, just no fancy graph.

                                          Ghostty + helix is the sexxy RN.

                                          desmosthenes@lemmy.worldD asap@lemmy.worldA 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups