Hi,
I've just got familiar with the great option of UDT. However, I think the documentation for this great feature is no sufficient.
I'm trying to create a tool to open an external software called "obsidian". In this software we can search by hashtag, "tag: #custom_word". Is it possible to create a UDT so that open obsidian (I did it) and search for a custom hashtag. for instant when I click on it, it open obsidian while tag:#custom_word is automatically typed there, and the results are already shown.
Also, please tell me how I can change theme (not dark mode). i saw lots of themes in theme folder. But how can I switch between them ? Also is there any webpage to download other themes?
Thanks
[UDT] add arguments to external applications
Moderator: abstr
Re: [UDT] add arguments to external applications
Hi majid,
If you only want to be able to launch Obsidian from ToDoList, all you have to do is insert a link to the Obsidian .exe file in a comment.
For example
Code: Select all
C:\MyPrograms\Obsidian\Obsidian.exe
On the main menu:
Code: Select all
Tools>Preferences>User Interface>General>Use the following color theme

Other than the Dark Mode theme, which is easy to toggle on or off from the toolbar, I am not sure if there are any others already created other than those that are already in the folder. But you can create your own themes or modify the existing themes by editing the theme files.
Re: [UDT] add arguments to external applications
Hib@majid
If you want to write a UDT that will accept runtime parameters check out the help section on User Placeholders and search this forum for examples.
If you want to write a UDT that will accept runtime parameters check out the help section on User Placeholders and search this forum for examples.