Skip to content

Commit c7d6f95

Browse files
authored
Update README.md
Minor tweaks on the README
1 parent 3d82f11 commit c7d6f95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ios_widget/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
This is a [Scriptable](https://scriptable.app/) widget that provides basic functionality for viewing/creating/deleting Notion blocks using iOS Shortcuts.
44

5-
![](./images/widget.jpeg)
5+
<img src="./images/widget.jpeg" width="50%">
66

77
# Demo
88

99
I announced and released this on [my blog in this article](https://kevinjalbert.com/custom-notion-ios-widget/). A full demo of the widget is presented in the following YouTube video.
1010

11-
<div align="left">
11+
<div align="centre">
1212
<a href="https://www.youtube.com/watch?v=atq6u7Le1JE">
1313
<img src="https://img.youtube.com/vi/atq6u7Le1JE/0.jpg" style="width:70%;">
1414
</a>
@@ -26,7 +26,7 @@ To use this widget you have to do the following:
2626

2727
4. Install [Data Jar](https://datajar.app/) on iOS your iOS device (this is optional if you want to hardcode the notion token in the iOS Shortcuts) and put the `token_v2` value under a new `notion_token` text key.
2828

29-
5. Create a new script (`Notion Block View`) in Scriptable with the contents in this [file](./Notion\ Block\ View.js) and replace the `NOTION_TOKEN` with your `token_v2` value (and maybe the server url if you decided to use your own)
29+
5. Create a new script (`Notion Block View`) in Scriptable with the contents in this [file](./Notion%20Block%20View.js) and replace the `NOTION_TOKEN` with your `token_v2` value (and maybe the server url if you decided to use your own)
3030

3131
6. Add a Scriptable widget on your homescreen in iOS
3232

0 commit comments

Comments
 (0)