Obsidian is great, but it's no substitute for a text editor. It's more like a power user's Microsoft Office suite which operates on folders rather than files. Case and point: you can't even open plaintext files (.txt). Also, I'm still waiting for the org mode comment from a seasoned emacs user. :)
Obsidian Bases
211–220 of 259 posts
Re: Obsidian Bases
#212Earlier quoted context omitted.
This is my main complaint for Bases. It forces you to split your data into many many small files. I don't need entire files for each individual book/movie/task I want to manage. They'll have maybe 4-5 properties at most with not much content in them. File system, and syncing operations will take a massive hit if I have to manage that many files.
How many files do you have? At what scale did you see this being a problem? I'm a fan of Obsidian, not affiliated with them, but my experience with basic file syncing like syncthing or git is that you should be able to easily get up into the ten's of thousands of files without an issue.
Re: Obsidian Bases
#213This seems distinctly in opposition to what I believe makes Obsidian a great program, providing an excellent editing environment and extensibility for markdown. The more it ventures into these types of features, the more they're going to lose to applications that designed for this from day dot, like Notion and Anytype.
Your notes are still in markdown.
Re: Obsidian Bases
#214Earlier quoted context omitted.
> There is so much wankery around Obsidian, it's so cringleworthty. Obsidian is a nice/fancy editor for markdown files. That's all it is really. People have created so many addons to bolt so much stuff onto it, but that's all it is at its core. You can search your notes, you can tag them. It is a simple markdown editor yes but it's the addons that make it so different. There's tons and tons of markdown notetaking app…
> it would be great if the app offered an option to hide its files from other apps by locating them in the app's private storage area For what it's worth, you can do just that now. Not sure when it was introduced, but on the current Android version, you are prompted to select either "Device storage" or "App storage" when creating a new vault. You can also change the location of existing vaults from app to device and…
Re: Obsidian Bases
#215Re: Obsidian Bases
#216Earlier quoted context omitted.
On a side note, the docs don't seem to mention if this is possible but does anyone know how to use a template or set a default frontmatter (like created date) when using the "new" button in a Base? The solution I used before bases is eh... pretty hacky. ```meta-bind-js-view {memory^inputText} as title --- const toShow = context.bound.title || "TKTK"; const str = `\`\`\`meta-bind-button label: New Project Idea - ${toS…
FYI On HackerNews you can use indentation (by 2 spaces) to indicate code snippets, not ```.
Re: Obsidian Bases
#217Earlier quoted context omitted.
> There is so much wankery around Obsidian, it's so cringleworthty. Obsidian is a nice/fancy editor for markdown files. That's all it is really. People have created so many addons to bolt so much stuff onto it, but that's all it is at its core. You can search your notes, you can tag them. It is a simple markdown editor yes but it's the addons that make it so different. There's tons and tons of markdown notetaking app…
> it would be great if the app offered an option to hide its files from other apps by locating them in the app's private storage area For what it's worth, you can do just that now. Not sure when it was introduced, but on the current Android version, you are prompted to select either "Device storage" or "App storage" when creating a new vault. You can also change the location of existing vaults from app to device and…
Re: Obsidian Bases
#218Earlier quoted context omitted.
It's _also_ a notepad that runs on android and synchronises mostly successfully with machines elsewhere. I'm ignoring the plugins entirely but getting lots of use out of the text synchronisation across multiple machines.
I just have a notes folder in Syncthing and it seems to accomplish the same thing. Or is there more to Obsidian Sync that I don't know about?
Re: Obsidian Bases
#219I just started using Obsidian. What is the best way to use Obsidian both on your phone as well as your PC/laptop? I use it within git and google drive. How can I sync it most easily to my phone as well?
For iOS, the "hard" part is getting the initial git clone, but after that whenever you open the app you can pull/push any changes or set it to automatically do that on a schedule.
To setup a git repo on an iOS device you need iSH[1] but you can delete it the initial `git clone`. The plugin can handle it from there. Make sure to use https and a token that doesn't expire as part of your git clone url. Here is a guide[2]
The only thing to keep in mind is to have a .gitignore that excludes some of .json config files in .obsidian folder as they often cause conflicts. I exclude workspace.json and workspace-mobile.json which just define what tabs you have open on a given device so I think it makes sense to keep that device specific and not commit it.
[1] https://ish.app/
[2] https://forum.obsidian.md/t/mobile-sync-with-git-on-ios-for-...
Re: Obsidian Bases
#220I’m an Obsidian user. I pay for Obsidian sync, and I love the philosophy behind their product. However, and I feel stupid for saying this, but I just find it confusing to use. It’s difficult for me to wrap my head around plugins, and understanding how it wants me to use it. For now, I’m just sticking to using it for daily notes, but I feel there’s so much I’m missing.
If all you need is just daily/one-off notes/jottings then Obsidian is not at all something you might want to use. Because, as excellent and a powerful tool it is for right purposes , even w/o its horde of plugins, it will be an overkill for just note taking . My assumption is based on just this comment of yours but you might want to try simpler note taking apps - that just does one thing - note taking, nothing else.…