tbeseda

Testing Editor and Code Blocks

Formatting

double *
single *
double _
single _
double ~

Javascript

if (this.thingToCheck === otherThing())
  do('theThing'); // like the movie
else return false;

Typescript

const myThing: Foobar = new Foobar() as Foobar;

SQL

SELECT COUNT(DISTINCT(id)
FROM mytable -- not a real table
WHERE name = 'tbeseda'

Notes & Issues

  • The side-by-side preview doesn't show up until I rotate portrait and then back to landscape [iPad Pro (with attached "Magic Keyboard")].
  • Markdown highlighting seems to be off in the iOS editor. After a few edits and code blocks. Corrected upon reloading this note in editor.
  • Escaping characters with \ works. 👍
  • Be Sure to turn off "Smart Punctuation" in iOS Keyboard settings.
  • Autoscrolling the preview would be nice. It jumps to top on automatic refresh.
  • Really snappy!

A photo I took

alt text


almost 4 years ago

Taylor Beseda