{"id":15017133,"url":"https://github.com/ieshreya/obsidian-cheat-sheet","last_synced_at":"2026-01-28T16:38:24.985Z","repository":{"id":47401619,"uuid":"347584666","full_name":"ieshreya/Obsidian-Cheat-Sheet","owner":"ieshreya","description":"all the basic cheatsheets you need to get started to make notes in obsidian.","archived":false,"fork":false,"pushed_at":"2024-12-23T08:06:22.000Z","size":56,"stargazers_count":354,"open_issues_count":1,"forks_count":49,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-01-11T00:33:34.844Z","etag":null,"topics":["obsidian","obsidian-community","obsidian-md"],"latest_commit_sha":null,"homepage":"https://ieshreya.github.io/Obsidian-Cheat-Sheet/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ieshreya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-14T08:39:47.000Z","updated_at":"2025-01-10T17:48:39.000Z","dependencies_parsed_at":"2023-01-20T08:19:44.403Z","dependency_job_id":"3297b2f4-b985-4dac-a2f1-367573864726","html_url":"https://github.com/ieshreya/Obsidian-Cheat-Sheet","commit_stats":{"total_commits":37,"total_committers":1,"mean_commits":37.0,"dds":0.0,"last_synced_commit":"1e8829191bd39ff3730252a5de0c791718312e62"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ieshreya%2FObsidian-Cheat-Sheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ieshreya%2FObsidian-Cheat-Sheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ieshreya%2FObsidian-Cheat-Sheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ieshreya%2FObsidian-Cheat-Sheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ieshreya","download_url":"https://codeload.github.com/ieshreya/Obsidian-Cheat-Sheet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241100890,"owners_count":19909801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["obsidian","obsidian-community","obsidian-md"],"created_at":"2024-09-24T19:49:55.991Z","updated_at":"2026-01-28T16:38:24.956Z","avatar_url":"https://github.com/ieshreya.png","language":null,"funding_links":["https://ko-fi.com/C1C73CUZM'"],"categories":["Others"],"sub_categories":[],"readme":"# 🔮 Obsidian cheat sheet and shortcut keys \n*This repository contains all the basic cheatsheets you need to get started to make notes in [obsidian](https://obsidian.md/). If something's missing, add yours by raising an issue here :)*\n\n\u003e I am using the [Things theme](https://github.com/colineckert/obsidian-things) for this tutorial.\n### Quick Tips\n- To Search for a specific note: Use Ctrl + P (Cmd + P on Mac).\n- For Internal Links: Use `[[note name]]` to create internal links to other notes.\n- For External Links: Use `[Text](URL)` to create external links.\n- For Bullet Points: Use `-`, `*`, or `1`.\n- For Headings: Use `#` (e.g., # Heading 1, ## Heading 2).\n- For Code Blocks: Wrap text in triple backticks `(```)`.\n- For Embeds: Use `![[note name]]` to embed another note in your current note.\n\n---\n\n### [Check the full cheatsheet here](https://github.com/ieshreya/Obsidian-Cheat-Sheet/blob/main/cheatsheet.md)\n\nWord Formatting, Lists \u0026 Blockquotes  | Links, Code Blocks, Tables \u0026 Footnotes |\n| - | - |\n![image](https://github.com/user-attachments/assets/3127cf70-2e9b-4e51-b004-c31c7d59b007)         |          ![image](https://github.com/user-attachments/assets/9e8d23cb-465e-4e96-9df3-ed3aa9a64174)\n\n\n--- \n\n\u003ch2\u003e💻 Markdown Syntax \u003c/h2\u003e\n\n\n\u003cem\u003e\u003cstrong\u003eQuick Overview\u003c/em\u003e\u003c/strong\u003e \n  \n  ``` \n# Heading 1\n\n## Heading 2\n\n--- Spacer  \n\n- Bullet Points\n\n- [x] Checklist\n\n**Bold**\n\n*Italic*\n\n***Italic Bold***\n\n==Highlights==\n\n```Coding Blocks```\n\n[[Links]](Sources)\n\n\u003e Quotes/ Blockquotes\n\nTable Cell A  |  Table Cell B\n----          |          ----\n\n```\n\u003cem\u003e\u003cstrong\u003e✨ Detailed Cheat Sheet \u003c/em\u003e\u003c/strong\u003e\n\n# Heading 1\n \n```\n# Heading 1\n```\n\n\n## Heading 2\n\n```\n## Heading 2\n```\n\n**Line Break**\n\n```\n---\n```\n\n- Bullet Points\n\n``` \n- Bullet \n```\n\n\n- [X] Checklist\n\n```\n- [x] list \n```\n\n**Bold**\n\n```\n**text**\n```\n\n*Italic*\n\n```\n*text*\n```\n\n***Italic Bold***\n\n```\n***text***\n```\n\n~~Strikethrough~~\n\n```\n~~this text is crossed out~~\n```\n\n**==Highlights==**\n\n```\n==this text is highlighted==\n```\n\n\n**```Code Blocks```**\n\n```\nBy putting 3 (```) signs before and after the code.\n``` code ```\n```\n\n**[[Links]]**\n\n```\n[link](sources)\n```\n\nBlockquotes\n\u003e Quotes/ Blockquotes\n\n```\n\u003e this is a quote.\n```\n\n\nTables\n\n\nTable Cell A  |  Table Cell B\n----          |          ----\n\n\n```\n\n| Table Cell A  |  Table Cell B |\n----          |          ----\n\n```\n\n---\n\n\n### 🕹️ General \u0026 Editing Shortcuts\n\n| Shortcut Key (General) | Functions | Shortcut Key (Editing) | Functions |\n|---|---|---|---|\n| Ctrl + S | Editor: Saves the file | Ctrl + B | Bold Selected Text |\n| Ctrl + N | Creates a new note | Ctrl + I | Italicize Selected Text |\n| Ctrl + P | Open command pallete | Ctrl + K | Insert External Link to Selected Text |\n| Ctrl + O | Opens Quick Switcher | Ctrl + ] | Indent |\n| Ctrl + Shift + F | Search in all files | Ctrl + [ | Unindent |\n| Ctrl + G | Opens graph view | Ctrl + D | Delete current line |\n| Ctrl + Alt + ← | Navigate Back | Ctrl + V | Duplicate current line |\n| Ctrl + Alt + → | Navigate forth | Ctrl + Click | Open Note in Current Panel via Link |\n| Ctrl + F | Searches current file | Ctrl + Shift + Click | Open Note in New Panel via Link |\n| Ctrl + H | Find/Replace in current file |Ctrl + P (Cmd + P on Mac) | Quick Search |\n| Ctrl + E | Toggle edit/preview modes | Ctrl + N (Cmd + N on Mac) | New Note |\n| Ctrl + , | Open Settings | Ctrl + Shift + D (Cmd + Shift + D on Mac) | Create a Daily Note |\n| Ctrl + Tab | Next tab | Ctrl + / (Cmd + / on Mac) | Toggle Command Palette |\n| Ctrl + Shift + Tab | Previous tab | Ctrl + E (Cmd + E on Mac) | Open Graph View |\n| Alt + Tab | Next App |  Ctrl + Click (Cmd + Click on Mac) | Open Link in New Pane |\n| Alt + Shift + Tab | Previous App | | |\n| Win + Tab | Task View | | |\n| Win + Shift + Tab | Next Window | | |\n\n\n\n### You've reached the end now. Hope this helps!\n\n\u003ca href='https://ko-fi.com/C1C73CUZM' target='_blank'\u003e\u003cimg height='38' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi3.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e\u003c/a\u003e\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fieshreya%2Fobsidian-cheat-sheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fieshreya%2Fobsidian-cheat-sheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fieshreya%2Fobsidian-cheat-sheet/lists"}