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 3 days 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 3 days ago
bug
Save to Notion vs Copy To Notion
Save to Notion: import sys # sys.argv contém os argumentos passados para o script print("Argumentos passados:", sys.argv[1:]) # Exibe todos os argumentos (exceto o nome do script) for arg in sys.argv[1:]: # Itera sobre os argumentos passados print(f"Processando: {arg}") Copy To Notion: `import sys sys.argv contém os argumentos passados para o script print("Argumentos passados:", sys.argv[1:]) # Exibe todos os argumentos (exceto o nome do script) for arg in sys.argv[1:]: # Itera sobre os argumentos passados print(f"Processando: {arg}") ` copiados do ChatGPT para Notion
cauamachado51 4 days ago
bug
Save to Notion vs Copy To Notion
Save to Notion: import sys # sys.argv contém os argumentos passados para o script print("Argumentos passados:", sys.argv[1:]) # Exibe todos os argumentos (exceto o nome do script) for arg in sys.argv[1:]: # Itera sobre os argumentos passados print(f"Processando: {arg}") Copy To Notion: `import sys sys.argv contém os argumentos passados para o script print("Argumentos passados:", sys.argv[1:]) # Exibe todos os argumentos (exceto o nome do script) for arg in sys.argv[1:]: # Itera sobre os argumentos passados print(f"Processando: {arg}") ` copiados do ChatGPT para Notion
cauamachado51 4 days 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 days 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 days 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 10 days 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 10 days 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 19 days 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 19 days 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 19 days 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 19 days ago
Rejected
Content length limitation of Notion API
There is a maximum content length limitation of Notion API. So this plugin will report errors when the content clipped to notion is too long. Is there any possibility to solve this problem?
信信 2 months ago
Rejected
Content length limitation of Notion API
There is a maximum content length limitation of Notion API. So this plugin will report errors when the content clipped to notion is too long. Is there any possibility to solve this problem?
信信 2 months ago
Completed
500 internal server error when using article mode
https://copytonotion.com/saveArticle?_data=routes%2F__api%2FsaveArticle all other modes work fine
Christopher Gallo 3 months ago
bug
Completed
500 internal server error when using article mode
https://copytonotion.com/saveArticle?_data=routes%2F__api%2FsaveArticle all other modes work fine
Christopher Gallo 3 months ago
bug
Completed
Add CSS Selector Support for Image File Fields
Enable the capability for File fields to automatically capture images using specified CSS selectors. This will allow images selected via CSS to be directly assigned to File fields.
Idriss 3 months ago
Completed
Add CSS Selector Support for Image File Fields
Enable the capability for File fields to automatically capture images using specified CSS selectors. This will allow images selected via CSS to be directly assigned to File fields.
Idriss 3 months ago
Completed
Cancel Screenshot with Escape Key
Right now, there’s no way to cancel a screenshot when using the “Take Screenshot” prompt. Would love to be able to cancel out of the “Take Screenshot” mode with the Escape key (similar to how it works with the “Multi Select” prompt).
Gary 3 months ago
Completed
Cancel Screenshot with Escape Key
Right now, there’s no way to cancel a screenshot when using the “Take Screenshot” prompt. Would love to be able to cancel out of the “Take Screenshot” mode with the Escape key (similar to how it works with the “Multi Select” prompt).
Gary 3 months ago
Completed
Show Full Page Path in Search Results
I’d love to have the option to see the full Notion page path—or at least the parent page path—in the search results when copying to Notion (instead of only the page title). Context: I have multiple pages in Notion with the same name that are nested into different pages. When using the native search in Notion, the page path is shown so I can differentiate and choose the correct page. However, that’s not the case with Copy to Notion; I basically have to guess. See attached screenshots for reference.
Gary 3 months ago
Completed
Show Full Page Path in Search Results
I’d love to have the option to see the full Notion page path—or at least the parent page path—in the search results when copying to Notion (instead of only the page title). Context: I have multiple pages in Notion with the same name that are nested into different pages. When using the native search in Notion, the page path is shown so I can differentiate and choose the correct page. However, that’s not the case with Copy to Notion; I basically have to guess. See attached screenshots for reference.
Gary 3 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 7 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 7 months ago