Live data from Hacker News

Obsidian 1.0 – Personal knowledge base app

obsidian.md

501–510 of 578 posts

Re: Obsidian 1.0 – Personal knowledge base app

#501

Congratulations! Starting to use Obsidian has made me much more productive at work. I never forget anything now, since Obsidian is my second brain. I use it for logging, tasks, study, spaced repetition (with Dataview and tags), learning new things and even blogging. I sync manually using Git, using a Work-repo, a Home-repo, and a Shared repo that is a Git submodule of both Work and Home. I never edit notes on my phon…

On your phone you might want to try GitJournal. It plays really well with obsidian + git, for traditional markdown.

Re: Obsidian 1.0 – Personal knowledge base app

#502
Newbie question:

Which tool would be the best for assembling distinct documents from a large of pre-written paragraphs/sentences. I frequently need to write a set of docs with extensive cross-referencing, however, (a) the exported output docs needs to have referenced paras/sentences 'inlined' into the final version, and, (b) 'locking' the exported output docs should lock all the paras used by that doc while leaving the remaining ones editable.

Thanks.

Re: Obsidian 1.0 – Personal knowledge base app

#503
post #502

Newbie question: Which tool would be the best for assembling distinct documents from a large of pre-written paragraphs/sentences. I frequently need to write a set of docs with extensive cross-referencing, however, (a) the exported output docs needs to have referenced paras/sentences 'inlined' into the final version, and, (b) 'locking' the exported output docs should lock all the paras used by that doc while leaving t…

Obsidian has a way of transcluding files, so you would have a bunch of logical paragraphs and transclude them together. Updating the individual paragraphs would update each instance they appear, since tranclusion is at view time.

Re: Obsidian 1.0 – Personal knowledge base app

#504

Earlier quoted context omitted.

There is very little criticism of Obsidian here, but you definitely pointed a few out. I am a OneNote user and Obsidian doesn't really compare to OneNote. If you read a lot of papers, you can have OneNote OCR the text and make it searchable.

OneNote's PDF support isn't really for PDFs, though. It just literally prints the PDF as images onto a OneNote page and OCRs it. Makes for a really heavy page and none of the normal PDF amenities like doing highlighting within the file itself.

It's strange how inconsistent Microsoft's PDF support is... Edge is essentially the best-in-class PDF markup app on Windows, but OneNote PDF support is soul-crushingly rudimentary.

I guess expecting consistency from the org with 3+ mutually incompatible video call apps and 5 volume control panels was always a fool's errand, though.

Re: Obsidian 1.0 – Personal knowledge base app

#507
post #502

Newbie question: Which tool would be the best for assembling distinct documents from a large of pre-written paragraphs/sentences. I frequently need to write a set of docs with extensive cross-referencing, however, (a) the exported output docs needs to have referenced paras/sentences 'inlined' into the final version, and, (b) 'locking' the exported output docs should lock all the paras used by that doc while leaving t…

Obsidian has a way of transcluding files, so you would have a bunch of logical paragraphs and transclude them together. Updating the individual paragraphs would update each instance they appear, since tranclusion is at view time.

Nice! Can I also lock edits on some of the views resulting in locking of all transcluded paras/sentences but no others?

Re: Obsidian 1.0 – Personal knowledge base app

#508

Between 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…

Seems more like a dark age. Obsidian makes the fans on my 4 ghz laptop go crazy. And in some ways (integration with email and tasks) it has less functionality than One Note 2010. And Obsidian has a PDF view and PDF annotations, but you can’t search in it? I’m using Org mode with emacs just so I can have cross references into PDFs and emails in my notes.

I've been trying it for half an hour now. Processor didn't go over 1% usage. Are you sure it's not a plugin somewhere causing this?

Re: Obsidian 1.0 – Personal knowledge base app

#509
Is there a way to toggle / collapse bullet list? I find that it’s one of the most useful features when organizing my thought as it allows me to explore one nested branch very deeply while still keeping the doc easy to deal with. You can hide the unnecessary details when you want to keep think a higher level.

Re: Obsidian 1.0 – Personal knowledge base app

#510

I spend a lot of time in vscode. So I started keeping notes in vscode. I push my notes to github to access them from my phone. I change file extensions from .md to .old.md to hide old notes. What am I really missing here?!

You can use GitHub plugin in VSCode and use "Gists" instead of having push and pull notes from a repo. I find it a lot easier, and the quick scratchpad is really nice.
Post reply on HN