Quote-Unquote

usefuldesign.au's picture

When I click on the quote link I get null text in the Body field. Something been updated?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

usefuldesign.au's picture
Re: Quote-Unquote

quote link as in Reply to a Comment…

body field as in Comment field ;-)

cybero's picture
Re: Quote-Unquote

Quote:
quote link as in Reply to a Comment…

body field as in Comment field ;-)

you mean you don't get like that above ?

idlefon's picture
Re: Quote-Unquote

Now that you're discussing this, I've got some questions regarding posting on Kineme:

1- how to open one of those "code windows" ?

2- how to write something in Bold or Italic?

3- how to make those white boxes around a sentence to separate it from the rest of the post?

I couldn't find my answers anywhere so thought to post them here. Sorry if they have obvious answers guys, I'm just not familiar with this stuff very much :)

Cheers!

jstrecker's picture
Re: Quote-Unquote

1- You mean processing.js?

http://kineme.net/forum/Discussion/DevelopingCompositions/ProcessingData...

2- Use asterisks.

You write:

*Italics* **Bold**

You see:

Italics Bold

3- Use e-mail reply format -- start each line with >.

You write:

> This is a quote

You see:

This is a quote

See http://daringfireball.net/projects/markdown/basics

usefuldesign.au's picture
Re: Quote-Unquote

Nope. And I used to get it, too.

usefuldesign.au's picture
Re: Quote-Unquote

I think he's asking same thing for 1. and 3. ie. [code] something [/code] gives  something For a few words you get the block, for more than line, you get what you called a 'window'. Would be great if those empty scroll boxes didn't draw to screen yuk!

Hint: to get coloured code use the name of the language eg. [javascript]var me = new Object(); me.love = Math.log(2); for (kb in me) { me [kb] = true;
} [/javascript] gives

var me = new Object();
me.love = Math.log(2);
for (kb in me)
{
   me [kb] = true;   
} 

As well as going to the Markdown source, there's always the Formatting tips link right below the Comment box you are typing your post in.

gtoledo3's picture
Re: Quote-Unquote

I noticed this a day or two ago as well.

idlefon's picture
Re: Quote-Unquote

@ usefuldesign.au & Jstrecker : Thanks guys!

That was exactly what I was after!

smokris's picture
Re: Quote-Unquote

usefuldesign.au wrote:
When I click on the quote link I get null text in the Body field. Something been updated?

I think I finally figured out (and fixed) the quotes-not-working issue. Let us know if you notice this happening again.

usefuldesign.au's picture
Re: Quote-Unquote

Cool!

gtoledo3's picture
Re: Quote-Unquote

smokris wrote:
usefuldesign.au wrote:
When I click on the quote link I get null text in the Body field. Something been updated?

I think I finally figured out (and fixed) the quotes-not-working issue. Let us know if you notice this happening again.

Yay!

gtoledo3's picture
Re: Quote-Unquote

Also, the font on the points has been an interesting change.