###### NAVIGATE - BACK : [[OBSIDIAN.links]] ---- >[!info]- [[ENIGMAS]] --- #### AENIGMAS **Obsidian. Link** I have diff take Make them all connection But we need way to exclude connections >[!quote]- NARU ><iframe allowfullscreen allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" src="https://www.reddit.com/r/ObsidianMD/s/XhAun8Sfd3" class="iframe-container iframe-generic"> </iframe> > >https://www.reddit.com/r/ObsidianMD/s/XhAun8Sfd3 ------ **Obsidian. Links** >[!quote]- NARU ><iframe allowfullscreen allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" src="https://forum.obsidian.md/t/other-sources-of-slipbox-ideas-robert-m-pirsig/4002" class="iframe-container iframe-generic"></iframe> > >https://forum.obsidian.md/t/other-sources-of-slipbox-ideas-robert-m-pirsig/4002 --- Obsidian links >[!quote]- NARU ><iframe allowfullscreen allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" src="https://www.reddit.com/r/ObsidianMD/s/cBsHiT4HAy" class="iframe-container iframe-generic"></iframe> > >https://www.reddit.com/r/ObsidianMD/s/cBsHiT4HAy ------ Obsidian links >[!quote]- NARU ><iframe allowfullscreen allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" src="https://www.reddit.com/r/ObsidianMD/s/SnJuS5P8qX" class="iframe-container iframe-generic"></iframe> > >https://www.reddit.com/r/ObsidianMD/s/SnJuS5P8qX ------ ## VAULTS ---- VAULT TO CHECK OUT CAN GET IT CHEAPER FROM THIRD COUNTRIES PLACES https://beingpax.gumroad.com/l/obsidian-second-brain-vault ----- https://bytes.zone/ ---- ANOTHER ONE https://publish.obsidian.md/manuel/Public/INDEX ---- MORE VAULTS - [ ] https://notes.bryanjenks.dev/Z/HOME LOUIS VAULT - [ ] https://brain.louis030195.com/README NICE HE GOT EXACTLY WHAT I WANT . THE EFFECT IS PERFECT 👌 https://brain.louis030195.com/louis030195+in+the+multiverse LINKING YOUR THINKING ALL U NEED TO KNOW ABOUT OBSIDIAN https://notes.linkingyourthinking.com/Atlas/Library PKM WISE ---- WEBSITE TO CHECK https://publish.obsidian.md/slrvb/90+Site/SlRvb+Home HIS CHANNEL : Bag of Tips https://www.youtube.com/@BagOfTips/videos ---- --- ANOTHER WEB SITE https://dwf.bigpencil.net/ ------ OBSIDIAN HELP PAGE = COMMUNITY DEV https://publish.obsidian.md/hub/00+-+Start+here ----- NEWSLETTERS https://publish.obsidian.md/hub/01+-+Community/Obsidian+Roundup/%F0%9F%97%82%EF%B8%8F+Obsidian+Roundup ----- [[DRAWING - OBSIDIAN MASS LINKS]] ---- theres going to be a lot of links????? SEPERATE CURATORS [US] VS EDUCATIONAL TOOLS VS REVIEWS VS OBSIDIAN 101 CURATORS - [ ] https://github.com/kmaasrud/awesome-obsidian?tab=readme-ov-file#converters REVIEWS - [ ] https://www.slant.co/options/37045/~obsidian-md-review OBSIDIAN 101 [BEGINNER GUIDES] - [ ] https://www.sitepoint.com/obsidian-beginner-guide/ ----- [[How to use Obsidian Notes]] [[The Beginner’s Guide to Obsidian Notes Step-by-Step]] [[A beginner's guide to using the Obsidian Notes application]] [[A Guide to Obsidian, Local, Markdown-Powered Networked Notes]] [[OBSIDIAN - official team - manifesto]] ---- REFERENCES OF OTHER WEBSITE ALSO GO IN THIS CATEGORY ----- BASIC HELP https://notes.nicolevanderhoeven.com/obsidian-playbook/Using+Obsidian/01+First+steps+with+Obsidian/Obsidian <iframe allowfullscreen src="https://notes.nicolevanderhoeven.com/obsidian-playbook/Using+Obsidian/01+First+steps+with+Obsidian/Obsidian" width="100%" height="500" /> ---- ## ENIGMAS ---- ### Creating Integrated and Hidden Links in Obsidian #### Integrated Links **Purpose:** - Integrated links provide immediate context and justification for the thought or idea being referenced. **Example:** markdown Copy code `The concept of **normal distribution** is fundamental in statistics [[normal distribution]] because it describes how data values are dispersed around the mean.` #### Hidden Links **Purpose:** - If you want to add links but don't yet know how to integrate them, you can hide them to maintain a clean appearance. **Example:** markdown Copy code `This phenomenon is commonly observed in various fields of study. [[phenomenon]] ^hidden-link` **Creating a Snippet to Hide Note Titles in Embeds** **Step-by-Step Guide:** 1. **Create a CSS Snippet:** - Create a file named `naked-embeds.css`. 2. **Add the Following Content to `naked-embeds.css`:** css Copy code `.internal-embed .markdown-embed-title { display: none; }` 3. **Place the Snippet in the Snippets Folder:** - Navigate to your knowledge base folder: `.../your_folder_with_database_knowledge/.obsidian/snippets/` - If the `snippets` folder does not exist, create it. - Place the `naked-embeds.css` file in the `snippets` folder. 4. **Enable the Snippet:** - Open Obsidian. - Go to `Settings` > `Appearance` > `CSS Snippets`. - Enable `naked-embeds`. #### Usage in Notes **Example of Integrated Links:** markdown Copy code `The law of **supply and demand** is a fundamental economic principle [[supply and demand]] that affects pricing and market equilibrium.` **Example of Hidden Links:** markdown Copy code `The law of supply and demand is a fundamental economic principle that affects pricing and market equilibrium. [[supply and demand]] ^hidden-link` **Combining Both Approaches:** - Use integrated links for clear context and hidden links to maintain a clean appearance when embedding notes into other notes. **Practical Tips:** - Don’t stress too much about perfect placement. The main goal is to ensure that links are present and useful. - Regularly review and refine your links as your knowledge base evolves. By following these steps, you can create a clean and efficient linking system within your Obsidian notes, enhancing readability and context while keeping your workspace organized. ------