Option to save to save to specific template
I would like to be able to choose which database template an article saves to. Or even for it to just save to the default template for that database. For example, I have a database for job application. On the default template for that database I have a custom AI block that reviews the page and pulls the key information about the position. Then I have another custom AI block that pulls the key words to use to tailor my resume. But when I use your extension to save a job posting, it doesnβt use the default template, it just makes a blank page. With Save to Notion, I can choose which template it uses.
Therese Wolff 1 day ago
database
Option to save to save to specific template
I would like to be able to choose which database template an article saves to. Or even for it to just save to the default template for that database. For example, I have a database for job application. On the default template for that database I have a custom AI block that reviews the page and pulls the key information about the position. Then I have another custom AI block that pulls the key words to use to tailor my resume. But when I use your extension to save a job posting, it doesnβt use the default template, it just makes a blank page. With Save to Notion, I can choose which template it uses.
Therese Wolff 1 day ago
database
Problem with saving video to notion using Multi Select. Can save Everything else but not videos.
these are the steps to reproduce the problem: open youtube.com Click on a video Select the Multi Select option on the Copy To Notion extension Click on the video element itself and other things such as the title, and description... Click "Done selecting", and then "Add to Notion" When I open the Notion page, there's no video saved just the other information selected on step 4 (title, description...). happens on vimeo too maybe other platforms as well.
Jacob Gravesen 13 days ago
Problem with saving video to notion using Multi Select. Can save Everything else but not videos.
these are the steps to reproduce the problem: open youtube.com Click on a video Select the Multi Select option on the Copy To Notion extension Click on the video element itself and other things such as the title, and description... Click "Done selecting", and then "Add to Notion" When I open the Notion page, there's no video saved just the other information selected on step 4 (title, description...). happens on vimeo too maybe other platforms as well.
Jacob Gravesen 13 days ago
Automatically insert page image in content block
This is a fantastic tool. I have noticed however that when the page is bookmarked to notion, in the database gallery view there is no image saved, and only the bookmark. It would be great if there was an option for the content block to be automatically updated with the page image.
Abbey Lardner-Burke About 1 month ago
Automatically insert page image in content block
This is a fantastic tool. I have noticed however that when the page is bookmarked to notion, in the database gallery view there is no image saved, and only the bookmark. It would be great if there was an option for the content block to be automatically updated with the page image.
Abbey Lardner-Burke About 1 month ago
Support for tags
The tool is great but would be amazing to support the tags right away. This is what Evernote web clipper allows doing. Now I have to save the page to Notion and then add tags manually there. thanks!
Anton About 1 month ago
Support for tags
The tool is great but would be amazing to support the tags right away. This is what Evernote web clipper allows doing. Now I have to save the page to Notion and then add tags manually there. thanks!
Anton About 1 month ago
Incorrectly works with chatgpt
Just interrupts file upload to Notion without errors, but the file does not appear in the program. Please fix it, it's a pity to lose such a great opportunity for the sake of which some people installed the extension
verjel 4 months ago
bug
Incorrectly works with chatgpt
Just interrupts file upload to Notion without errors, but the file does not appear in the program. Please fix it, it's a pity to lose such a great opportunity for the sake of which some people installed the extension
verjel 4 months ago
bug
CSS Selector for Page Content
Hi Iddris. I've been enjoying Copy To Notion very much. I would like to make a feature request to make Copy To Notion better. I'm a long time user of Obsidian and it's Webclipper. It's also one of the best webclipper I've used. One of the reason being able to CSS select page content. Currently Copy To Notion can CSS Select for Page properties but not Page Content (if not mistakened). If it can please let me know; if not, I would like to make this feature request. Thanks! Jireh
Jireh Chan 4 months ago
page
CSS Selector for Page Content
Hi Iddris. I've been enjoying Copy To Notion very much. I would like to make a feature request to make Copy To Notion better. I'm a long time user of Obsidian and it's Webclipper. It's also one of the best webclipper I've used. One of the reason being able to CSS select page content. Currently Copy To Notion can CSS Select for Page properties but not Page Content (if not mistakened). If it can please let me know; if not, I would like to make this feature request. Thanks! Jireh
Jireh Chan 4 months ago
page
from Claude to Notion
copiar e colar (Ctrl+C e Ctrl+V) do Claude para Notion Copy To Notion Save To Notion original por favor, alguΓ©m me diga como eu edito comentΓ‘rios que jΓ‘ fiz? queria agrupar/melhorar parecidos. esse Γ© meu ΓΊltimo comentΓ‘rio.
cauamachado51 5 months ago
bug
from Claude to Notion
copiar e colar (Ctrl+C e Ctrl+V) do Claude para Notion Copy To Notion Save To Notion original por favor, alguΓ©m me diga como eu edito comentΓ‘rios que jΓ‘ fiz? queria agrupar/melhorar parecidos. esse Γ© meu ΓΊltimo comentΓ‘rio.
cauamachado51 5 months ago
bug
Save to Notion vs Copy To Notion
Save to Notion: import sys # sys.argv contains the arguments passed to the script print("Passed arguments:", sys.argv[1:]) # Display all arguments (except the script name) for arg in sys.argv[1:]: # Iterate over the passed arguments print(f"Processing: {arg}") Copy To Notion: `import sys sys.argv contains the arguments passed to the script print("Passed arguments:", sys.argv[1:]) # Display all arguments (except the script name) for arg in sys.argv[1:]: # Iterate over the passed arguments print(f"Processing: {arg}") ` copied from ChatGPT for Notion
cauamachado51 5 months ago
bug
Save to Notion vs Copy To Notion
Save to Notion: import sys # sys.argv contains the arguments passed to the script print("Passed arguments:", sys.argv[1:]) # Display all arguments (except the script name) for arg in sys.argv[1:]: # Iterate over the passed arguments print(f"Processing: {arg}") Copy To Notion: `import sys sys.argv contains the arguments passed to the script print("Passed arguments:", sys.argv[1:]) # Display all arguments (except the script name) for arg in sys.argv[1:]: # Iterate over the passed arguments print(f"Processing: {arg}") ` copied from ChatGPT for Notion
cauamachado51 5 months ago
bug
doesn't accept <things inside code>
This: Exactly! You understood correctly. The syntax is %~ , where: % : is the loop variable (e.g. %A, %B), which stores the values of the files or parameters passed to the script. ~ : is the modifier you use to extract specific parts of the path or file. saves as: Exactly! You understood correctly. The syntax is %~, where: %: is the loop variable (e.g. %A, %B), which stores the values of the files or parameters passed to the script. ~: is the modifier you use to extract specific parts of the path or file.
cauamachado51 5 months ago
bug
doesn't accept <things inside code>
This: Exactly! You understood correctly. The syntax is %~ , where: % : is the loop variable (e.g. %A, %B), which stores the values of the files or parameters passed to the script. ~ : is the modifier you use to extract specific parts of the path or file. saves as: Exactly! You understood correctly. The syntax is %~, where: %: is the loop variable (e.g. %A, %B), which stores the values of the files or parameters passed to the script. ~: is the modifier you use to extract specific parts of the path or file.
cauamachado51 5 months ago
bug
Option to capture url as mention, right now bookmark and embed is available.
The current bookmarking url is missing image due to API skipping thumbnail capture. Mention might be a good option that would be able to show preview when hovered. This will work after the capture.
Andy Liong 5 months ago
Option to capture url as mention, right now bookmark and embed is available.
The current bookmarking url is missing image due to API skipping thumbnail capture. Mention might be a good option that would be able to show preview when hovered. This will work after the capture.
Andy Liong 5 months ago
Add the cover image field in form settings
Having the possibility to set the cover image in form settings should be amazing to directly have a database gallery with image. The extension can select by default the primarly image and let us the possibility to select an another one or screen a part of the screen
Olivier 6 months ago
Add the cover image field in form settings
Having the possibility to set the cover image in form settings should be amazing to directly have a database gallery with image. The extension can select by default the primarly image and let us the possibility to select an another one or screen a part of the screen
Olivier 6 months ago
Reoder Form settings
It would be nice to add the ability to reorder form fields after adding them. It's a real mess to add fields in the right order directly when you have a big form.
Olivier 6 months ago
Reoder Form settings
It would be nice to add the ability to reorder form fields after adding them. It's a real mess to add fields in the right order directly when you have a big form.
Olivier 6 months ago
In Progress
Settings - Options to choose from
It would be nice to have a settings program windows for choosing options and settings
Anton Kaufmann 12 months ago
In Progress
Settings - Options to choose from
It would be nice to have a settings program windows for choosing options and settings
Anton Kaufmann 12 months ago
Preset size of screenshot
Especially, when watching online video courses, on YouTube for example, it would be another time saver to have the screenshot size/area be predefined. Most of the courses have some static information showing on a kind of βboardβ - which is mostly of the same size. That feature would save a real lot of time and clicking etc.
Anton Kaufmann 12 months ago
Preset size of screenshot
Especially, when watching online video courses, on YouTube for example, it would be another time saver to have the screenshot size/area be predefined. Most of the courses have some static information showing on a kind of βboardβ - which is mostly of the same size. That feature would save a real lot of time and clicking etc.
Anton Kaufmann 12 months ago