What do you people write about? Do you really have genius ideas all day long that you need to write down? Or do you want to keep track of everything you've seen / discussed?
Maybe I'm just an idiot
311–320 of 376 posts
What do you people write about? Do you really have genius ideas all day long that you need to write down? Or do you want to keep track of everything you've seen / discussed?
Maybe I'm just an idiot
Earlier quoted context omitted.
Agreed on the power-user stuff and the courses. I use Obsidian in a simple way, but it's nice that the extensibility and the community is there. Unlike VS Code, Obsidian is (for me) an actual example of an Electron app that feels fast. The quick open/command palette features are more responsive than similar features in native Mac apps I've tried. As mentioned elsewhere, users frequently ask for Obsidian to be open so…
> Unlike VS Code, Obsidian is (for me) an actual example of an Electron app that feels fast. The quick open/command palette features are more responsive than similar features in native Mac apps I've tried. Dude, VSCode is a freaking IDE, running all sorts of processes in the background (at least one terminal, language servers, type checkers, linters and formatters, possibly extensions, etc.) whereas Obsidian is just…
That's a terrible excuse.
Your terminal is a separate process and should not affect how the editor itself feels. The language server exists out of process. The linters / type checkers exist out of process. (Or at least shouldn't block the main interaction/GUI thread) If those things make editing slow, either the design or the implementation is bad.
Sublime text runs the same stuff for me and works much faster than vscode. No excuses.
I like Obsidian, too, having recently switched over from 9 years of OneNote (the fact that there's a tool to import my OneNote notes helped a lot). The most important tip for getting started with Obsidian, in my mind, is to absolutely ignore all of the Obsidian "power users." I'm 99% convinced that no one actually uses zettelkasten seriously, but even if so, it's overkill for when you're just checking out the app. An…
Other than that, I have vim mode and a few other things, but not much. Themed it to match the rest of my setup and terminal, it feels like an easy extension to the workflow. I have a few folders broken out for commands and constants I like to refer back to (and can search for!) Maybe a neat one-liner. Plenty of code snippets.
Earlier quoted context omitted.
The impedance feels unnecessary. I want my data checked into git, and directly accessible. I don't feel like custom schemas and database drivers, as a user, do anything but make the operational loop painful. I can quickly use any mdast library/toolkits and some terrible shell scripts to make anything possible in moments.
I guess it depends the person, dealing with sqlite + python doesn't need dependencies or custom drivers and is easy to do/easier to manage for me than bash scripts
But rather than having a self explanatory markdown & flat file, now I have to start learning about the schema & making specific tools (in my preferred language) for manipulating Joplin's schema.
Suddenly I'm digging through 20 different technic specs to decode what data is where, how it works, and what I can do to it. Want to edit history? This is the best help you'll get, pray it's adequately technical to expedite you to your purpose: https://github.com/laurent22/joplin/blob/dev/readme/dev/spec...
As I began with, I struggle to imagine anything that generates anywhere near as much user agency as flat files and markdown. Having boring common data & systems lets me apply portable skills I already have, rather than having to skill up in some particular product's own ecosystem.
Earlier quoted context omitted.
I use this one, and I presume they do too: https://github.com/denolehov/obsidian-git
This is the one - it works great. I also use it in iOS, but I needed to use the Working Copy workaround to get the initial sync complete. https://forum.obsidian.md/t/mobile-setting-up-ios-git-based-...
I have a license for Working Copy, so I use that alone with shortcuts, but I’m always interested in a solution with fewer parts.
Earlier quoted context omitted.
Give a try to Markor it is much more usable than the mobile Obsidian.
Strong disagree. I have indeed tried Markor and used it for quite a while. Atleast several months if not a year. It doesn't hold a candle to Obsidian. Just two things off the top of my head among plenty of others: 1. No live edit mode in Markor. You can either edit or see the live preview. (Not sure if that's changed in recent times). 2. Here's the most thoughtful killer feature IMO of the Obsidian mobile app: it let…
Obsidian is great. For those looking for an open source alternative (or don't want to pay the Obsidian fees for professional usage) check out Logseq: https://logseq.com/
Earlier quoted context omitted.
> Unlike VS Code, Obsidian is (for me) an actual example of an Electron app that feels fast. The quick open/command palette features are more responsive than similar features in native Mac apps I've tried. Dude, VSCode is a freaking IDE, running all sorts of processes in the background (at least one terminal, language servers, type checkers, linters and formatters, possibly extensions, etc.) whereas Obsidian is just…
> running all sorts of processes in the background (at least one terminal, language servers, type checkers, linters and formatters, possibly extensions, etc.) That's a terrible excuse. Your terminal is a separate process and should not affect how the editor itself feels. The language server exists out of process. The linters / type checkers exist out of process. (Or at least shouldn't block the main interaction/GUI t…
Okay but this discussion is about electron apps. Sublime isn't.
Thanks for sharing your thoughts on your favorite notetaking app OP, it's more than I've done for mine. I'm glad it works for you, the in-between applications trying to do notetaking is a pain. I settled on OneNote because I'm always trying to capture context with my notes, codify my knowledge. Usually that means screenshots, handwriting, file copies, rarely video or audio embeddings. I'm not going to try to convince…
I wrote some generator to scrape a mandarin learning site to download all the audio files, sentences, etc into a markdown table for obsidian. My biggest complaint is that the "master vocab sheet" I made with hundreds (thousands?) Of words+sentences lags like hell, especially on android.
I'm also a fan of the excalidraw plugin, but it could be a bit more user friendly
Tl;Dr those features exist but IDK if their UX suffices for you
Earlier quoted context omitted.
People using Obsidian Sync said it solves these issues (I guess by using a database rather than directly via file I/Os.) There are other solutions via plugins too. E.g. Dropbox, Google Drive, or GitHub. There was a post earlier in HN which is a reimplementation of Obsidian Sync, but it seems their reversed engineering uncovered something not secure there and Obsidian soon made a patch breaking that. There might be wo…
At one moment, WorkingCopy (on iOS) was considered a valid option for syncing Obsidian vaults.
But the way you say it seems to mean it no longer work?