You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The alfred tool needs a bit more instruction for installation as we now
have a monorepo.
The server tool needs a lot of work and thus a note was added for the
time being.
The shared package (notion-scripts) was simplified down for the time
being.
Copy file name to clipboardExpand all lines: alfred/README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,16 @@ There is a bit of setup required to make this project work as intended.
17
17
18
18
### Get the workflow in Alfred
19
19
20
-
Create a _Blank Workflow_ and dump the contents of this repository into it.
20
+
Create a _Blank Workflow_ and dump the contents of this sub-directory into it.
21
21
22
22

23
23
24
+
Another option is to symlink the repository's sub-directory into the workflow directory (paths will vary in the example depending on where things are located):
There are certain Python dependencies that are required for the scripts to work correctly. You need to navigate to the workflow's directory so that you can execute `pip3 install -r requirements.txt` from your terminal. Alternatively, you can manually install what is defined in the `./requirements.txt`.
# 🚧 README is out of date (as of December 26, 2019) 🚧
10
2
11
3
> Heroku hosted application that performs [Notion](https://www.notion.so/) actions (i.e., new task, new note) based on voice requests via [IFTTT Webhooks](https://ifttt.com/maker_webhooks) and [Google Assistant](https://ifttt.com/google_assistant).
12
4
@@ -73,17 +65,3 @@ The main difference is that the webhook URL is either `/add_note` or `/add_task`
Shared collection of common Notion scripts used in other tools in this repository.
21
2
22
3
## Usage
23
4
@@ -31,29 +12,6 @@ notion_api.current_day()
31
12
notion_api.append_to_current_day_notes("title of a note")
32
13
```
33
14
34
-
For more detailed usage I would recommend taking a look at [`alfred-notion`](https://github.com/kevinjalbert/alfred-notion) and [`notion-heroku`](https://github.com/kevinjalbert/notion-heroku).
15
+
For more detailed usage I would recommend taking a look at the [alfred](/../alfred/) and [server](/../server/) tools.
35
16
36
17
A more completed set of features and instructions will be provided soon.
0 commit comments