This is the Vitor’s Knowledge Base! This is also a reference for other vaults.

SEE _meta folder!

LOOK for this: https://github.com/Syr0/R.E.L.A.X

Quando o link estiver assim, transformar em uma busca do Google Drive automaticamente :-) Capital One Expenses during its journey to cloud.pptx

Alertas de Inconsintência (Lista)

  • MD files debaixo de _files
  • Verificar sempre, quebra de link de imagens!
  • Folder Path Nao encontrou, mas tem no atributo Ex. __Gartner Support D&A

Obsidian

Core How-To

Cross Themes

For example, AI and Research

  • In “AI” theme, include the “AI” tag, so we know there’s AI tags
  • In the page that will reference the theme, include the tag
  • In the search, it will appear like this:

Use the following theme:

Enhancing XX with AI #ai

Mentioning a specific vendor: Vendor Link vendor

Outline - Start collapsed?

https://gemini.google.com/app/286b74443537e9f6?hl=pt-BR

Split H1 Headers in Obsidian

Using the “Note Refactor” plugin - https://github.com/lynchjames/note-refactor-obsidian

Combining “Templater” and scripting:

  • “Templater” is a powerful plugin that allows you to automate tasks and generate content using templates. You could potentially create a script that iterates through your notes, identifies H1 headers, extracts the content under each header, and creates new files with that content.  

  • This approach requires some scripting knowledge but offers more flexibility and customization.

Query Term in notes

AI vs EA

"Business Case"

