What I am looking for is Quicktext. The only difference with scite is that the place of the caret is determined with the dollar sign "$" instead of the vertical bar "|".
This is great,
Thanks again.
François
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm looking for a way to add the ctrl+B feature of Scite to insert an abbreviation and place the caret (cursor) at a precise place in this insertion.
For example:
tt=<table><tr><td>|</td></tr><table>
cc=[[Category|||]]
Is there already a plugin doing this ?
Thanks for your answers.
François
Yea, I believe so. Thanks.
Take a look at this thread on the Plugin Development forum:
"insert plugin, a web edition..."
http://sourceforge.net/forum/forum.php?thread_id=1959856&forum_id=482781
Search for "<br>" to get to some possibly useful information.
Look for "<p>" instead of "<br>" in the thread.
Here's a part of what you should find:
"
.ini format:
Paragraph Tag=<p>|</p>
Table=<table>\n\t<tr>\n|\n\t</tr>\n</table>
"
Thank you for guiding me toward the plugins.
What I am looking for is Quicktext. The only difference with scite is that the place of the caret is determined with the dollar sign "$" instead of the vertical bar "|".
This is great,
Thanks again.
François