Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Test your forum posts


  • Please log in to reply
151 replies to this topic
jNizM
  • Members
  • 928 posts
  • Last active: Jan 12 2018 09:23 AM
  • Joined: 01 Aug 2012
function©
function(c)

==========================
after post
a1 := "%aaa%"

after press edit
a1 := "ªa%"

[AHK] 1.1.27.04 x64 Unicode | [WIN] 10 Pro (Version 1709)
My GitHub Profile | Donations are appreciated if I could help you

ruespe
  • Members
  • 567 posts
  • Last active: Dec 01 2014 07:59 PM
  • Joined: 17 Jun 2008
function©
function(c)
Edit. You are right
a1 := "ªa%"
You are also right, but only, when I Edit in BBCode-off mode

TLM
  • Administrators
  • 3864 posts
  • Last active:
  • Joined: 21 Aug 2006
Spoiler

Posted Image

don't duplicate, iterate!


TLM
  • Administrators
  • 3864 posts
  • Last active:
  • Joined: 21 Aug 2006
Spoiler

Posted Image

don't duplicate, iterate!


MasterFocus
  • Moderators
  • 4323 posts
  • Last active: Jan 28 2016 01:38 AM
  • Joined: 08 Apr 2009

Testing text with HTML tags being quoted

Using the [ quote ] [ /quote ] tags and the WYSIWYG editor


-------------------------------------


{quote} ENTER html ENTER {/quote}

 

Gui, Add, Link,, <a href="www.autohotkey.com">AutoHotkey website</a>

 

-------------------------------------

 

{quote} html {/quote}

 

Gui, Add, Link,, <a href="www.autohotkey.com">AutoHotkey website</a>

 

-------------------------------------

 

{quote} line1 ENTER html ENTER line3 {/quote}

 

line1

Gui, Add, Link,, <a href="www.autohotkey.com">AutoHotkey website</a>

line3

 

-------------------------------------

 

{quote} ENTER line1 ENTER html ENTER line3 ENTER {/quote}

 

line1

Gui, Add, Link,, <a href="www.autohotkey.com">AutoHotkey website</a>

line3

 

-------------------------------------


-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Antonio França -- git.io -- github.com -- ahk4.net -- sites.google.com -- ahkscript.org

Member of the AHK community since 08/Apr/2009. Moderator since mid-2012.


MasterFocus
  • Moderators
  • 4323 posts
  • Last active: Jan 28 2016 01:38 AM
  • Joined: 08 Apr 2009

WYSIWYG size 8
WYSIWYG size 10
WYSIWYG size 12
WYSIWYG size 14
WYSIWYG size 18
WYSIWYG size 24
WYSIWYG size 36
WYSIWYG size 48
----------------
The above sizes range from "size=1" to "size=8", respectively, in the BBCode Mode.


-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Antonio França -- git.io -- github.com -- ahk4.net -- sites.google.com -- ahkscript.org

Member of the AHK community since 08/Apr/2009. Moderator since mid-2012.


MasterFocus
  • Moderators
  • 4323 posts
  • Last active: Jan 28 2016 01:38 AM
  • Joined: 08 Apr 2009

Testing auto-collapse of hyperlinks when the whole line is coloured.

 

-----------------------------------------

 

Not coloured: http://www.autohotke...um-posts/page-4

Coloured: http://www.autohotkey.com/board/topic/87998-test-your-forum-posts/page-4

 

-----------------------------------------

 

Quoted:

 

Not coloured: http://www.autohotke...um-posts/page-4

Coloured: http://www.autohotkey.com/board/topic/87998-test-your-forum-posts/page-4


-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Antonio França -- git.io -- github.com -- ahk4.net -- sites.google.com -- ahkscript.org

Member of the AHK community since 08/Apr/2009. Moderator since mid-2012.


axlar
  • Members
  • 196 posts
  • Last active: Dec 04 2015 08:50 AM
  • Joined: 29 Nov 2012

Spoiler

 

 

Spoiler


hoppfrosch
  • Members
  • 399 posts
  • Last active: Feb 26 2016 05:31 AM
  • Joined: 25 Jan 2006
  • Code folding
    • [spoiler]{TEXT2}[/spoiler]
      Results in:
      Spoiler


      Hints:
      • Spoiler is not rendered within WYSIWIG-Editor
      • spoiler-Tag cannot to be inserted in WYSWIG-Editor - you have to switch to BBCode-Mode
      • Other variants do not work. For example
        [spoiler={TEXT1}]{TEXT2}[/spoiler]
        
  • Code highlighting
    • (code=auto:0]
      #n::Run Notepad
      ^!c::Run calc.exe
      (/code]
      Results in:
      #n::Run Notepad
      ^!c::Run calc.exe
      
      Hints:
      • Syntaxhighlighting is done automatically
      • =auto:0 is added automatically - no matter whether you ommit it writing code-Tag in plain text view

 

  • Folded code with code highlighting
    • (spoiler]
      (code=auto:0]#n::Run Notepad
      ^!c::Run calc.exe
      (/code]
      (/spoiler]
      
      Results in:
      Spoiler
    •  


tidbit
  • Administrators
  • 2709 posts
  • Hates playing Janitor
  • Last active: Jan 15 2016 11:37 PM
  • Joined: 09 Mar 2008
you can add spoilers (and several others) in WYSIWYG mode (but they mostly don't show up or don't show up the first time you add them).
 
Click this button: http://i.imgur.com/VdkqZKy.png
VdkqZKy.png

rawr. be very afraid
*poke*
. Populate the AutoHotkey city. Pointless but somewhat fun. .


TLM
  • Administrators
  • 3864 posts
  • Last active:
  • Joined: 21 Aug 2006

testing single line [c][/c] tags.
run some single line code

fail or at the least formatted incorrectly.


Posted Image

don't duplicate, iterate!


jballi
  • Members
  • 1029 posts
  • Last active:
  • Joined: 01 Oct 2005

testing single line [c][/c] tags.
run some single line code
fail or at the least formatted incorrectly.

This one is frustrating. It was broken for a long while, then it was fixed (working as expected) for a short while, and now it is broken again. Please fix!

gamax92
  • Members
  • 411 posts
  • Last active: Aug 06 2013 05:00 AM
  • Joined: 05 Dec 2010
Spoiler


Person93
  • Members
  • 443 posts
  • Last active: Feb 11 2014 12:07 AM
  • Joined: 26 Jan 2012

The syntax highlighting used to work.

 

What happened?



GeekDude
  • Spam Officer
  • 391 posts
  • Last active: Oct 05 2015 08:13 PM
  • Joined: 23 Nov 2009
Spoiler