A sheep, a werewolf and a walrus walk into a bar.
Everything re: Tables and this forum. - Printable Version

+- A sheep, a werewolf and a walrus walk into a bar. (https://forumofgames.com)
+-- Forum: Feedback (https://forumofgames.com/forumdisplay.php?fid=21)
+--- Forum: Site Feedback (https://forumofgames.com/forumdisplay.php?fid=22)
+--- Thread: Everything re: Tables and this forum. (/showthread.php?tid=35)



Everything re: Tables and this forum. - Neowise - 02-08-2021

Tables and using notpad++ as go between between google sheets and this forum
SpoilerShow Content



RE: Tables and using notpad++ as go between between google sheets and this forum. - Neowise - 02-08-2021

comments and improvements and alternatives welcome


RE: Tables and using notpad++ as go between between google sheets and this forum. - Neowise - 02-08-2021

For Notepad++
alternative to making the macro is to import the one i have already created by editing the shortcuts.xml file for notepad++ and adding this macro inside the <macros> section.

Code:
       <Macro name="make table" Ctrl="no" Alt="no" Shift="no" Key="0">
            <Action type="0" message="2316" wParam="0" lParam="0" sParam="" />
            <Action type="3" message="1700" wParam="0" lParam="0" sParam="" />
            <Action type="3" message="1601" wParam="0" lParam="0" sParam="\n" />
            <Action type="3" message="1625" wParam="0" lParam="1" sParam="" />
            <Action type="3" message="1602" wParam="0" lParam="0" sParam="[/td][/tr]\n[tr][td]" />
            <Action type="3" message="1702" wParam="0" lParam="770" sParam="" />
            <Action type="3" message="1701" wParam="0" lParam="1609" sParam="" />
            <Action type="3" message="1700" wParam="0" lParam="0" sParam="" />
            <Action type="3" message="1601" wParam="0" lParam="0" sParam="\t" />
            <Action type="3" message="1625" wParam="0" lParam="1" sParam="" />
            <Action type="3" message="1602" wParam="0" lParam="0" sParam="[/td][td]" />
            <Action type="3" message="1702" wParam="0" lParam="770" sParam="" />
            <Action type="3" message="1701" wParam="0" lParam="1609" sParam="" />
            <Action type="0" message="2316" wParam="0" lParam="0" sParam="" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="[" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="a" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="b" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="l" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="e" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="=" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="3" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="0" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="]" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="&#x000D;" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="&#x000A;" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="[" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="r" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="]" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="[" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="d" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="]" />
            <Action type="0" message="2318" wParam="0" lParam="0" sParam="" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="[" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="/" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="d" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="]" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="[" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="/" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="r" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="]" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="&#x000D;" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="&#x000A;" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="[" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="/" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="a" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="b" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="l" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="e" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="]" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="&#x000D;" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="&#x000A;" />
        </Macro>



path to shortcuts.xml on windows "C:\Users\your_username\AppData\Roaming\Notepad++\shortcuts.xml"

as added bonus, this one no longer has the extra /tr /td at the start Big Grin


RE: Tables and using notpad++ as go between between google sheets and this forum. - nothing - 12-08-2021

I've been using this site for my MSPaint tables

https://www.teamopolis.com/tools/bbcode-table-generator.aspx


RE: Tables and using notpad++ as go between between google sheets and this forum. - Neowise - 12-08-2021

ah, very good..

I went looking and found this Table Convertor


copy paste from excel or google sheets


Only thing I had to do was edit [ table ] and change to [ table=60 ]




OrderDateRegionRepItemUnitsUnitCostTotal
1/6/2020EastJonesPencil951.99189.05
1/23/2020CentralKivellBinder5019.99999.5
2/9/2020CentralJardinePencil364.99179.64
2/26/2020CentralGillPen2719.99539.73
3/15/2020WestSorvinoPencil562.99167.44
4/1/2020EastJonesBinder604.99299.4
4/18/2020CentralAndrewsPencil751.99149.25
5/5/2020CentralJardinePencil904.99449.1
5/22/2020WestThompsonPencil321.9963.68
6/8/2020EastJonesBinder608.99539.4
6/25/2020CentralMorganPencil904.99449.1



RE: Everything re: Tables and this forum. - Necro - 19-08-2021

Handy table converter here that Trigger found: https://theenemy.dk/table/

Takes your excel/sheets info and wraps BBC Code around it.

The only alteration you need to make is the first table in square brackets needs to have an '=' added to it.

Edit: Lol it's the same one Neo found. I've only realised it now as his link is a bit broken


RE: Everything re: Tables and this forum. - Neowise - 19-08-2021

(19-08-2021, 07:51 PM)Necro Wrote: Handy table converter here that Trigger found: https://theenemy.dk/table/

Takes your excel/sheets info and wraps BBC Code around it.

The only alteration you need to make is the first table in square brackets needs to have an '=' added to it.

Edit: Lol it's the same one Neo found. I've only realised it now as his link is a bit broken

fixed the link. yeah, cool site, makes it way handy.


RE: Everything re: Tables and this forum. - Neowise - 07-09-2021

making it so [ table ] works now just at full width. should hopefully fix te bug where things mess up if you post a [ table ] and let it go thru.

OrderDateRegionRepItemUnitsUnitCostTotal
1/6/2020EastJonesPencil951.99189.05
1/23/2020CentralKivellBinder5019.99999.5
2/9/2020CentralJardinePencil364.99179.64
6/25/2020CentralMorganPencil904.99449.1



RE: Everything re: Tables and this forum. - DejaBoo - 04-10-2021

I have to try these for mspaint, may use this post as a tester if that is ok?
LINKDESCRIBEPAINT
1Edsernothing
2Wichita LinemanLeg End Reject
3Triggeraaronjennings
4cee_jay[open]
5HildaSilvioOgden[open]
later[open]*Homer J. Fong* (aft 14th)



Oh sheesh Trigs  (I forgot about preview) ...Thanks! it worked, thanks!!!
(How did you get the colours in the header line, Neo?)


RE: Everything re: Tables and this forum. - Trigger - 04-10-2021

Best way to try it is put it in your post and hit preview post and see if it works..

You can try it here no problem


RE: Everything re: Tables and this forum. - Neowise - 04-10-2021

(04-10-2021, 06:02 PM)DejaBoo Wrote: I have to try these for mspaint, may use this post as a tester if that is ok?
LINKDESCRIBEPAINT
1Edsernothing
2Wichita LinemanLeg End Reject
3Triggeraaronjennings
4cee_jay[open]
5HildaSilvioOgden[open]
later[open]*Homer J. Fong* (aft 14th)



Oh sheesh Trigs  (I forgot about preview) ...Thanks! it worked, thanks!!!
(How did you get the colours in the header line, Neo?)

first line, replace table data for table header, that is (td)data(/td) (th)blue header(/th)


RE: Everything re: Tables and this forum. - Neowise - 04-10-2021

(04-10-2021, 06:02 PM)DejaBoo Wrote: I have to try these for mspaint, may use this post as a tester if that is ok?
LINKDESCRIBEPAINT
1Edsernothing
2Wichita LinemanLeg End Reject
3Triggeraaronjennings
4cee_jay[open]
5HildaSilvioOgden[open]
later[open]*Homer J. Fong* (aft 14th)



Oh sheesh Trigs  (I forgot about preview) ...Thanks! it worked, thanks!!!
(How did you get the colours in the header line, Neo?)

editing your table Big Grin


RE: Everything re: Tables and this forum. - DejaBoo - 04-10-2021

(04-10-2021, 09:23 PM)Neowise Wrote:
(04-10-2021, 06:02 PM)DejaBoo Wrote: I have to try these for mspaint, may use this post as a tester if that is ok?
LINKDESCRIBEPAINT
1Edsernothing
2Wichita LinemanLeg End Reject
3Triggeraaronjennings
4cee_jay[open]
5HildaSilvioOgden[open]
later[open]*Homer J. Fong* (aft 14th)



Oh sheesh Trigs  (I forgot about preview) ...Thanks! it worked, thanks!!!
(How did you get the colours in the header line, Neo?)

first line, replace table data for table header, that is (td)data(/td)  (th)blue header(/th)
k, so lets see if i can mess up your clear instructions, (cos its my special skill)
 
I change the first line from...
 (table)(tr)(td)LINK(/td)(td)DESCRIBE(/td)(td)PAINT(/td)(/tr)
to... emm - this?
(table)(tr)(th)LINK(/th)(th)DESCRIBE(/th)(th)PAINT(/th)(/tr)

Let's see how dis works...
LINKDESCRIBEPAINT
1Edsernothing
2Wichita LinemanLeg End Reject
3Triggeraaronjennings
4cee_jay[open]
5HildaSilvioOgden[open]
later[open]*Homer J. Fong* (aft 14th)

>WOOHOO< it worked Big Grin  (amazeballs!) Thanks Neo, appreciate it! 
...and Trigs, the preview post is VERY helpful! Big Grin Thank you!


RE: Everything re: Tables and this forum. - Neowise - 04-10-2021

(04-10-2021, 10:50 PM)DejaBoo Wrote:
(04-10-2021, 09:23 PM)Neowise Wrote: first line, replace table data for table header, that is (td)data(/td)  (th)blue header(/th)
k, so lets see if i can mess up your clear instructions, (cos its my special skill)
 
I change the first line from...
 (table)(tr)(td)LINK(/td)(td)DESCRIBE(/td)(td)PAINT(/td)(/tr)
to... emm - this?
(table)(tr)(th)LINK(/th)(th)DESCRIBE(/th)(th)PAINT(/th)(/tr)

Let's see how dis works...
LINKDESCRIBEPAINT
1Edsernothing
2Wichita LinemanLeg End Reject
3Triggeraaronjennings
4cee_jay[open]
5HildaSilvioOgden[open]
later[open]*Homer J. Fong* (aft 14th)

>WOOHOO< it worked Big Grin  (amazeballs!) Thanks Neo, appreciate it! 
...and Trigs, the preview post is VERY helpful! Big Grin Thank you!

also, if you want smaller table, you can do table=50 for a 50% screen size table,
or like i done to your table, 30% Big Grin


RE: Everything re: Tables and this forum. - DejaBoo - 04-10-2021

(04-10-2021, 11:37 PM)Neowise Wrote:
(04-10-2021, 10:50 PM)DejaBoo Wrote: k, so lets see if i can mess up your clear instructions, (cos its my special skill)
 
I change the first line from...
 (table)(tr)(td)LINK(/td)(td)DESCRIBE(/td)(td)PAINT(/td)(/tr)
to... emm - this?
(table)(tr)(th)LINK(/th)(th)DESCRIBE(/th)(th)PAINT(/th)(/tr)

Let's see how dis works...
LINKDESCRIBEPAINT
1Edsernothing
2Wichita LinemanLeg End Reject
3Triggeraaronjennings
4cee_jay[open]
5HildaSilvioOgden[open]
later[open]*Homer J. Fong* (aft 14th)

>WOOHOO< it worked Big Grin  (amazeballs!) Thanks Neo, appreciate it! 
...and Trigs, the preview post is VERY helpful! Big Grin Thank you!

also, if you want smaller table, you can do table=50 for a 50% screen size table,
or like i done to your table, 30% Big Grin
I do like the smaller size better Smile thank you greatly for the info and demo, Neo!


RE: Everything re: Tables and this forum. - jp liz v1 - 01-01-2022

How to spoiler tag please


RE: Everything re: Tables and this forum. - Neowise - 01-01-2022

(01-01-2022, 08:16 PM)jp liz v1 Wrote: How to spoiler tag please

a spoilerShow Content


SpoilerShow Content