Obsidian-Notes
Obsidian-Notes copied to clipboard
New Features
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
Hey, yeah +1 for those additions would be great
I'd just love to change the 'sort by' of the search results from name to something like date modified.
Search inside Obsidian via Omnisearch API would be amazing!
Hey Guys Omnisearch now opens a http port.
It would be really helpful if we could search text from Flow launcher
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:
- 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?
- 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"
- 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.
- 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?
- 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"
- Edit:
VAULTS_FILE = 'obsidian.json' VAULTS_PATH = Path(os.getenv('APPDATA'), 'obsidian', VAULTS_FILE)
============================