Qownnotes: Symbols toolbar

Created on 23 Nov 2017  路  8Comments  路  Source: pbek/QOwnNotes

Expected behaviour

Show a toolbar containing commonly used symbols that would insert the symbol after double-click. As a kind of workaround for math formulas and checkboxes.
It would make it much easier than typing Γ for Γ for example.

Help wanted Scripting Feature

Most helpful comment

Please check the new "Insert symbol buttons" script in repository.

All 8 comments

Thank you for your suggestion, but what are in your opinion "commonly used symbols" and why? I guess everyone would have a different answer..

You could do that yourself with the help of the scripting engine.

If you want to make that script customizable you can use http://docs.qownnotes.org/en/develop/scripting/README.html#registering-script-settings-variables so the user of the script can enter character pairs themselves...

Any ideas @Maboroshy?

Sorry I haven't had a look at the scripting options.

A more advanced feature would be to allow the user to customize these symbols, but what I thought up of was the one that are shown in MS Word for example.
Another use case would be to cover the checkbox requirement for tasks.

I'll have a look at scripting too and see if I can achieve it that way.
Thanks for all the work! It already a lovely software~

Thank you for your kind words.
You can do everything of that with the scripting engine and can even make it configurable so more users could use that script. We could add it to https://github.com/qownnotes/scripts.
Just ask if you need to know something.

I could write a script that would make an insert button for each character in a user provided string. For example, you put a, b, cd to script options, and it would make buttons a, b and cd. It would work for any character in unicode table. Would it meet your request?

You can try yourself. String to buttons already implemented in my "List maker" script. Lines 45-49.

Please check the new "Insert symbol buttons" script in repository.

It works great, @Maboroshy! You are awesome! Is that what you are looking for, @mrmotallebi?

Yes, perfect!
Thank you. I will close this issue now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

smac89 picture smac89  路  7Comments

radmen picture radmen  路  6Comments

RealDrJester picture RealDrJester  路  7Comments

sunjam picture sunjam  路  4Comments

wiktor2200 picture wiktor2200  路  5Comments