Summernote equation / math editor - math

I am currently using Summernote as my WYSIWYG and I was trying to find a plugin that allows me to put Maths equations.
I only found those:
https://github.com/tylerecouture/summernote-math
https://zhuangbo.github.io/MathPad/
What I am looking for is something similar to this
https://github.com/foraker/tinymce_equation_editor
but for Summernote.
Has anyone seen anything related to this please?

Related

Change language learnr tutorial

I've made a small tutorial with the learnr package (+ gradethis) in R. The buttons for the tutorial are currently in english (e.g. submit answer, run code). Since my tutorial is in Dutch, it'd be better if the buttons were also in Dutch.
Does anyone know if there's any way to change the button language? And possibly also change the language of the praise given by the gradeR package.
Thanks in advance!

Adobe Brackets Wordpress hints / autocomplete

so.. I am trying out Adobe Brackets as my editor right now and I really like it so far, but there is one thing I am missing and I wonder if there is an extension for that..
I mainly code php, css and javascript for wordpress themes / plugins etc. I was using sublime 3 before, where I had a plugin that, if I type a wordpress function name and use the autocomplete, automatically inserts the parameters of that function. So in sublime it looks like this http://i.imgur.com/FxxUOy8.png
In Adobe Brackets I tried every wordpress extension that I found but I cant get the same result. The hints for wordpress functions do work but when I accept a hint it wont insert the parameters of that function http://i.imgur.com/25HsuSe.png
So I wondered if anyone knows an extension that offers autocompletion like in the sublime screenshot. Or am I missing sth else to get that?
Thanks in advance!
I haven't yet installed this, but I came across it today and will be trying it out myself. It's an extension for Brackets called "Brackets WordPress Hint". It looks like the repository hasn't been contributed to in a while, but I haven't (yet) found anything newer.
https://github.com/Tusko/brackets-wp-hint

Missing Wordpress WYSIWYG formatting tools

I am trying my hand at developing a Wordpress theme, however I seem to have hit a little snag. When creating posts in Wordpress you have the WYSIWYG content area.
At present, mine looks like this:
Missing some formatting tools http://www.threethinkers.co.uk/stackoverflow/missing.jpg.
However, I would like to make available the following additional formatting tools:
Missing some formatting tools http://www.threethinkers.co.uk/stackoverflow/not.missing.jpg.
Does anybody know if this a plugin or do I need to enable something inside Wordpress?
Although I usually get on great with Google, I don't think I am using the correct search terms as the results tend to be off track.
Any help is appreciated - but my preference would be a way of implementing this myself rather than using a plugin.
That looks like the kitchen sink, which can be expanded by clicking the first button on the right in the first picture.

what's suitable Web math editor for writing formula in asp.net page?

I search for Math editors for writing formulas in asp.net
I want something like exist in http://math.stackexchange.com ,
Could any suggest a free good one ?
Yes, use MathJAX or jsMath. If you just want a quick image, you can use Equation Sheet.

how to show code snippet on ASP.NET page with color formatting

I want to show code in asp.net page , how to show code snippet that it will look in same colors as it looks in visual studio , best examlple i can give is this stackoverflow.com itself we can put code fragment in our question which looks well colored giving better user exprience
i have just no clue ? also how to store code snippets when user enters them ?
You probably want to start with Google Prettify which is the same code coloring tool used here on Stack Overflow.
StackOverflow uses Prettify for syntax highlighting.
What do you mean by how to store code snippets? You might want to post that as a separate question with a little more detail.
The solution you're looking for is called syntax highlighting.
Prettify is a popular one, but I've used SyntaxHighlighter before and it is quite nice.
SyntaxHighlighter helps developers to
display code on their website.
Also, Syntax Highlighter recently added a hosted syntax highlighter "service."
About Syntax Highlighter
Hosted Version of Syntax Highlighter
Extra: Shanselman Speaks on Syntax Highlighting

Resources