Garulf / Obsidian-Notes

Search Obsidian notes
40 stars 4 forks source link

New Features #2

Open Warden20 opened 2 years ago

Warden20 commented 2 years ago

Search inside obsidian Open daily note Quick capture to a note Search starred notes Quickly switch Workspaces Compatibility with Quickadd plugin Compatibility with Advance URI Scheme

ArtemisFowl-san commented 2 years ago

Hey, yeah +1 for those additions would be great

apotenza92 commented 2 years ago

I'd just love to change the 'sort by' of the search results from name to something like date modified.

jamie9090 commented 1 year ago

Search inside Obsidian via Omnisearch API would be amazing!

MandeepCodes commented 6 months ago

Hey Guys Omnisearch now opens a http port. image It would be really helpful if we could search text from Flow launcher

DAMskill commented 5 months ago

I was ising Launchy v2.6Beta for years. Recently i had to switch to LauncyQT v3.17 because my new screen is a HiRes DPI Screen. It is just the poorly maintained Launcy in a HiRes Jacket.

Luckily i fount Flow-Launcher, it elides Launchy in every way. With a huge Plugin-List

I'm using Flow-Launcher Portable as-well as Obsidian Portable. I want to use the Folw-Launcher Plugin: Obsidian Notes, But this is not possible. Since it is not installed on the system. I don't think this is a big problem to solve, although it would be nice

Thank you very much! :)


FEATURE REQUEST:

  1. Possibility to use Windows Environment Variables like:
    • "%SomeVertLongPath%\to\a\important\file\or\folder\"] Now i have to use a AbsolutePath. !-NOTE-! I didn't check if the path updates when the DriveLetter changes?
  2. Possibility to ente PortableApps InstallPathr:
    • Settings|>|Plugins|>|Obsidian Notes|>|App_Install_Directory In my case the path is: "C:\Apps_Portable\==DAMappsPortable\Office\Obsidian Notes\Obsidian-Portable-main\App\Obsidian\Obsidian.exe"
  3. Possibility to Install Plugins:
    • In Batch
    • Diable AutoReload after every "npm install". Now it takes ages to install a lot of plugins. Luckely i use the portable version. Fingers Crossed this was a one time job.
  4. Possibility to Decrease Search_Result_Spacing. Not really necessary.

ERROR RECREATION:

ACTIONS":

<Alt+Space-bar>
<ob><Space-bar>

ERROR:

Obsidian not found
Please install Obsidian

POSSIBLE SOLUTION?: I'm not a programmer at all and I'm completely new to Python. Maybe editing this peace of code helps?

  1. Open Flow-Launcher - Plugin Settings:
    • "C:\Apps_Portable\==DAMappsPortable\ICT_Tools_StartMenu,AppLaunchers\Folw-Launcher\Portable\AppData\FlowLauncher\app-1.17.2\UserData\Plugins\Obsidian Notes-1.1.4\plugin\obsidian.py"
  2. Edit:
    VAULTS_FILE = 'obsidian.json'
    VAULTS_PATH = Path(os.getenv('APPDATA'), 'obsidian', VAULTS_FILE)

    ============================