Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/correctroadh/logseq-gallery
a Logseq plugin offering gallery view for result of page query.
https://github.com/correctroadh/logseq-gallery
logseq logseq-plugin notion plugin
Last synced: about 2 months ago
JSON representation
a Logseq plugin offering gallery view for result of page query.
- Host: GitHub
- URL: https://github.com/correctroadh/logseq-gallery
- Owner: CorrectRoadH
- License: mit
- Created: 2024-02-03T15:00:45.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-18T11:49:12.000Z (4 months ago)
- Last Synced: 2024-10-14T10:45:15.107Z (2 months ago)
- Topics: logseq, logseq-plugin, notion, plugin
- Language: TypeScript
- Homepage:
- Size: 2.1 MB
- Stars: 23
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Logseq Gallery
## Features
Offering gallery view for result of page query in Logseq. like Notion.![](./imgs/screenshot-1.png)
## Roadmap
- [x] Display Tags under title
- [x] Support generate cover from content
- [ ] Add generate cover from PDF files
- [ ] Support into editor mode when click the space of gallery
- [ ] Display the result of block query as a gallery## Usage
```
{{renderer :gallery, , }}
```
for example
```
{{renderer :gallery, (page-property tag area), Area}}
```Support property Field
| Function | Field | Example |
| -- | -- | -- |
| Cover | `cover` | `cover:: ../assets/IMG_2694_1706277077580_0.jpeg` |
| Banner | `banner` | `banner:: ![untitle](../assets/IMG_2694_1706277077580_0.jpeg)`|
| Icon | `icon` | `icon:: 💻` |
| Tags | `tags` | `tags:: Computer, Operating System, MIT, RISC-V` |**Note**
`cover` and `banner` are both support `../assets/IMG_2694_1706277077580_0.jpeg`, `![untitle](../assets/IMG_2694_1706277077580_0.jpeg)` and `http(s)://xxx/xxx`.if `covert` and `banner` both are empty. the cover will be the result of markdown rendered content.