Discussion:
[t2t] updates in txt2tags.js, markitup and lionwiki
Forgeot Eric
2015-06-04 14:23:43 UTC
Permalink
Hello,
we have updated a few projects recently (it's not on the txt2tags git yet), thanks to a clever student which is quite at ease with regex.

+ txt2tags.js: even if it's still not perfect, it's more faithful to the txt2tags specifications. The tables are displaying well now and there are several bugfixes.

+ markitup: much work was made on it. Now it's possible to select some text, add a markup (for example bold), and if you click again on the bold icon it will remove the markup. There is also a kind of "eraser" for removing all markup from a text, in order to clean it.There is a "table wizard", which can help prototyping big tables with a few clicks.
+ the lionwiki CMS is including txt2tags and the features above, with a live preview now. There is also a convenient upload tool, which is txt2tags aware (add an image on the wiki with only a few clicks)

You can test all this there: http://wiki.txt2tags.org/demos/lionwiki-t2t/
Florent Gallaire
2015-06-15 00:15:26 UTC
Permalink
Post by Forgeot Eric
+ markitup: much work was made on it. Now it's possible to select some text,
add a markup (for example bold), and if you click again on the bold icon it
will remove the markup.
Great ! Maybe those buttons could have two icons have they have two states.
Post by Forgeot Eric
There is a "table wizard", which can help prototyping big tables with a few
clicks.
Great ! A "header" checkbox could be fine, or two table wizard buttons
(one with header and the other without)

Florent
--
FLOSS Engineer & Lawyer

------------------------------------------------------------------------------
Florent Gallaire
2015-06-29 00:59:52 UTC
Permalink
Hello Eric,

Please add the code to github.

It seems there are two txt2tags js implementations, so use different repos.
The "marked' one should be renamed.

Which is currently the best implementation ?

Cheers

Florent
Post by Florent Gallaire
Post by Forgeot Eric
+ markitup: much work was made on it. Now it's possible to select some text,
add a markup (for example bold), and if you click again on the bold icon it
will remove the markup.
Great ! Maybe those buttons could have two icons have they have two states.
Post by Forgeot Eric
There is a "table wizard", which can help prototyping big tables with a few
clicks.
Great ! A "header" checkbox could be fine, or two table wizard buttons
(one with header and the other without)
Florent
--
FLOSS Engineer & Lawyer
--
FLOSS Engineer & Lawyer
Forgeot Eric
2015-06-29 06:41:24 UTC
Permalink
ok, I'll try to do it soon. I need to clean and tweak some code.

Yes, there are two implementations, they are quite equivalent, but the most interesting is one is working best with some markdown tools, while the other is working better with other tools. It's therefore the reason why I kept the same names. I'll also try to find a way to change the names but make a script to export to the markdown names



Le Lundi 29 juin 2015 2h59, Florent Gallaire <***@gmail.com> a écrit :


Hello Eric,

Please add the code to github.

It seems there are two txt2tags js implementations, so use different repos.
The "marked' one should be renamed.

Which is currently the best implementation ?

Cheers

Florent
Post by Florent Gallaire
Post by Forgeot Eric
+ markitup: much work was made on it. Now it's possible to select some text,
add a markup (for example bold), and if you click again on the bold icon it
will remove the markup.
Great ! Maybe those buttons could have two icons have they have two states.
Post by Forgeot Eric
There is a "table wizard", which can help prototyping big tables with a few
clicks.
Great ! A "header" checkbox could be fine, or two table wizard buttons
(one with header and the other without)
Florent
--
FLOSS Engineer & Lawyer
--
FLOSS Engineer & Lawyer
Loading...