[[Help and support#Questions and advice#Report bugs and request features]] See: https://help.obsidian.md/Linking+notes+and+files/Internal+links

Search(query) only under subfolder:

  • Fazer uma busca dentro de uma subpasta, exemplo, AI dentro de _D_EAI
```query
path:domains/_D_EAI "AI"
  • Tem como fazer um link automatico para o folder note “ancestor”?

  • Exemplo, todas as notas que estão debaixo de _D_DNA terem um link automatico com o folder note.

  • Workaround: Usando Template neste nomento

Ready to build your own community plugin? Learn how to Build a plugin.

Graph for specific parts

  • Local Graph View Open local graph
  • Bookmarks através do … vc consegue salvar e depois acessar no menu superior, proximo do icone de pastas

Multiple workspaces, to avoid conflict when sync between computers

https://help.obsidian.md/Plugins/Workspaces

Alternativa seria: https://github.com/jsmorabito/obsidian-workspaces-plus

H1 no OpenNote

Do you really want this ? Too much results?

For now, create the note and make a direct… maybe with # to go directly to the section

How to Hide a Note 📁

The most reliable method is to create a specific folder for your hidden notes and then tell Obsidian to ignore that entire folder.

  1. Create a folder in your vault for any notes you want to hide (e.g., a folder named _archive or _templates).

  2. Move the note(s) you want to hide into this new folder.

  3. Go to Settings by clicking the gear icon (⚙️) or pressing CTRL+,.

  4. Navigate to the Files & Links tab.

  5. Find the Excluded files section and click the Manage button.

  6. Add the folder you created to this list.

Shortcuts

https://forum.obsidian.md/t/obsidian-hotkeys-favorites-and-best-practices/12125

Move file to another folder — I mapped this to: Cmd-shift-i

Some basics

Make new note — Cmd-n
Create note in new pane — Cmd-shift-n
Open the link you’re hovering over in a new pane (while in edit mode) — Cmd-click
Toggle edit/preview mode — Cmd-e
Open quick switcher — Cmd-o
Close active pane — Cmd-w

Formatting basics

Undo, cut, copy, paste, bold, italicize — Cmd-z,x,c,v,b,i


Intermediate

Open command palette — Cmd-p
Search and replace in current file — Cmd-f
Search in all files — Cmd-shift-f

Some faves for outlining

Swap line up — I mapped this to: Cmd-1
Swap line down — I mapped this to: Cmd-2
Toggle fold on current line — I mapped this to Cmd-3
Toggle line to bulleted of numbered list † — I mapped this to Cmd-4

†: Requires the plugin “Hotkeys++”

Formatting intermediate

Insert template — I mapped this to: Cmd-t

https://thesweetsetup.com/splitting-notes-in-obsidian/

https://forum.obsidian.md/t/how-to-exclude-images-from-search-results/39972 https://help.obsidian.md/Plugins/Search#Search+operators

obsidian table of contents collapsed default https://forum.obsidian.md/t/add-setting-to-collapse-fold-or-expand-properties-across-all-notes-by-default/67943/23 https://forum.obsidian.md/t/hide-show-properties-and-add-property-button-in-reading-mode/66209

Link to Local File : r/ObsidianMD (https://www.reddit.com/r/ObsidianMD/comments/13vqlpg/link_to_local_file/) 30 de mai. de 2023 — Press CTRL button and drag the file into the note. It will automatically create the link to the local file.

Exclude specific folders from “quick switcher” https://www.reddit.com/r/ObsidianMD/comments/nr22jo/exclude_specific_folders_from_quick_switcher/ You can go to Options > Files & Links > Excluded Files

Copy-and-paste rendered version (no markdown) from the editor (Não resolvido ainda)

https://forum.obsidian.md/t/copy-and-paste-rendered-version-no-markdown-from-the-editor/74252/11 https://www.google.com/search?q=obsidian+copy+as+rich+text&rlz=1C1CHBD_enBR1121BR1121&oq=obsian+copy+as+&gs_lcrp=EgZjaHJvbWUqCwgBEAAYDRgTGIAEMgYIABBFGDkyCwgBEAAYDRgTGIAEMgsIAhAAGA0YExiABDILCAMQABgNGBMYgAQyCggEEAAYgAQYogQyCggFEAAYgAQYogQyCggGEAAYgAQYogTSAQg0NTcwajBqN6gCALACAA&sourceid=chrome&ie=UTF-8

Is there a way to cut out of Excel and paste into Obsidian as a Markdown table? (Não resolvido ainda)** https://www.reddit.com/r/ObsidianMD/comments/se4ulz/is_there_a_way_to_cut_out_of_excel_and_paste_into/ https://github.com/ganesshkumar/obsidian-excel-to-markdown-table

Scripts

check-articles-from-folder

How to Use the Script

  1. Create a New Template: In your designated ‘Templater’ folder, create a new note. This will be your script file.

  2. Paste the Code: Copy and paste the JavaScript code above into this new note.

  3. Configure the File Path: Modify the filePath variable in the script to point to the exact location of your text file within your Obsidian vault. For example, if your file my-list.txt is in a folder named data, the path would be data/my-list.txt.

  4. Run the Template:

    • Create a new note where you want the results to be displayed.

    • Open the command palette (Ctrl/Cmd + P).

    • Search for “Templater: Open Insert Template modal”.

    • Select the template you just created.

Upon execution, the script will read your text file, perform the checks, and insert a formatted list into the active note, indicating whether a note corresponding to each line already exists. Ref: https://gemini.google.com/app/5db996e40b2ec897?hl=pt-BR&pli=1

Plugins Being Used

Natural Language Dates The Obsidian Tray Plugin has a “launch on startup” setting (& the “hide on launch” / “run in background” settings are optional). Templater

https://github.com/deathau/obsidian-snippets

Plugin Search for files view

https://github.com/chenfeicqq/obsidian-attachment-manager https://github.com/makary-s/obsidian-metafolders Interessante https://github.com/turulix/obsidian-folder-index https://github.com/pteridin/obsidian_symlink_plugin https://github.com/mmiranda/markdown-index https://github.com/kannifarhad/CronusFileManager

<<<<<<< HEAD

Using Google Drive as Files Source

https://forum.obsidian.md/t/symbolic-links-symlinks-folder-links/1058/5

cmd /c mklink /J "C:\dev\md\md_topics\TesteSym" "H:\My Drive\TesteSym"
cmd /c mklink /J "C:\dev\md\md_topics\_gdrive" "H:\My Drive\Topics"

You can call the mklink provided by cmd, from PowerShell to make symbolic links:

cmd /c mklink c:\path\to\symlink c:\target\file

You must pass /d to mklink if the target is a directory.

cmd /c mklink /d c:\path\to\symlink c:\target\directory
=======
## Helper bash scripts
 
Remove empty folders:

find . -type d -empty -delete

7d00497fb7b619dc82502f0f0fd3edcea0341553

# Taxonomy

## Taxonomy Reflections

[[Culture]]
Innovation Vs Culture
Insight Culture, [[Innovation]]
Link 
Culture <-> Innovation

Domain SRM -> Folder
Themes associated with that domain -> Under that Folder, Eg. SOC
Does make automatic link? SOC -> Domain SRM?

When should include 
## MD Structure

_D -> Functional Domain
Um resumo de que tipos de metodologias o dominio possui
Have hypecycle,
Market Guide
XXX

_I -> Industry

Specific Themes

_S -> Professional Resources (how to do the work) - Me as an professional

-> Presentation
-> Good communicator
-> Negotiation

## Files Taxonomy

_FilesVault

Domains (aka Functional Domain)

KI

Vendors

Market

## MD File  Taxonomy

How Gartnerr Supports This Domain

1. A
2. B
3. C

# Information Sourcing and Clipping

Como fazer um clipping interessante

Fontes Externas que sempre vale a pena checar:

- IT Revolution
- O'reilly