80 comments
  • apitman11m

    Obsidian's business model might be genius. Open file formats; closed source.

    By making a great product, they attract users. Usually the main argument against software like this is vendor lock-in. But by using open formats, there's always an escape hatch. If they decided to squeeze their users, I suspect a decent open source alternative would pop up very quickly. In the meantime, casual open source alternatives are very unlikely to catch up in terms of quality and features, because they don't have a funded team working on them full time.

    On the flipside, Obsidian is incentivized to keep their customers happy, because their moat isn't so large as to allow complete complacency.

    Overall some of the best aligned incentives I've seen. Though it does make me sad because I feel like we almost never see this good of balance in open source software.

    • itsjustjoe10m

      The third party plugin community is fantastic as well, I use it for GMing TTRPG sessions and I have a pretty powerful workflow built out.

      • zappchance10m

        Care to share which plugins you use? I'm interested in GMing some lesser known RPGs.

      • abhinavk10m

        I only wish they be sandboxed or audited before release. It would be perfect.

      • throwbmw10m

        Please write a blog about it

    • boraoztunc10m

      Products are the reflections of their makers. Obsidian is a great example. Happy from the beginning.

    • soulofmischief10m

      Unfortunately, I think it's ultimately unethical to support the normalization of closed-source text-editing software, because it sets a bad precedent for the level of trust a user should have in their computing environment. For this reason, I much prefer Logseq. https://logseq.com/

    • Grimblewald10m

      I compared many options and after being messed around by my last provider which used a closed format making leaving hard, having my entire vault as a folder of files that remain in an open and broadly used format? A dream come true. It ranks among the top products I pay for in terms of absolute satiafaction as well as value add per dollar spent. The community plugins are fantastic, the core plugins are incredibly useful, the whole thing is sleek amd well designed. I cannot express how much I love this produt and the community that has built up around it.

    • abhinavk10m

      Yeah. It's one of my most used apps. I pay for Sync to support their model even though I hardly use it on my phone.

      Apart from no lock-in, another benefit of the open format model is that you can complement it with other tools. Since their code editor is not that great, I just open the vault folder in Vim/VSCode when it becomes cumbersome.

    • slightwinder10m

      > On the flipside, Obsidian is incentivized to keep their customers happy

      I think at this point, it's more about people not making unhappy. Development is already slowing down and focusing on fixing bugs, and the community seems to have shrunk to specific areas of interest. Which is kind of a problem IMHO, because we've already seen many add-ons becoming unusable and dying as a result of updates of the main-application.

      • chrisweekly10m

        > Development is already slowing down and focusing on fixing bugs

        Yes - because it's stable and powerful. So grateful they care about quality and are not becoming bloatware / chasing random features.

        As for the plugin ecosystem, it was always inevitable that a significant portion of them wouldn't be well-maintained and wld become obsolete.

        As an Obsidian early adopter and heavy daily user, I have only good things to say about the core software and the handful of high-quality community plugins that support every workflow and use case I desire.

        • slightwinder10m

          > Yes - because it's stable and powerful. So grateful they care about quality and are not becoming bloatware / chasing random features.

          Yes, but this is only good for the satisfied users. Users who wait for certain "promised" features, might slowly become unhappy over time. Other will simply not find what they need.

          I guess a bit of the problem is that Obsidian exploded in interests far beyond what the devs imaged, and now they are left with multiple different groups which are all not maintained equal well.

          > As for the plugin ecosystem, it was always inevitable that a significant portion of them wouldn't be well-maintained and wld become obsolete.

          Then remove them. It's not good if you offer the users add-ons which are not even working anymore.

          • chrisweekly10m

            There's a bright-line distinction between core plugins (official) and community plugins. It's not the core team's responsibility to determine whether someone might be getting value out of a community plugin. TBH it seems like you're trying to find things to complain about, but have yet to raise anything substantive.

            • slightwinder10m

              Community-Plugins are also offered and managed through the app itself, so they do have some sort of responsibility for what they make available.

      • phren0logy10m

        I'm of two minds about this. I'm not sure continuously adding features is really necessary or desirable in software like Obsidian. I want new, shiny things but perhaps those should come in the form of optional plug-ins I could buy if I want/need them.

  • 404mm11m

    I decided to migrate from DokuWiki to Markdown some time ago too. I write a python script for the conversion if anyone is interested https://github.com/michalmiddleton/Dokuwiki2Markdown

  • jszymborski11m

    I have used and loved both DokuWiki and Obsidian (although I use Joplin these days). As the author noted, DokuWiki is best with collaborators and when public facing. However I've found a Git repo with Markdown files that link to eachother makes a killer decentralized collaborative KB. Add to that forges like GitHub/GitLab/Codeberg which render the markdown and list the files in your browser and it's truly great.

  • entrepy12310m

    It's possible to basically avoid the second step ("Convert all text files from DokuWiki Syntax to proper Markdown") by only ever writing Markdown in Dokuwiki to begin with.

    To write Markdown in DokuWiki, the "DokuWiki Commonmark Plugin" [0] is pretty great.

    To use it, tips are:

    - REQUIRED: On the top line of each page, put `<!DOCTYPE markdown>` (using the new toolbar button or typing it in). So that Dokuwiki knows the page is in markdown.

    - STRONGLY SUGGESTED: In the Dokuwiki Config, set the `maxseclevel` to 0. Since the Commonmark markdown plugin currently unfortunately sort of messes up edit-section.)

    That's basically it. Makes the Dokuwiki files that much more immediately-portable, in theory.

    [0] https://www.dokuwiki.org/plugin:commonmark

    • tannhaeuser10m

      Interesting, didn't know about <!DOCTYPE markdown>. Though as an SGML pedant, I have to say using this doctype declaration in this way just tells an SGML or XML parser about the base ("root") element and is thus simply incorrect since there is no "markdown" element. The proper way would be to use just "html", and adding SGML shortref declarations in the "internal subset" for markdown-to-HTML mapping, like sgmljs is doing.

  • yibbix10m

    I use obsidian daily and while I love it, I do feel it’s got lots of flaws. Mostly I feel the development team is pretty opinionated with some of its choices, especially regarding its tab management. I find myself annoyed by a lot of the basic functionality and am constantly having to add custom css or plugins. I’m grateful that the plugin community is pretty large, but it sucks needing so many plugins just to make the program useable in the way I want to use it, rather than obsidian having more options and toggles built in.

    • kepano10m

      What are the plugins or toggles you think should be included in the app?

      • yibbix10m

        Some plugins are Another Quick Switcher, File Explorer++, Force note view mode, Remember cursor position, and Open in New Tab. These plugins mostly chance existing functionality to work better how I would expect them to or add some QOL features. Obviously I don't expect Obsidian to implement massive features like Dataview, Kanban, Projects, Calendars, etc.

        One of my biggest complaints though is Obsidian's tab management. Notes are always opened in whatever tab I am currently in, even if the note is already open in another tab. I know that I can just hold shift or ctrl to do a new tab but I forget to do that all the time and would just love a toggle to always open notes in a new tab, or swap to an existing tab that note is already open in.

        The default quick switcher I feel is also very bare bones. I can't search by tags for example.

        I would also love it if obsidian had native markdown table support similar to how the advanced tables plugin works. I know I can just use that plugin but it does not work in live preview edit mode which is what I prefer to use. I don't know if that's an Obsidian issue or a plugin issue.

        I'd also like to see tree style tabs or just vertical tabs in general similar to vscode's open editors feature. I tend of have many tabs open and am constantly switching around.

        Overall though maybe I'm just using Obsidian wrong or its just not for me, but out of all the note taking apps/markdown editors I've used, Obsidian is the closest to perfect that I've seen.

        EDIT: I should add as well, I do appreciate that Obsidian allows for plugins and custom CSS. I'd rather be able to change the things that I don't like rather than be locked into the default functionality. However with some of these plugins being implemented in "hacky" ways as their description says while also not being updated in quite some time, I do wonder how much longer they will continue to work before an update breaks them permanently.

        • kepano10m

          Thanks, I'll think about it :)

  • paradox46011m

    I've been using foam instead of obsidian for my personal knowledge base. It works rather well. And it's completely free and ultimately just markdown. While I might wish it was djot, I don't wish hard enough to make that so myself

    https://foambubble.github.io/foam/

    • TheCraiggers11m

      Kinda neat, but only if you live in Code.

      Not sure it would work for me, as a lot of time I have a random idea I don't want to lose while I'm not at my computer. And while I know it's just markdown and thus any text editor could open them on my phone, I do enjoy having something like Obsidian which works well on my phone and syncs files over git.

    • abhinavk10m

      It makes VSCode very slow though which itself is getting heavier every release. Obsidian doesn't feel like an Electron app just like VSCode from a few years ago..

    • egberts111m

      [flagged]

  • nfriedly11m

    I haven't tried Obsidian, but I'm pretty happy with NextCloud Notes which saves all my notes as either plain text or markdown and keeps them in sync across my phone, and various computers.

    • suprjami10m

      I recently spun up a self-hosted Nextcloud and was pleased to see my existing directory of Markdown notes just worked.

  • aidenn011m

    FWIW, Pandoc can convert from dokuwiki to markdown.

    • ahmed_ds10m

      I honestly think if Pandoc had a GUI, it could genuinely be the fourth most popular word processing software out there. Just a simple GUI and a rich text editor—that's it.

  • ndarray11m

    This website is a good test of who actually clicked the link, not able to read a thing, coming back to the comments to report the bad experience, and who didn't click the link/is a bot, talking about the article as if nothing happened.

    • daemonologist11m

      The styling isn't broken for everyone (looks fine to me, Firefox on Fedora in dark mode), so I'm afraid the test may have some false positives.

      • arp24211m

        Yes, it's only broken in "light mode"; looks like there's a bug/omission in the CSS it doesn't correctly set the background colour (but does set the text colour).

    • crabmusket11m

      I simply flicked on reader mode (Firefox/Android). But to the OP yes, please do fix your styles!

      • dsr_11m

        Same, FF/Mac.

    • al_borland11m

      I came to the comments to see if it was just me. Dark gray on black seemed bad it had to be a rendering issue, but at the same time, background color and color seem like the CSS that would always work.

    • 10m
      [deleted]
    • freilanzer10m

      Works fine for me, and I'm not a bot (I think).

    • eviks11m

      This comment is a good example of people coming up with bad tests: reader mode exists, you know, and non-bots can use it

    • fransje2610m

      Works absolutely fine in Firefox on Android.

    • juujian11m

      Looks fine on mobile

      • al_borland11m

        Which mobile? I’m on Safari on iOS and it’s bad.

  • kaeruct11m

    Thanks everyone for the feedback regarding the issue with readability in light mode. I completely missed it!

  • crabmusket11m

    I've just gotten interested in Dokuwiki for use in a small association I've joined which is slowly realising that just having a free Slack account is not going to cut it for all our shared knowledge needs.

    And since we have a WordPress site, Dokuwiki is about a 30-second installation away.

    Looking into the project governance/maintenance it looks sturdy- while seemingly one person does a lot of the work, there's a community there. It appears to me, a newcomer, like a project that could last a very long time while being boring and doing exactly what it needs to, no more and no less.

    As for the subject of the post itself; for a single person personal wiki, I'd also use Obsidian. I love that I can sync it to my phone with Syncthing, which is a mild pain but free!

  • kristianpaul11m

    It took me a while to realize that there wasn’t an obsidian git repository to check out the source

  • Xen910m

    Regarding note-taking, an Obsidian plugin that generates Loci's palaces where you get to add all sort of things, using stable diffusion & other new technology (rotable 3D => better spatial memory) would be great.

  • poglet11m

    I started migrating from OneNote to BookStack wiki. Loving it so far, but am not sure how backups and data exports work.

    It's nice to be able to have it publicly available and accessible from any internet connection.

  • scblock11m

    Site is nearly unreadable on an iPhone or Firefox on Windows, showing up with a dark background and dark text. Something broken in the CSS?

  • rowlandc11m

    This site is borderline unreadable, maybe a little tiny bit of CSS testing in order before sharing stuff here... ouch, my eyes.

  • Multicomp11m

    Nice! I've been resisting Obsidian because I prefer the multimedia capabilities of OneNote, but since I have an old dokuwiki install that has floated around for a long time, I may just use this to finally kick the obsidian tires.

    • BenFranklin10011m

      If you’re looking to incorporate markdown into OneNote, you may want to look at the OneMark addin:

      https://onemark.neux.studio

      • jabits11m

        Thanks, I’ve been looking for something like this.

    • CWuestefeld10m

      I've been a OneNote user for years, but a few months ago MS sabotaged the clipper extension for Firefox - and for no apparent reason except, apparently, to force people toward Edge.

      If they're going to maliciously break my workflow, then who needs 'em?

      So I've switched to Obsidian, although I'm finding it a little clunky and I've also been playing Zoot.

  • hi-v-rocknroll10m

    Current Obsidian user having migrated from Apple's Notes.app.

    I used to use DokuWiki about 15 years ago (~2008) to document the IT systems at a biomedical informatics department.

  • yegle10m

    I wonder if migrating to tiddlywiki would be a better option. Mostly writing in Markdown, lightweight, intended for single user, open source & have good mobile web UI.

    • graemep10m

      Tiddlywiki or Zim or one of many tools meant for single users.

      Dokuwiki seems like overkill for a single user.

  • egberts111m

    i couldn't put import various media into Obsidian.

    • Kichererbsen10m

      What kind of media? An Obsidian vault is just a folder with files in it - and with the `![[file-name]]` syntax or the `![title](path/to/file)` syntax if you prefer plain markdown (for portability?!) it just embeds?

  • loph11m

    usability test much? effectively unreadable.

  • ortusdux11m

    Intended color scheme? https://i.ibb.co/741mzfh/image.png

    • ortusdux10m

      Appears to be fixed! - https://i.ibb.co/VLsLFyP/image.png

    • AstroJetson11m

      I got dark on more dark. Hope this was awesome, but I can't read it.

      Chrome.

    • RsmFz11m

      Looks correct now on Firefox on macOS (light mode, probably)

      • iforgotpassword11m

        The screenshot doesn't load for me, but I see a very dark color, maybe purple, on black background. Absolutely no way to read anything, just about able to make out that there is some text.

        Firefox on android, no dark mode.

    • jimjimjim11m

      Thats what i get on firefox on ios

    • 10m
      [deleted]