Obsidian 2022-06-17
Summary of conversation about [Obsidian
Use locally placed Markdown
- They say it's easy to write plug-ins and extensions.
- There is footnote notation.
- Write metadata at the beginning of the file
- As for writing books that are submitted in Markdown, it seems to be a better fit than using Scrapbox
Use file names as IDs for links
- File names are affected by the file system
- For example, Unicode normalization differs between operating systems.
- This is what causes the muddle to separate and
- Tight coupling with the file system doesn't seem to make much sense to me from a non-latin alphabet culture.
- If portability is important, you should put an abstract layer in between that is independent of the OS and file system.
- I understand the benefit of "it's just a local Markdown file, so it's easy to handle with existing tools".
- You're talking about Technology Connectivity.
- File name changes involve updating links
- Just like renaming a page in Scrapbox updates the link to it.
- Just like when you rename a variable or function in the IDE, all places that use that variable, etc. are updated.
- Since this is not just string matching replacement, the system must somehow "understand" the structure in order to achieve this.
The question of whether to put it locally or in the cloud
- have advantages and disadvantages
- If you put it locally, you can use it even if you can't connect to the service due to service termination, temporary service or line trouble.
- Placing it in the cloud makes it easy to use on the go or on multiple devices that do not have access to the local environment.
- Personally, I am a Scrapbox user, so I write what comes to mind on my phone while taking a walk, or read on my phone while taking a long bath, lifestyle.
2-hop links
Presentation Mode
- I heard that Obsidian's presentation mode can't be seen and scrolled if it sticks out.
- It's impossible to use it properly, isn't it?
- It would be nice to be freed from the "one screen" constraints of slides...
Can link to each page of the PDF
The URL itself that opens in a specific page is a feature not limited to Obsidian
When you look at a PDF page, do you get a link to your notes page that links to that page? →No.
- That would be very useful for taking reading notes if it were available.
- Some Scrapbox users import each page of a PDF as a page in Scrapbox and read it while writing and editing
- I'm Kozaneba Reading.
Are zetterkasten and Kozaneba common concepts?
I think it's one Shove it all in the pot. state of similarity to equate it.
The sociologist who invented it, Niklas Luhmann, was born in 1927-1998.
- Jiro Kawakita, a cultural anthropologist who invented the KJ method, lived from 1920 to 2009, which is roughly the same period.
- In an era when computers did not yet exist, the attempt to deal with large amounts of qualitative data only converged on a similar solution of "writing on cards".
- [Why write on the card?" because that was the only way to achieve "move it later" in the days of pen on paper.
- The reason why Zetterkasten gave a unique identifier and used it to refer to the card was because the concept of permalinks did not yet exist at that time
- Their method was born in the 1960s
- Wiki was born in 1995
- The wiki now has a human-readable identifier (URL) for each page, and you can create links to other pages from within the text using that human-readable identifier.
This page is auto-translated from [/nishio/Obsidian 2022-06-17](https://scrapbox.io/nishio/Obsidian 2022-06-17) using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I'm very happy to spread my thought to non-Japanese readers.