-
Notifications
You must be signed in to change notification settings - Fork 12
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
Test the plugin on Macintosh #1
Comments
Thanks for creating this plugin! VersionsmacOS: 11.5.2 Commands testedOpening Firefox with searching the selection from Duckduckgo.
Creating folders if not existing and then creating daily note for current day.Here is context to see which kind of directory structure I have for daily notes:
ResultsBoth commands worked as expected when used them through the Obsidian's command palette (Cmd + P) |
Thank you for testing, fellow Finn! 🙂 Is it ok if I put your GitHub username and link to the README.md in the Tested platforms section when I put Mac version info there? 🙂 Edit: Yea the plugin is not yet available via the normal installation process, but it should be soon. I didn't actually expect people to find this plugin so early, I planned to write a post about this in the forum once it's available via the normal installation process, but nice to see that people have explored the Obsidian releases repository and found this plugin already. 👍 |
🇫🇮 |
Added! 🙂 Even though I closed this issue, testing on Mac can still be performed in the future whenever new versions of Shell commands are released. Tests can be done by anyone, and results can be posted to this issue even though it's closed. I will then update README.md accordning to new tests and also add the tester's GitHub name and GitHub link next to the test record. 👍 |
Release 0.2.0 Status: ✅Shell Commands tested:Mac Keyboard Shortcuts:
Text Insertion to Clipboard
Obsidian URI
|
Thanks a lot! I updated README.md. |
Release 0.3.0 Status: ✅Shell Commands tested:Mac Keyboard Shortcuts:
Text Insertion to Clipboard
Obsidian URI
&& Operator
Append Text/Clipboard to Files
|
Release 0.4.1 Status: ✅Shell Commands tested:Mac Keyboard Shortcuts:
Text Insertion to Clipboard
Open Obsidian Hidden Folder
Append Text/Clipboard to Files
|
Release 0.5.0 Status: ✅Shell Commands tested:Mac Keyboard Shortcuts:
Text Insertion to Clipboard
Open Obsidian Hidden Folder
Append Text/Clipboard to Files
Tags
|
|
Thanks for the information @Taitava !!! OK. I will wait until Have a great day! |
Release 0.6.0 Status: ✅Shell Commands tested:Mac Keyboard Shortcuts:
Text Insertion to Clipboard
Open Obsidian Hidden Folder
Append Text/Clipboard to Files
Tags
Output Channels
|
Thanks a lot! 🙂 I updated README.md. |
No need to test |
Thanks for information @Taitava ! I'm sorry for my absence this past week. I have a problem here at my house and I'm only on mobile until the next Monday! I'm catching all of you messages now :) Have a great day! |
No worries! 🙂 I can't expect you to be always around, its always voluntary! 😎 You have been really, really helpful already, and have used a lot of your time for this plugin. I appreciate it! 🌞 |
Thanks @Taitava !!! I will always try to do my best to help you with this plugin! As I said before, I really love this plugin and it changed my Obsidian life :) The amount of workflows that now are available to me is beacause you decideed to create this for us :) Based on our conversations, we have so many features ahead that I have this myself duty to give my little help testing the new features :) 🌞 |
Thanks! 🙂
That's still nice to hear! 🙂 I started this because I wanted just to be able to quickly and easily open Git applications (a really simple use case, without any variables, output handling or other "extras"), so it's nice to see that something that starts from a very little thing, can become an essential part of someone else's workflow in a very different way. 😎
Yea, we'll have a lot of cool stuff still coming. The OS & shell support thing (#76) plus variable escaping (#11) have taken so much time from me that I will be glad when those will be finally released and out of the way of other stuff like events, preactions, autocomplete and |
😃 For me, that the magic of SC everyone have a different workflow :) And I'm sorry for bring more and more features 😄 😄 😄 😄 😄 😄 😄 😄 😄 😄
As you know I'm not an expert but I read all post from you and I understood your ideas for these new features in #76 and #11 .
In my country we would talk this as changing the pipes in a house. It's crucial and important and nobody sees :) I saw something about SC on iOS but I need some time to understand what I saw and share with you. There is an app that is a Terminal for iOS but I didn't understood yet. events, preactions, autocomplete and |
The most important thing to test is that special characters escaping in variable values works ok (
True 🙂
👍 |
macOS test reportEnvironmentShell Commands v0.14.0 Commands tested# Open in VSCodium
codium --goto {{file_path:absolute}}:{{caret_position}}
# New Note
# prompt modal for note title
echo "" >> {{!_noteTitle}}.md
open "obsidian://advanced-uri?vault=CiO&filepath={{!_noteTitle}}"
# New Note from Clipboard
# prompt modal for note title
echo {{clipboard}} >> {{!_noteTitle}}.md
open "obsidian://advanced-uri?vault=CiO&filepath={{!_noteTitle}}" ResultsEverything tested works as expected. Only issue found: line-breaks(\n) do NOT get converted to actual line-breaks in the markdown In the "New Note from Clipboard" command, with the Clipboard:
resulting markdown:
|
Thank you for the report @gapmiss !
Edit 2022-12-03: Actually, my current understanding is that this is not a bug, and there doesn't seem to be anything to change in SC. The problem is that |
I do not own a Mac, so I can't test this myself.
Just test that this plugin is able to run shell commands on Mac. You can decide yourself what commands you want to test/execute. Please report here the following details:
Just to clarify: I'm not only looking for reports if the plugin does not work; you can also report if you notice that the plugin does work on Mac, because I do not have that information at the moment.
Thank you for helping me!
The text was updated successfully, but these errors were encountered: