Hidden secrets of the equation editor…
I'm currently converting our equation editor to CoffeeScript ( http://coffeescript.org/ ), which is reminding me of some of the features that are built into it. Shortcuts -------- Some of the advanced users probably type LaTeX directly into the reply box, but the equation editor actually provides some small aides even if you are proficient in LaTeX. In particular, for most macros, it removes the requirement of using the \. It also shortens the requirements for integrals with limits and provides some shortcuts for the symbols for Real, Natural, Integer, and Rational sets. So next time you pull up the equation editor, try typing this: int_0^3 2x^2 dx ~~~~ forall x in Real Hope you're pleasantly surprised :) Select and Go ----------- Also notably, you can at any point select any text you've already typed and hit the equation button to see it in the equation editor. This will also convert anything like the above into real LaTeX. Question Marks and Tab -------------------- When you're in the actual equation editor and you click a menu item for a command that takes parameters, say \(\prod\), those parameters have ? set as placeholders. The first placeholder will always be selected, but you can also use the tab and shift-tab keys to move between the question marks until you delete them.
That would explain how people such as @myininaya and @jim_thompson5910 would post much faster than me.
Interesting. Am I not suppose to get the notification that @hero mentioned me?
Also when I go to notifications, it doesn't show he mentioned me.
Oh and cool @shadowfiend lol
Oh, that's what you meant. I was scratching my head for a second there trying to understand what you wrote.
I think you still have me blocked, right?
Or is that just binary residue?
lol. no.
How many times have I pinged you and you never knew it? You probably don't even know.
No to the first question,
lol. Ignore everything I said. I had the notifications for mentions set to never.
cool trick :D
the "lateces" changed fonts...is this the influence of that coffee? or is this all in my head and im the one under the influence of something :P
int_0^3 2x^2 dx
try inputting that in the equations editor
\[\int\limits_0^3 2x^2 dx \] See the thingmajiggers I circled.
thingymajiggers* I knew I misspelled something.
Looking forward to this.
Looking forward to? These are all features that are already in the system :)
I'm confused about coffee script. It looks like something more for java than equation editor.
Notably, Java and JavaScript aren't the same thing. The equation editor is written in JavaScript, and we are porting that JS to CoffeeScript. That's irrelevant for you as users, though. That just happens to be why I was trawling through the equation editor code and remembering the little tricks I'd built into it.
Join our real-time social learning platform and learn together with your friends!