עצות לעריכה

Text Formats

Filtered HTML

  • E-Mail addresses are hidden with reCAPTCHA Mailhide.
  • Video Filter

    You may insert videos from popular video sites by using a simple tag [video:URL].

    Examples:

    • Single video:
      [video:http://www.youtube.com/watch?v=uN1qUeId]
    • Random video out of multiple:
      [video:http://www.youtube.com/watch?v=uN1qUeId1,http://www.youtube.com/watch?v=uN1qUeId2]
    • Override default autoplay setting: [video:http://www.youtube.com/watch?v=uN1qUeId autoplay:1]
    • Override default width and height:
      [video:http://www.youtube.com/watch?v=uN1qUeId width:X height:Y]
    • Override default aspect ratio:
      [video:http://www.youtube.com/watch?v=uN1qUeId ratio:4/3]
    • Align the video:
      [video:http://www.youtube.com/watch?v=uN1qUeId align:right]

    Supported sites: YouTube, Google Video, Tangle, DailyMotion, Vimeo, Flickr Slideshows, Flickr Video, Game Videos, Meta Cafe, Streamhoster, Game Trailers, College Humor, MySpace, Capped, Blip.tv, Slideshare, Picasa Slideshows, Teachertube.

    Special instructions:

    Some codecs need special input. You'll find those instructions here.
    • Slideshare:
      You need to construct your own URL, using the "Wordpress Embed" code from Slideshare, extract the "id" and "doc" parts, and form the URL like this: slideshare.net/?id=1759622&doc=usingdrupal-090723103440-phpapp01.
    • Picasa Slideshows:
      You must use the URL of the RSS feed for the Picasa album:
      1. View the album in Picasa (you should see thumbnails, not a slideshow).
      2. Find the "RSS" link and click it.
      3. Copy the resulting URL from the browser address bar. Example:
        [video: http://picasaweb.google.com/data/feed/base/user/USER_NAME/albumid/5568104935784209834?alt=rss&kind=photo&hl=en_US]
  • This creates an in line reference to another publication.
  • You can cite references directly into texts with <bib>citekey</bib> or [bib]citekey[/bib]. This will be replaced with a running number (the publication reference) and the publication referenced by the citekey within the <bib> tags will be printed at the bottom of the page (the reference).
  • כתובות דפי אינטרנט וכתובות דוא"ל הופכות אוטומטית לקישורים.
  • Syntax highlighting of source code can be enabled with the following tags:

    • Generic syntax highlighting tags: "<code>", "<blockcode>".
    • Language specific syntax highlighting tags: "<bash>" for Bash source code, "<c>" for C source code, "<cpp>" for C++ source code, "<gnuplot>" for Gnuplot source code, "<java>" for Java source code, "<javascript>" for Javascript source code, "<latex>" for LaTeX source code, "<lisp>" for Lisp source code, "<perl>" for Perl source code, "<php>" for PHP source code, "<prolog>" for Prolog source code, "<python>" for Python source code, "<ruby>" for Ruby source code, "<scheme>" for Scheme source code.

    Options and tips:

    • The language for the generic syntax highlighting tags can be specified with one of the attribute(s): type, lang, language, class. The possible values are: "bash" (for Bash), "c" (for C), "cpp" (for C++), "gnuplot" (for Gnuplot), "java" (for Java), "javascript" (for Javascript), "latex" (for LaTeX), "lisp" (for Lisp), "perl" (for Perl), "php" (for PHP), "prolog" (for Prolog), "python" (for Python), "ruby" (for Ruby), "scheme" (for Scheme).
    • Line numbering can be enabled/disabled with the attribute "linenumbers". Possible values are: "off" for no line numbers, "normal" for normal line numbers and "fancy" for fancy line numbers (every nth line number highlighted). The start line number can be specified with the attribute "start", which implicitly enables normal line numbering. For fancy line numbering the interval for the highlighted line numbers can be specified with the attribute "fancy", which implicitly enables fancy line numbering.
    • If the source code between the tags contains a newline (e.g. immediatly after the opening tag), the highlighted source code will be displayed as a code block. Otherwise it will be displayed inline.
    • A title can be added to a code block with the attribute "title".

    Defaults:

    • Default highlighting mode for generic syntax highlighting tags: when no language attribute is specified, no syntax highlighting will be done.
    • Default line numbering: no line numbers.

    Examples:

    You typeYou get
    <code>foo = "bar";</code>Inline code with the default syntax highlighting mode.
    <code>
    foo = "bar";
    baz = "foz";
    </code>
    Code block with the default syntax highlighting mode.
    <code lang="java" linenumbers="normal">
    foo = "bar";
    baz = "foz";
    </code>
    Code block with syntax highlighting for Java source code
    and normal line numbers.
    <code language="java" start="23" fancy="7">
    foo = "bar";
    baz = "foz";
    </code>
    Code block with syntax highlighting for Java source code,
    line numbers starting from 23
    and highlighted line numbers every 7th line.
    <bash>
    foo = "bar";
    baz = "foz";
    </bash>
    Code block with syntax highlighting for Bash source code.
    <bash start="23" fancy="7">
    foo = "bar";
    baz = "foz";
    <bash>
    Code block with syntax highlighting for Bash source code,
    line numbers starting from 23
    and highlighted line numbers every 7th line.
  • תגיות HTML מותרות: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <object> <param> <br> <pre>

    This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.

    For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.

    תיאור התגיתאתה מקישאתה מקבל
    Anchors are used to make links to other pages.<a href="http://www.sultanik.com">אליהו סולטניק</a>אליהו סולטניק
    מודגש<em>מודגש</em>מודגש
    Strong<strong>Strong</strong>Strong
    מצוטט<cite>מצוטט</cite>מצוטט
    ציטוט<blockquote>ציטוט</blockquote>
    ציטוט
    טקסט מקודד המשמש כדי להציג קוד תכנות מקור<code>מקודד</code>מקודד
    רשימה לא ממויינת - השתמש ב-<li> בתחילת כל פריט רשימה<ul> <li>פריט ראשון</li> <li>פריט שני</li> </ul>
    • פריט ראשון
    • פריט שני
    רשימה ממוספרת - משתמשים ב- <li> כדי להתחיל כל פריט ברשימה.<ol> <li>פריט ראשון</li> <li>פריט שני</li> </ol>
    1. פריט ראשון
    2. פריט שני
    אין עזרה עבור תווית li.
    רשימות הגדרה דומות לרשימות HTML אחרות. <dl> מתחיל את רשימת ההגדרה, <dt> מתחיל את מונח ההגדרה ו-<dd> מתחיל את תיאור ההגדרה.<dl> <dt>נושא ראשון</dt> <dd>הגדרה ראשונה</dd> <dt>מושג שני</dt> <dd>הגדרה שנייה</dd> </dl>
    נושא ראשון
    הגדרה ראשונה
    מושג שני
    הגדרה שנייה
    אין עזרה עבור תווית dt.
    אין עזרה עבור תווית dd.
    אין עזרה עבור תווית object.
    אין עזרה עבור תווית param.
    כברירת מחדל, תגי מעבר שורה נוספים באופן אוטומטי. בתג זה ניתן להשתמש כדי להוסיף מעברי שורה נוספים.השימוש בתג זה שונה, כי אין צורך בזוג תגים (של פתיחה\סגירה) כמו בכל התגים האחרים. יש להשתמש בלוכסן הנוסף ("/") בתוך התג כדי לשמור על תאימות עם XHTML 1.0.טקסט עם <br />שבירת שורהטקסט עם
    שבירת שורה
    מעוצב מראש<pre>מעוצב מראש</pre>
    מעוצב מראש

    Most unusual characters can be directly entered without any problems.

    If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:

    תאור התואתה מקישאתה מקבל
    אמפרסנד&amp;&
    גדול מ&gt;>
    פחות מ-&lt;<
    גרש&quot;"
  • שורות ופיסקאות מזוהות אוטומטית. תגיות <br /> שבירת שורה, <p> פיסקה </p> וסגור פיסקה מוכנסות אוטומטית. אם פיסקאות אינן מזוהות, פשוט הכנס מספר שורות רווח.

Plain text

  • E-Mail addresses are hidden with reCAPTCHA Mailhide.
  • Every Twitter URL will be replaced with markup that implements Blackbird, including Web Intents: Tweet, Reply, Retweet, Favorite, and Follow. For accurate tweet display, this filter requires Full HTML.
  • Video Filter

    You may insert videos from popular video sites by using a simple tag [video:URL].

    Examples:

    • Single video:
      [video:http://www.youtube.com/watch?v=uN1qUeId]
    • Random video out of multiple:
      [video:http://www.youtube.com/watch?v=uN1qUeId1,http://www.youtube.com/watch?v=uN1qUeId2]
    • Override default autoplay setting: [video:http://www.youtube.com/watch?v=uN1qUeId autoplay:1]
    • Override default width and height:
      [video:http://www.youtube.com/watch?v=uN1qUeId width:X height:Y]
    • Override default aspect ratio:
      [video:http://www.youtube.com/watch?v=uN1qUeId ratio:4/3]
    • Align the video:
      [video:http://www.youtube.com/watch?v=uN1qUeId align:right]

    Supported sites: YouTube, Google Video, Tangle, DailyMotion, Vimeo, Flickr Slideshows, Flickr Video, Game Videos, Meta Cafe, Streamhoster, Game Trailers, College Humor, MySpace, Capped, Blip.tv, Slideshare, Picasa Slideshows, Teachertube.

    Special instructions:

    Some codecs need special input. You'll find those instructions here.
    • Slideshare:
      You need to construct your own URL, using the "Wordpress Embed" code from Slideshare, extract the "id" and "doc" parts, and form the URL like this: slideshare.net/?id=1759622&doc=usingdrupal-090723103440-phpapp01.
    • Picasa Slideshows:
      You must use the URL of the RSS feed for the Picasa album:
      1. View the album in Picasa (you should see thumbnails, not a slideshow).
      2. Find the "RSS" link and click it.
      3. Copy the resulting URL from the browser address bar. Example:
        [video: http://picasaweb.google.com/data/feed/base/user/USER_NAME/albumid/5568104935784209834?alt=rss&kind=photo&hl=en_US]
  • This creates an in line reference to another publication.
  • You can cite references directly into texts with <bib>citekey</bib> or [bib]citekey[/bib]. This will be replaced with a running number (the publication reference) and the publication referenced by the citekey within the <bib> tags will be printed at the bottom of the page (the reference).
  • Syntax highlighting of source code can be enabled with the following tags:

    • Generic syntax highlighting tags: "<code>", "<blockcode>".
    • Language specific syntax highlighting tags: "<bash>" for Bash source code, "<c>" for C source code, "<cpp>" for C++ source code, "<gnuplot>" for Gnuplot source code, "<java>" for Java source code, "<javascript>" for Javascript source code, "<latex>" for LaTeX source code, "<lisp>" for Lisp source code, "<perl>" for Perl source code, "<php>" for PHP source code, "<prolog>" for Prolog source code, "<python>" for Python source code, "<ruby>" for Ruby source code, "<scheme>" for Scheme source code.

    Options and tips:

    • The language for the generic syntax highlighting tags can be specified with one of the attribute(s): type, lang, language, class. The possible values are: "bash" (for Bash), "c" (for C), "cpp" (for C++), "gnuplot" (for Gnuplot), "java" (for Java), "javascript" (for Javascript), "latex" (for LaTeX), "lisp" (for Lisp), "perl" (for Perl), "php" (for PHP), "prolog" (for Prolog), "python" (for Python), "ruby" (for Ruby), "scheme" (for Scheme).
    • Line numbering can be enabled/disabled with the attribute "linenumbers". Possible values are: "off" for no line numbers, "normal" for normal line numbers and "fancy" for fancy line numbers (every nth line number highlighted). The start line number can be specified with the attribute "start", which implicitly enables normal line numbering. For fancy line numbering the interval for the highlighted line numbers can be specified with the attribute "fancy", which implicitly enables fancy line numbering.
    • If the source code between the tags contains a newline (e.g. immediatly after the opening tag), the highlighted source code will be displayed as a code block. Otherwise it will be displayed inline.
    • A title can be added to a code block with the attribute "title".

    Defaults:

    • Default highlighting mode for generic syntax highlighting tags: when no language attribute is specified, no syntax highlighting will be done.
    • Default line numbering: no line numbers.

    Examples:

    You typeYou get
    <code>foo = "bar";</code>Inline code with the default syntax highlighting mode.
    <code>
    foo = "bar";
    baz = "foz";
    </code>
    Code block with the default syntax highlighting mode.
    <code lang="cpp" linenumbers="normal">
    foo = "bar";
    baz = "foz";
    </code>
    Code block with syntax highlighting for C++ source code
    and normal line numbers.
    <code language="cpp" start="23" fancy="7">
    foo = "bar";
    baz = "foz";
    </code>
    Code block with syntax highlighting for C++ source code,
    line numbers starting from 23
    and highlighted line numbers every 7th line.
    <bash>
    foo = "bar";
    baz = "foz";
    </bash>
    Code block with syntax highlighting for Bash source code.
    <bash start="23" fancy="7">
    foo = "bar";
    baz = "foz";
    <bash>
    Code block with syntax highlighting for Bash source code,
    line numbers starting from 23
    and highlighted line numbers every 7th line.
  • כתובות דפי אינטרנט וכתובות דוא"ל הופכות אוטומטית לקישורים.
  • שורות ופיסקאות מזוהות אוטומטית. תגיות <br /> שבירת שורה, <p> פיסקה </p> וסגור פיסקה מוכנסות אוטומטית. אם פיסקאות אינן מזוהות, פשוט הכנס מספר שורות רווח.
  • No HTML tags allowed.