SC as a Context Menu List #74
FelipeRearden
started this conversation in
Ideas
Replies: 1 comment 8 replies
-
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @Taitava !!!
I'd like to present a user case for an idea that I had :)
Mini Contextual Menu
Fundamentals
A tiny list box (context menu) that is triggered near to the caret position when hit by the SC hotkey.
Each item of the list
item_1,item_2, ...
is an alias of an SC defined in SettingsThis image is from Chetachi's new plug-in Highlightr shows what I'm trying to show :)

If is possible: 🙏
User Case Example: Action Tags/Placeholders
When reading a long note, I often use some special tags to put signals in to the note as reminders for future readings
My idea is to have a context menu with this three actions as SC:
SC 1 - [alias] 🟡
printf "#Status/🟡"
[output:Current File: Caret Position]SC 2 - [alias] 🛑
printf "#Status/🛑"
[output:Current File: Caret Position]SC 3 - [alias] 🔄
printf "[[🔄]]"
[output:Current File: Caret Position]The
input
would be a menu context near the caret position with list of three items with these alias:🟡
🛑
🔄
I have one more user case that have the same meaning applied to use html tags modified by css snippets to decorate the text. The principle is the same: mini context menu near the caret postionm that let me select a list of SC to be executed :)
Have a great day!
Beta Was this translation helpful? Give feedback.
All reactions