Skip to content

输入sy时无结果 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Jasonsey opened this issue Feb 17, 2025 · 3 comments
Closed

输入sy时无结果 #4

Jasonsey opened this issue Feb 17, 2025 · 3 comments

Comments

@Jasonsey
Copy link

  1. 输入sy时不显示提示

Image

  1. 只有当输入sy 后面有内容后才有结果

Image

是否可以在输入sy后直接出最近编辑的笔记本内容列表?和notion搜索的工具更加接近

Image

@huamang
Copy link
Owner

huamang commented Feb 17, 2025

ok,这个功能没毛病,我有空了抓个包看看api

@huamang huamang closed this as completed Feb 17, 2025
@champagnealexandre
Copy link

@Jasonsey I had a similar issue. Activating Alfred’s debugger showed:

[13:00:32.182] SiYuan[Script Filter] Queuing argument '(null)'
[13:00:32.243] SiYuan[Script Filter] Script with argv '(null)' finished
[13:00:32.248] ERROR: SiYuan[Script Filter] Code 1: Traceback (most recent call last):
  File "/Users/alexandre/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.3E94D5FE-51D7-4AD9-AE82-2CF2923B0FAD/search.py", line 3, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

I installed module requests, i.e. pip install requests and then it worked.

@Jasonsey
Copy link
Author

@Jasonsey I had a similar issue. Activating Alfred’s debugger showed:

[13:00:32.182] SiYuan[Script Filter] Queuing argument '(null)'
[13:00:32.243] SiYuan[Script Filter] Script with argv '(null)' finished
[13:00:32.248] ERROR: SiYuan[Script Filter] Code 1: Traceback (most recent call last):
  File "/Users/alexandre/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.3E94D5FE-51D7-4AD9-AE82-2CF2923B0FAD/search.py", line 3, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

I installed module requests, i.e. pip install requests and then it worked.

I have solved requests issue ,but in this issue,it is about the modules no response when no params

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants