Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@agreatfool/obsidian-post-gallery
Advanced tools
OSX
frontmatter
, and front matter need to contain path
, the relative path to your vaultassets
assets
/${path}/assets/gallery00
/${path}/assets/gallery01
frontmatter example
---
uuid: "6CF41F914BCB4B43B2665684DF81E08C"
path: "/album-test-post"
date: "2019-01-08"
slug: "album-test-post"
title: "Album test post"
---
Install
$ yarn global add @agreatfool/obsidian-post-gallery
$ obsidian-post-gallery-install -v ${your_vault_path}
Reopen your obsidian
post-gallery
blockExample
Only gallery name specified, others use default value (rowHeight: 240, margins: 5):
```post-gallery
name: gallery00
```
Specified the "rowHeight" as 120, and "margins" between images as 10
```post-gallery
name: gallery00
rowHeight: 120
margins: 10
```
Click the image in the gallery would open the OSX default preview app
This plugin is using Justified Gallery
$ obsidian-post-gallery-install -h
Usage: install [options]
Obsidian plugin "obsidian-post-gallery" installer, help to install the plugin
Options:
-V, --version output the version number
-v, --vault <dir> directory of target vault
-h, --help display help for command
$ npm run dev
$ git add .
$ git commit -m "..."
$ npm version patch
$ npm publish
$ git push origin master --verbose
FAQs
In post gallery for obsidian
We found that @agreatfool/obsidian-post-gallery demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.