Coder Social home page Coder Social logo

Comments (23)

tiann avatar tiann commented on June 18, 2024

是截图之后按热键吗?截图用的什么快捷键?

from markdown-img-upload.

8485296 avatar 8485296 commented on June 18, 2024

截图或者是右键复制一个图片再激活功能都没有反应.
ps:我修改了 pass through to workflow 为 show alfred . 然后使用热键alfred是被呼出了,说明确实这个动作是激活了.

from markdown-img-upload.

tiann avatar tiann commented on June 18, 2024

image
点击这个蚂蚁,开debug看看日志?

from markdown-img-upload.

8485296 avatar 8485296 commented on June 18, 2024

[INFO: alfred.workflow.trigger.hotkey] Processing output 'alfred.workflow.action.script' with arg ''
谢啦~

from markdown-img-upload.

tiann avatar tiann commented on June 18, 2024

你的快捷键是什么?

from markdown-img-upload.

8485296 avatar 8485296 commented on June 18, 2024

e57a6e42-d4df-404f-8c33-b9be37acf0d6

from markdown-img-upload.

tiann avatar tiann commented on June 18, 2024

有点奇怪额;你的系统版本多少? workflow是从github上下载的吗?还有你输入mdimgsetup能弹出设置文本文件吗?

from markdown-img-upload.

8485296 avatar 8485296 commented on June 18, 2024

mac 10.11.3 Beta (15D13b)
alfred 2.8.3
是从github上下载的.且我其他的workflow都是好的.
设置mdimgsetup是能够弹出设置文本的

from markdown-img-upload.

tiann avatar tiann commented on June 18, 2024

正常情况下应该是会有通知栏提醒的;不知道是不是10.11的通知提醒有问题;

你在终端执行一下:

osascript -e 'display notification "hehe" with title "hehehehe"'

看看会不会调出mac的系统通知;

from markdown-img-upload.

8485296 avatar 8485296 commented on June 18, 2024

e07d71ca-908e-4ed2-b908-3e339c063e96

from markdown-img-upload.

tiann avatar tiann commented on June 18, 2024

1,不截图,直接使用热键 会弹出通知提醒吗?
2,截图之后按下热键;找个地方cmd + V一下,有内容吗?

from markdown-img-upload.

8485296 avatar 8485296 commented on June 18, 2024
  1. 没有通知
  2. 没有内容

from markdown-img-upload.

tiann avatar tiann commented on June 18, 2024

那个debug日志,输出的是所有信息吗?
image

from markdown-img-upload.

8485296 avatar 8485296 commented on June 18, 2024

之前就是 all information
我尝试出来是这样一种现象:
编辑热键对应的脚本,先将图片中的那个 dollors 打上勾,然后save,然后用热键激活下,这时候会报错,
45ee5f3f-b122-48bc-881a-d1a03d3de7b5
之后再编辑热键对应的脚本,再恢复成初始状态(没有doller勾选)
3a74c2c1-6885-466b-8bcb-91b07e1cbe8a

再激活热键,就会报错如下截图
5f43cbec-f58c-4882-bdaa-9dc4273727db

from markdown-img-upload.

tiann avatar tiann commented on June 18, 2024

我明白了。。。。。忘了 😓

from markdown-img-upload.

tiann avatar tiann commented on June 18, 2024

需要安装requests 这个库 @8485296

from markdown-img-upload.

tiann avatar tiann commented on June 18, 2024

python用pip安装

from markdown-img-upload.

8485296 avatar 8485296 commented on June 18, 2024

e5c74927-e314-4ca7-8b90-17be1500f708
装好了,这是新的报错信息

from markdown-img-upload.

tiann avatar tiann commented on June 18, 2024

1,不截图,直接使用热键 会弹出通知提醒吗?
2,截图之后按下热键;找个地方cmd + V一下,有内容吗?

from markdown-img-upload.

8485296 avatar 8485296 commented on June 18, 2024
  1. 不截图直接使用热键,依然没有通知提醒.debug报错:
    [INFO: alfred.workflow.trigger.hotkey] Processing output 'alfred.workflow.action.script' with arg ''
    [ERROR: alfred.workflow.action.script] Traceback (most recent call last):
    File "", line 21, in
    TypeError: 'NoneType' object is not iterable
  2. 截图之后使用了下,完美上传了!!!!!

不过我上面的问题,为什么切换了dollars 这个勾选项以后才能生效呢...好神奇啊.
总之现在可以用了,谢谢啦

from markdown-img-upload.

tiann avatar tiann commented on June 18, 2024

@8485296 不截图使用热键没有通知已经确认是bug;(链接粘贴图片并没有实现的问题)

已经把注意点添加进Readme;感谢反馈!写的时间有点长,都忘了。。

那个勾选项是转义用的;理论上不需要程序里面木有$符号;不过你的Alfred版本和我的不一样;具体也不清楚。

from markdown-img-upload.

8485296 avatar 8485296 commented on June 18, 2024

好的,总体来说非常方便和好用!谢谢

from markdown-img-upload.

tiann avatar tiann commented on June 18, 2024

@8485296 谢谢 😁 不过对于使用者来说确实成本有点高;我改一下文档说明,然后尽量不要依赖!

from markdown-img-upload.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.