cpesoft / notion-quote

Notion Random Quote Generator

Home Page:https://saman.dev/notion-quote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notion Random Quote

This is a widget for Notion. You can insert the URL of this repository in an embed item.

Settings

On the right bottom corner, you can change settings. They are developed in a way to integrate this widget perfectly.

Add a different source

You can add a different source for random quotes. This source must be a JSON file hosted somewhere. As an example you can use Github Gist.

The valid JSON file must be in this format:

[
  {
    "author": "First Author Name",
    "content": "First Quote Content."
  },
  {
    "author": "Second Author Name",
    "content": "Second Quote Content."
  }
]

You have to add the url of your JSON file with parameter f into query parameters. If you're using a gist, make sure you use the raw version.

Here is an example for my gist:

https://saman.dev/notion-quote/?f=https://gist.githubusercontent.com/saman/a4326228c01f7fe15de6707655352300/raw/6ae8c92baae70fb842ddf91f3465ccab5f7b1622/my-notion-quote.json

About

Notion Random Quote Generator

https://saman.dev/notion-quote

License:GNU General Public License v3.0


Languages

Language:HTML 100.0%