A fork of this Obsidian plugin, with very small improvements
  • TypeScript 72.9%
  • CSS 15.1%
  • JavaScript 12%
Find a file
2025-01-08 20:35:15 +04:00
.github/workflows Release 1.0 2024-07-08 17:58:21 -04:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.eslintignore fix .eslintignore (#48) 2023-01-19 10:06:51 -05:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
404notfound.jpg 404 image 2024-10-06 21:18:36 -04:00
esbuild.config.mjs Upgrade esbuild to v0.17.x (#47) 2023-01-25 13:49:50 -05:00
LICENSE Create LICENSE 2024-07-08 18:04:17 -04:00
litegaldemo.gif adding demo gif 2024-07-08 18:28:48 -04:00
main.ts Adding 404 handling logic for images 2024-10-06 21:22:14 -04:00
manifest.json New version release 2024-10-06 21:23:38 -04:00
package-lock.json Release 1.0 2024-07-08 17:58:21 -04:00
package.json New version release 2024-10-06 21:23:38 -04:00
README.md Adding demo gif to readme 2024-07-08 18:33:13 -04:00
settingtab.ts Updated with proposed fixes from @joethei 2024-07-15 10:56:58 -04:00
styles.css Increased the thickness of the outline 2024-09-28 19:17:48 +04:00
tsconfig.json Upgrade dependencies, add strictNullChecks. 2022-06-24 15:41:39 -04:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json Update for 0.15 2022-08-09 13:38:50 -04:00

Obsidian Lite Gallery

The Lite Gallery plugin for Obsidian makes it easy to create carousel image galleries in your notes. This allows you to neatly organize mutiple images into your notes while improving readability and usability.

How to use

  1. Install the plugin
  2. Open up the plugin settings and configure your image directories (separated by commas). In order to make inserting images easier full image paths are not required; the plugin will search through each image directory from your settings list in order, using the first image match it finds:
    • For example /,images,media will first search the root folder of your vault, then the images directory, and finally the media directory to search for each image in your gallery.
  3. Create a new gallery in your note using the following "codeblock" format:
```litegal
[[image1.jpg]]
this_also_works.png
path/to/image3.jpg
```
  • Note that you can use the obsidian file search by entering [[ in the codeblock; this will not include an absolute path to the file, but as long as the file is in the image directory.

Demonstration:

Lite Gallery Demo