Closed FelipeRearden closed 3 years ago
I've added this feature to my fork: It may be a while since that's merged though since the last pull request #7 hasn't gone through yet so you might have to manually install the fork for now.
Hello @Arax20 !!!
Ooowww this is amazing!!!!!
Sorry, I'm a noob at GitHub, I didn't understand what I have to do to get access to this new feature.
I don't know what is fork :(
Can you help me?
Thanks!!!!!!
@Arax20 , I hope you could give some help with the installation. I can wait to use the new <xx>
feature.
I wanna know how to do a manual installation. With files do I have to copy and paste into the TextSnippet
folder ?
Thanks :)
I've created a release: https://github.com/Arax20/text-snippets-obsidian/releases/tag/0.0.4
If you go ahead and download from the link:
then put those files in your a new folder in your plugins folder. (something like \.obsidian\plugins\<NEW FOLDER>
)
Make sure you uninstall the previous textsnippet plugin from obsidian first or they might conflict.
Hello @Arax20 !
Thanks for the release! I'm gonna try to do the manual installation as you said and I ping you when I finish,
Thanks again for doing this feature, it is a great enhancement for my workflow :)
Have a great day!
I've added this feature to my fork:
It may be a while since that's merged though since the last pull request #7 hasn't gone through yet so you might have to manually install the fork for now.
Hello @ArianaKhit !!!!
Could you please merge this New feature made by @Arax20 in the main release ? This way I can update without losing this feature 🙏 🙏 🙏
This plug-in is very important to me and Is like to get all features :)
Thanks!
Thanks :)
Hello, @FelipeRearden I tested this on the new version of plug-in, but, unfortunately, it must be rewritten to work correctly. I am working on it now, so this feature definitely will be in the next release
Hello, @FelipeRearden
I tested this on the new version of plug-in, but, unfortunately, it must be rewritten to work correctly. I am working on it now, so this feature definitely will be in the next release
Thank you very much @ArianaKhit !!!!!!!!!
I'm grateful to you for making this 😄 😄 😄 😄 😄 😄 😄 😄 !!!!!
Your plugin for many of us is one of the most important plugins in Obsidian. It's soo good to have these new features :)
Hello @ArianaKhit !!!!
Thanks for the new release 0.0.6
!!!!!
I'm running late today but in about 3 to 4 hours I will update with this new release and I get back with a feedback to you.
Thank you very much !!! We talk later :)
Working perfect on version 0.0.6
in Obsidian 0.12.19
!
Just wanna thanks @Arax20 for all the help before this new release! You are super :)
Have a great day!
I'm glad you liked it!
Hello @ArianaKhit and @Arax20 !
First of all, thank you very much for this spectacular plug-in. It has a central role in many of my workflows in Obsidian. Thanks for doing this to our community!
I have a feature that is the creation of an additional
$xx
with a particular behavior.I use TextSnippets Obsidian to insert html tags in my notes. Here is my list:
Lets use
ww : <q>$end$</q>
as an exampleIt works amazing when I have to type a new words
ww
becomes<q></q>
and I start to typing the word Obsidian to get<q>Obsidian</q>
BUT there is the situation when I am Editing a note
There is a note without any decoration that I wanna apply
<q></q>
in the wordObsidian
To do this, I have to:ww : <q>$end$</q>
<q>Obsidian</q>
My Request
The creation of a new mark
$xx$
that will PASTE THE CLIPBOARD in the position that$xx$
is placed.This way, I would create a new snippet:
ee : <q>$xx$</q>
Edit->Cut
the wordObsidian
and type the new snippet to achieve:<q>Obsidian</q>
I don't know if it is feasible, but would be an amazing feature. A huge time saver!
Let me know if you need more information.
Have a great day!