Thank you for downloading Simple Wishlist!
I'm **Asagi,** and am currently posting tips & useful information about Notion on X. On this page, I'll give you a brief explanation of how to use it.
<aside>
</aside>
The top page is mainly divided into four areas.
<aside>
</aside>
The following information can be added to the added product:
<aside>
By clicking on "To Amazon Site ↗️", you can open the site with the product name (title) searched on Amazon.
Also, if you don’t live in other countries other than the United States, you can change the Amazon link that can move to a site.
if(!empty(prop("Item Name")),
style(link("To Amazon Site ↗️", "**<https://www.amazon.com>**/s?k=" + replaceAll(replaceAll(prop("Item Name"),
"[,]", ""), " ", "+")), "b", "black"), "")
The highlighted URL domain is differently applied on each country. In this case, the https://www.amazon.com means Amazon Domain for the United States.
If you want to change your Amazon site into other countries such as UK, AU, etc, please replace it into listed below.
Country | Domain |
---|---|
Australia | https://amazon.com.au |
Brazil | https://amazon.com.br |
Canada | https://amazon.ca |
France | https://amazon.fr |
Germany | https://amazon.de |
India | https://amazon.in |
Italy | https://amazon.it |
Japan | https://amazon.co.jp |
Mexico | https://amazon.com.mx |
Netherlands | https://amazon.nl |
Singapore | https://amazon.sg |
Spain | https://amazon.es |
Turkey | https://amazon.com.tr |
United Kingdom | https://amazon.co.uk |
United States | https://amazon.com |
China | https://amazon.cn |