Obsidian 1.0 – Personal knowledge base app
441–450 of 578 posts
Re: Obsidian 1.0 – Personal knowledge base app
#442Earlier quoted context omitted.
Just downloaded. Seems a little better. I wish I could easily create a note in whatever folder I am in currently. I have an inbox folder. It’s where new notes go until I can deal with them. This always drove me nuts in both apps, but I can’t just go into a folder. Look at Apple Notes for instance as a simple example of how this works. The sidebar is just a tree in Obsidian. It doesn’t really act how I want. This is l…
> I wish I could easily create a note in whatever folder I am in currently. That's easy. Go to: Settings > Files & Links > Default location for new notes: Same folder as current file Note that the file explorer is a plugin like any other, so you can also create your own file explorer plugin that works the way you want it to :)
Re: Obsidian 1.0 – Personal knowledge base app
#443What I want from a note taking app: * Takes pages from my browser * Uses github to sync across platforms * Has offline reading on mobile * Tagging and a todo list for triaging notes. Haven't found one yet.
Re: Obsidian 1.0 – Personal knowledge base app
#444I see this as "Joplin, just not nearly as free (speech or beer)." Why would I pay monthly for sync and have no control, when I can already sync to my own s3 buckets and only pay for AWS storage and transfer? Is there a compelling reason to switch from Joplin to Obsidian? Honest question.
Re: Obsidian 1.0 – Personal knowledge base app
#445Earlier quoted context omitted.
I tried both and am using Obsidian now. I wanted to use logseq (I felt good about "Obsidian, but open source") but when I tried to find some text in a page I was writing it didn't work. I'm a total logseq noob but as far as I could tell I needed to install an extension/plugin to search through the page, which was weird. Plus, the plugin didn't work for me (I typed in the thing to search for, clicked "go find it" and…
Cmd-K to find any line in your notes and Cmd-shift-K to find any line in your page. Starting with 0.8.3 there is also a native find-in-page feature, https://docs.logseq.com/#/page/Find%20in%20page , which can search anything that is visible including results of queries
I think I tried Control+F, and maybe looking through menu items (it's probably there & I just missed it).
Re: Obsidian 1.0 – Personal knowledge base app
#446Earlier quoted context omitted.
I tried both and am using Obsidian now. I wanted to use logseq (I felt good about "Obsidian, but open source") but when I tried to find some text in a page I was writing it didn't work. I'm a total logseq noob but as far as I could tell I needed to install an extension/plugin to search through the page, which was weird. Plus, the plugin didn't work for me (I typed in the thing to search for, clicked "go find it" and…
Ctrl+K or the macOS equivalent provides a universal search dialog with a toggle for page-only search. The UX is extremely lacking, but it's open source, gaining steam, and they recently closed $4mil in funding so I expect it to massively improve over the next two years. Notably, page search should function without needing a dialog+overlay, and should support highlighting/navigating every match.
I'm excited to hear that there's support for expanding it.
And I'll definitely go back and take another look at it! :)
Re: Obsidian 1.0 – Personal knowledge base app
#447Earlier quoted context omitted.
The cursor is a pointer for links. Do you mean buttons? Also, you can change the cursor by going to Style Settings > Minimal Advanced Options
I think they mean like the macOS-native functionality where you hover over a URL and macOS changes the cursor from an arrow to a hand with the index finger pointing. This might be the CSS? (I am not a CSS guy, sorry.) cursor: pointer; https://www.w3docs.com/tools/code-editor/2404
Re: Obsidian 1.0 – Personal knowledge base app
#448I just can't keep up with all the note taking apps; I sometimes go through a Phase of "I need a means to organize my things", but invariably just go back to a folder with text documents. The note taking apps are fine, but they will either have a web/electron based interface that is too indirect, or their data storage is not open (like text documents), or they try and upsell you cloud storage / sync, or they offer no…
This is precisely why I ended up on Joplin several years ago... Being able to sync for free (I just pay for S3 costs) means I got cross-device/platform support and know I will never lose my notes. I'm trying to understand the use case where it would be worth it to switch to Obsidian and pay monthly for the sync and no longer host the data myself, which doesn't sound like an improvement to me. The way Obsidian organiz…
Re: Obsidian 1.0 – Personal knowledge base app
#449Between Obsidian, Roam, Amplenote, and Reflect it has certainly been a golden age for note taking over the last few years. It's hard to remember that it was only 5 years ago that second generation note apps like Evernote, Notion and Bear were the only viable options unless you wanted a 1st gen app like OneNote or Workflowy. What might be most interesting about the new set of fast moving note apps is that all seem to…
My issue is that it feels like none of these tools do anything significantly new, and are all so obsessed with wonky features like node-graph views and backlinks that are only useful to a niche audience of obsessive note-takers who in many cases seem to care more about playing with their notes than actually using or sharing them. That's why I'm working on creating https://visible.page because I want a tool that isn't…
I'm also frustrated by the typical notes apps inability to store data in a way that it's convenient to retrieve. One example: I'd like to be able to just tag some string (think a UUID or other opaque thing) as a "blob" and then be able to click the "blob" just once to copy it to the clipboard, to be put into other tools.
Your app looks much more up my alley and I'll be signing up.
Re: Obsidian 1.0 – Personal knowledge base app
#450If anyone's interested ... two very (very) minor things I've noticed in my 20mins of usage (apologies if these are solved - I haven't got to the literature yet):
- same-same appearance of sub-list markers (I prefer alternative icons for tiered lists)
- Headline / filename special characters conundrum. Many of my docs had headlines in them that weren't suitable as filenames, I found myself repeating the non-filesafe headline on the first line. I wonder if there's some kind of front-matter setup that could resolve this?