svenko99
svenko99
You can open a page in a new tab using AppleScript ([Run NSAppleScript](https://www.alfredapp.com/help/workflows/actions/run-nsapplescript/#)): ```applescript on alfred_script(q) tell application "Notion" to activate tell application "System Events" tell process "Notion" -- Click...
Hi, This can be achived by adding page ID or database ID of the main page or database to the "ancestors" in "filters" in the query. For example: ``` def...
>how this can be set up as a key modifier on an existing search result Do you mean that when a user presses a modifier key within an existing search...
I have remade the workflow, incorporating a new feature that allows searching within a page. The functionality is showcased in the video that is attached to the link. To utilize...
So in the `utils.py` there is a function that converts title of Notion page to its page ID if it exists: ```python def title_to_id(record_map, title_to_find): collection = record_map.get("collection") for block...
Good observation! Here the user would have to press ⇥ tab to autocomplete the page **actions from last meeting** (so it would become: **actions_from_last_meeting**). Or the user would have to...
> Just thinking out loud, would be nice if you could scroll down to a page in a search result, press shift +enter or something like that, which sends you...
No problem! Here is a [link](https://transfer.sh/FFov7eKzeU/Notion%20Search%20V2.alfredworkflow) to download the workflow. Yeah, I've made Notion workflow using Notion API. I was a bit disappointed to be honest; it's slower than the...
Recently Notion has updated the functionality of opening a new tab. To make sure the provided script works the `New Tab Search` must be toggled off. ![Screenshot 2024-06-15 at 12...