Search
-
Share with us what is happening in your ZK this week. September 19, 2023
Swimming with Ideas Another installment of the What Are You Working On? thread. Add to this thread by telling us what is happening in and around your ZK journey. Join the community and enlighten us about your knowledge path trajectory. I do this for selfish reasons. It helps me clarify my goals and visualize my thinking.… -
Dealing with tag merges
When I do a search for a tag, sometimes I get tags that begin with the same characters but have additional characters. This is annoying. For example, #idea returns #idea and #idea_index. I'm using Obsidian, by the way. I was thinking of adding a character at the end of the tags. For example, ;, , or .. But, I'd have to… -
Re: Indexing?
My source notes and main notes are 4x6 inch index cards. Plain text files- one to list sources by Author Lastname and one for keyword index. Text editor is Notepad++ - wrote a macro to select all and alphabetize entries automatically. Select keywords for notes I want to find again. Category or project tag added as I go. I… -
Re: An idle conversation around declaring PKM bankruptcy and starting over
---test-id: Well202410051325test-title: Well202410051325 well well wellreference-section-title: Referencesid:: 673ec9e4-16ef-4abf-8b93-742e859a956a---- # well well well- We cannot start with a single h1 header without Markdown Lint complaining. We must start at h2.- blablaba #idea- idea1 type:: idea- ## SEE ALSO - To use… -
Re: Example of topic vs object tags to make more sense of tagging practices
-
Re: Share your ZK plans for 12 June - 18 June
This week I'm going to try a new workflow for me with an older book. 1) First create a structure note with the outline of the book. 2) Read it chapter by chapter and mark the parts that are important for me. 3) create a note for each marking with keywords like #quotation #idea #argument etc. 4) link from the structure note… -
Zettelkasten for scientific research
Hi everyone! I'm a computer science student, struggling with note-taking (read: I'm not taking any notes). I'm trying this Zottelkasten graph-based method to improve and motivate myself. The main reason why I usually don't take notes is that I have a pile of wonderful, painfully written, notebooks in my shelf... that is… -
Re: Analog Zettlekasten parts and function
You will build your own keyword index as you go. Everyone reads different things so every index is highly personal based on what you are reading and thinking about. Don't even worry about structure notes now. You can come back to that later. My text file (I do hybrid) alphabetical keyword index is mostly medical. Here is a… -
Re: Share with us what is happening in your ZK this week. September 19, 2023
Ideas I'm thinking about: * Just finished processing The Emotional Craft of Fiction into notes, which has some really cool insight into writing emotionally engaging characters and stories. Mainly notable since I've used ChatGPT for the first time to create a list of titles for possible notes based on the book. Not entirely… -
Re: Dealing with tag merges
So you don't want to merge tags, but avoid "merged" results, i.e. partial matches? Yeah, if you want to rely on full-text search, then there's no way around adding some kind of termination symbol. But remember to add it at the end of the line, too, for uniformity so you get the last tag in the line, too. Could be , if you…