Skip to content
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

i have been looking so long for this but im unable to getr it working #2

Open
webbb82 opened this issue Jun 12, 2023 · 2 comments
Open

Comments

@webbb82
Copy link

webbb82 commented Jun 12, 2023

I have been wanting to be able to search my notes with rofi for so long. I knew it was possible however I dont know how to write that code.

It looks like this plugin shows tabs and windows but I thought you were able to search notes.

anyway I tried using the script you added. After reading the other issue where you guys talk about getting it working by putting it on PATH and naming. but when I did that I keep getting errors ,

  • script not found,
  • command not found,
  • I put the script in bin
  • and made sure its on path with
  • script set to executable
  • permissions are pretty much wide open..
    and still nothing . anyway keep up the great work as im sure once i get it going ill enjoy it.
@digitalsignalperson
Copy link
Owner

Hey there. I should probably make some step by step instructions to help these issues.

First thing is in the python script, you should modify this part to match your vault:

# Set these two variables with your personal settings
vault_name = 'my-vault'
vault_path = '/home/my-name/my-files/my-vault'

Then a good test from here is to run the python script on it's own like python obsidian-rofi.py and see that it prints stuff.

@digitalsignalperson
Copy link
Owner

I added some more instructions in the readme.

Also if you are on nixos, the shebang of the script might need to be #!/usr/bin/python

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

2 participants