Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plugin: Header navigation #4767

Merged
merged 2 commits into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 23 additions & 16 deletions community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -13579,12 +13579,12 @@
"description": "Allows users to upload local files to the cloud, reducing the burden on local vaults and enabling seamless synchronization across multiple devices.",
"repo": "yingjialong/obsidian-CloudStorage"
},
{
{
"id": "local-media-embedder",
"name": "Local Media Embedder",
"author": "seyf1elislam",
"description": "Embed videos and images and audios from your local device in your notes.",
"repo": "seyf1elislam/obsidian-LocalMediaEmbedder-plugin"
"author": "seyf1elislam",
"description": "Embed videos and images and audios from your local device in your notes.",
"repo": "seyf1elislam/obsidian-LocalMediaEmbedder-plugin"
},
{
"id": "tab-panels",
Expand Down Expand Up @@ -14025,7 +14025,7 @@
"name": "Bottom to Top",
"author": "Henry Gustafson",
"description": "Makes text go from left-to-right, bottom-to-top.",
"repo": "lizard-heart/obsidian-bottom-to-top-text"
"repo": "lizard-heart/obsidian-bottom-to-top-text"
},
{
"id": "recently-added-files",
Expand All @@ -14039,7 +14039,7 @@
"name": "Image Tools",
"author": "Andrey Serov",
"description": "Formatter for image on page.",
"repo": "Hosstell/image-tools-obsidian-plugin"
"repo": "Hosstell/image-tools-obsidian-plugin"
},
{
"id": "gemini-scribe",
Expand Down Expand Up @@ -14098,7 +14098,7 @@
"repo": "fleker/trakt-for-obsidian"
},
{
"id": "quick-share-note-to-gist",
"id": "quick-share-note-to-gist",
"name": "Quick Share Note to gist",
"author": "Por Chainarong Tangsurakit",
"description": "Quick publish and share notes to GitHub Gist and its image by upload images to Imgur.",
Expand Down Expand Up @@ -14307,7 +14307,7 @@
"description": "Syncs your setlist.fm attended concerts.",
"repo": "fleker/setlist-for-obsidian"
},
{
{
"id": "mass-create",
"name": "Mass Create",
"author": "vellikhor",
Expand Down Expand Up @@ -14376,15 +14376,15 @@
"author": "Cray Huang",
"description": "Sync and convert the selected notes to Hugo blog.",
"repo": "crayhuang/Obsidian-Hugo-Sync"
},
{
},
{
"id": "zenmode",
"name": "Zen Mode",
"author": "paperbenni",
"description": "Hide most UI elements.",
"repo": "paperbenni/obsidian-zenmode"
},
{
},
{
"id": "magiedit",
"name": "Magiedit",
"author": "Matteo Gassend",
Expand All @@ -14411,7 +14411,7 @@
"author": "Jesse Strijker",
"description": "Embed 3DModels in markdown notes.",
"repo": "ElmoNeedsArson/Obsidian-3D-embed"
},
},
{
"id": "wardley-maps",
"name": "Wardley Maps",
Expand All @@ -14432,8 +14432,8 @@
"description": "The overridden config directory manager",
"author": "vorotamoroz",
"repo": "vrtmrz/usher"
},
{
},
{
"id": "create-folder-notes-with-dropdown",
"name": "create folder notes with dropdown",
"author": "Sturdy Shawn",
Expand Down Expand Up @@ -14495,5 +14495,12 @@
"author": "Ecys",
"description": "Fetches current prayer times using the Aladhan API and saves them to a note.",
"repo": "Eccys/obsidian-prayer-times"
}
},
{
"id": "header-navigation",
"name": "Header navigation",
"author": "readwithai",
"description": "Quickly jump between headers and toggle folding",
"repo": "talwrii/obsidian-header-navigation"
}
]
Loading