Discussion:
[t2t] Firefox refusing to install **txt2tags here**
rch
2016-06-29 06:08:49 UTC
Permalink
=My problem=
Firefox refuses to install **txt2tags here**


=Explanation=
I would like to try the Firefox extension of **txt2tags here**
(«an extension for your browser or email client
so you can compose in txt2tags»
http://wiki.txt2tags.org/demos/ )

But Firefox says
wiki.txt2tags.org
Firefox has prevented this site
from installing an unverified addon

https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox?as=u&utm_source=inproduct"


=Request=
Could someone please do the necessary Firefox addon signing
for **txt2tags here**.


=Alternatively=
Alternatively - is there a txt2tags equivalent of
markdeep preview for markdown files
http://casual-effects.com/markdeep
("Works in any browser by adding one line to the
bottom of a text document»)
??


//Thank you//
Richard H
Eric Forgeot
2016-06-29 20:58:51 UTC
Permalink
This extension is quite old. I should try to update and sign a new
version of the extension, if I can. It's more useful for using with an
email composer such as thunderbird. It seems you can force to install
the extension in firefox, even if it's not signed (tested on firefox 45,
maybe they disabled this possibility in later versions). In firefox, it
will only work with a rich form editor, so it's quite limited in use, it
won't work in most forms on the web.

For a markdeep equivalent, there is for example this:

http://wiki.txt2tags.org/demos/phileas/

it doesn't work the same way (you can't just right-click and see the
code) but on the other hand you can just use unmodified txt2tags files
and the index.html will handle them : just call
index.html?page=your_page.t2t and it will display it in html
Post by rch
=My problem=
Firefox refuses to install **txt2tags here**
=Explanation=
I would like to try the Firefox extension of **txt2tags here**
(«an extension for your browser or email client
so you can compose in txt2tags»
http://wiki.txt2tags.org/demos/ )
But Firefox says
wiki.txt2tags.org
Firefox has prevented this site
from installing an unverified addon
https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox?as=u&utm_source=inproduct"
=Request=
Could someone please do the necessary Firefox addon signing
for **txt2tags here**.
=Alternatively=
Alternatively - is there a txt2tags equivalent of
markdeep preview for markdown files
http://casual-effects.com/markdeep
("Works in any browser by adding one line to the
bottom of a text document»)
??
//Thank you//
Richard H
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
txt2tags-list mailing list
https://lists.sourceforge.net/lists/listinfo/txt2tags-list
rch
2016-06-30 07:30:58 UTC
Permalink
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
Forgeot Eric
2016-06-30 08:23:37 UTC
Permalink
The asciidoc syntax has some similarities with the txt2tags one, that's the reason some of the syntax is rendered by this extension (like headings), but some other will fail (like links, italics).
in any case, the txt2tags-here extension can't just render txt2tags file like this, it must be in a form so it won't be useful for your usage.


It might be cool to port or adapt the asciidoc firefox extension for txt2tags, but I don't know if it would be easy or not. The asciidoc.js library seems to be quite huge...I've noted the markdeep and asciidoctor-firefox-addon in the txt2tags wiki as a reminder: Txt2tags Wiki :: others

|   |
|   |   |   |   |   |
| Txt2tags Wiki :: othersMenu Index Sandbox Txt2tags Cookbook Txt2tags tips Other ressources txt2tags development reflexions Projects to reuse for txt2tags JS Others Tools / Software What to use txt2tags for? General tools |
| |
| View on wiki.txt2tags.org | Preview by Yahoo |
| |
|   |



For Phileas, it's quite simple, on github there are all source files needed for building the project, that might look too complicated, but it's not really, all you need is the index.html file from the "dist" folder: https://github.com/farvardin/phileas/tree/master/dist

or get it from there:
http://wiki.txt2tags.org/demos/phileas.zip
I'll probably make an even simpler version, without logo and such, and it would be useful to automatically list the txt2tags files in the root folder so people could just click on them. I'll have a look at this.
Loading...