text AppleScript para copiar y pegar la imagen descargada en una nueva nota de Evernote,asignar etiq

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text AppleScript para copiar y pegar la imagen descargada en una nueva nota de Evernote,asignar etiq相关的知识,希望对你有一定的参考价值。

tell application "Evernote"
	tell application "Finder" to set file_name to (name of theFile)
	activate
	set theData to (the clipboard as text)
	set the clipboard to theData
	set defaultTag to {"etiqueta-01", "etiqueta-02"}
	set append_text to "Captura de pantalla completa de " & theData & " | Inspiración"
	create note from file theFile notebook {"El nombre de mi libreta de capturas de pantalla"} title append_text tags defaultTag
end tell

以上是关于text AppleScript para copiar y pegar la imagen descargada en una nueva nota de Evernote,asignar etiq的主要内容,如果未能解决你的问题,请参考以下文章

text 获取Finder标签列表(AppleScript)

text 从Evernote Note(AppleScript)创建Internet位置文件

text AppleScript在Finder中创建一个新文件(用于Automator)

text 在路径查找器中选择的Finder项目中显示(AppleScript)

text [在标记2中打开当前的Scivener文件] #marked #scrivener #applescript

text [Formatier Kontakte]Fügt+ 49 vor jede Telefonnummer #macos #applescript