J L in Vancouver is doing 16 things including…

Test the formatting abilities of Textile in the context of 43T

3 cheers

 

Sponsored Links

Textile Testing

www.strquality.com/Textile-Testing     CPSIA, CA Prop 65, Flammability Care Labeling, Fiber Content, wear

Identify every student

www.riversidepublishing.com/cogat     Who is ready for Gifted placement. CogAT Form 7 Language-Neutral Test

Test Formatting

www.ask.com/Test+Formatting     Find Test Formatting Q&A Results Test Formatting

J L has written 1 entry about this goal

Code Snippets in 43T

I added “Allow users to insert text in a monospaced font (ie. Courier New for code snippets)” to ideas.43things.com but I want to see if it’s already supported.

int main( vargs ){
   printf("Hello World!\n");
   return 0;
}
 

w00t!!!!! =D

 
 

This was done by going:

Line 1: |%{font-family:courier}int main( vargs ){%|

Line 2: |%{font-family:courier}   printf("Hello World!\n");%|

Line 3: |%{font-family:courier}   return 0;%|

Line 4: |%{font-family:courier}}%|

 
 

Which is nuts unless you have a good text editor like UltraEdit or vi… or you’re insane enough, like I am, and do it all by hand. I don’t know if I will ever even use this, but I like knowing that I can. =}

PS. Oh yeah, if you want to force blank lines and have discovered that this thing strips your blank lines as well as any HTML <br> tags, you can insert a bunch of table rows with one column each that contain a non-printing blank space (&nbsp;).

One of these per blank line: ”|&nbsp;|”



J L has gotten 3 cheers on this goal.

 

I want to:
43 Things Login