[tw] Re: tw5 for organizing bookmarks, link collection

2016-05-28 Thread TiddlyWiker


On Saturday, May 28, 2016 at 8:42:59 PM UTC+2, Hans Maulwurf wrote:
>
> Wow, awesome. Thanks guys, it was David's project. The "tagcloud" i mean 
> was this one 
> http://www.giffmex.org/experiments/davesbookmarks.html#Helpful%20bookmarks
>
> @David: thanks :)
>
> Maybe the naming "tag cloud" was a bit unduly. TiddlyWiker, when i use ur 
> code, is it right, that there is the number next to the tagname? Would be 
> awesome if someone has a real tag cloud with various sizes of the tag-names 
> depending on the count of the tag.
>


Dear Hans,

Since I have zero coding skills all I can do is cut and paste what code 
snippets I
find. Thanks for the cloud example in Davids project, I will add it to  my 
collection.

Yes, the numbers in my example refer to the number of tiddlers with that 
particular tag.
Your example without numbers is also interesting.  But I know what you are 
referring
to with the variable sized tag-names.  I am sure I have seen it somewhere 
in a tiddly wiki. but where? Could it be someone with the right skills 
could adapt it for tiddlywiki if it hasn't already
been done?


Regards,

TiddlyWiker

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/33b2f4f2-6864-4cb0-8fec-ca781984796e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: tw5 for organizing bookmarks, link collection

2016-05-28 Thread TiddlyWiker


If you can use a simple tag cloud this works for me
---

.cloud { margin-right: 7px; }
.cloud .tc-tag-list-item { margin-right: 0; }

<$list filter="[tags[]!is[system]sort[title]]">

<$transclude tiddler="$:/core/ui/TagTemplate"/>
<$count filter="[all[current]tagging[]]"/>


----

Regards,

TiddlyWiker


On Saturday, May 28, 2016 at 4:44:30 PM UTC+2, Hans Maulwurf wrote:
>
> Hey,
>
> sorry for spaming, but a few weeks ago i found a tw5 somewhere that was 
> prepared for managing bookmarks. at the first page there was kind of a tag 
> cloud. I already looked my browser history up and down, but i couldn't find 
> it :/ maybe someone knows what i mean and could post a link here?
>
> thanks for ur help guys
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/989d8615-5241-45fa-b6c9-bec505f6598c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Feature Request: FramedLinksPlugin for TW5

2016-05-25 Thread TiddlyWiker


On Sunday, July 19, 2015 at 10:05:57 PM UTC+2, Eric Shulman wrote:
>
> On Sunday, July 19, 2015 at 12:24:54 AM UTC-7, TiddlyWiker wrote:
>>
>> I have found the FramedLinksPlugin in tw classic very useful.
>>
>> Clicking an external link opens an IFRAME following the link instead of
>> opening a new tab/window.
>>
>> http://www.tiddlytools.com/#FramedLinksPlugin
>>
>> Is it possible to have the same plugin or a similar one for
>> TW5?
>>
>
> You can create a simple "framed link" using TW5 native syntax, without any 
> plugin.
>
> First, define the following TW5 macro:
> \define framedlink(url)
> <$button popup="$:/temp/framedlink/$url$" class="tc-btn-invisible">$url$<
> /$button>
> <$reveal type="nomatch" text="" state="$:/temp/framedlink/$url$">
> 
> 
> \end
>
> Then, invoke it like this:
><http://tiddlywiki.com;>> 
>
> This creates a $button that, when clicked, $reveals the iframe.  Clicking 
> the $button text again hides the iframe.
>
> enjoy,
> -e
> Eric Shulman
> ELS Design Studios
> TiddlyTools - "Small Tools for Big Ideas!"
> InsideTiddlyWiki: The Missing Manuals
>
> YOUR DONATIONS ARE VERY IMPORTANT!
> HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
>http://TiddlyTools.github.com/fundraising.html#MakeADonation
>
> Professional TiddlyWiki Consulting Services...
> Analysis, Design, and Custom Solutions:
>http://www.TiddlyTools.com/#Contact
>

 

another question.


In the twc version of framedlinks If you have a number of links in the same 
tiddler then you can open and close them independently. But with the TW5 
version that you offered if you have a number of links on the same tiddler 
opening and closing one opens and closes them all
Is there a way to have the same functionality in the TW5 version as in the 
twc classic version. Or am I missing something?

Thanks for your attention. 


Regards,

TiddlyWikier


 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4930a039-7116-4f26-9aa3-8f2f159e073e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Is it safe to edit tiddlers in an external editor?

2016-05-11 Thread TiddlyWiker

Maybe not exactly relevant to your question but I have found

The firefox addon It's All Text 

https://addons.mozilla.org/en-US/firefox/addon/its-all-text/?src=search

useful for editing tiddlers.

Regards,

TiddlyWiker
On Wednesday, May 11, 2016 at 7:28:30 AM UTC+2, Ruslan Prokopchuk wrote:
>
> I run TiddlyWiki in --serve mode. Is it safe to edit tiddlers externally? 
> Does TW perform any checks and reject / save with new name / or whatever 
> for such edited tiddlers?
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/70d0f995-b8ce-4613-84ce-730dba3b2188%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Some Plugins for the new Editor Toolbar

2016-05-09 Thread TiddlyWiker
Many thanks to Stephen Kimmel for all the plugins!

prog...@assays.tv 

I have also found in addition to control-z for undo,control-y for redo. 
Both work fine in the firefox browser and google chrome for me using a 
computer. I don't have the possibility of testing it with a mobile.

Regards,

TiddlyWiker

On Thursday, May 5, 2016 at 2:48:36 PM UTC+2, Stephen Kimmel wrote:
>
> In keeping with the general spirit of the TiddlyWiki community, ie, you 
> develop something useful and/or potentially interesting you share it with 
> others, I'm sharing some of the plugins I've developed to go with the new 
> Editor Toolbar. You'll find them and a more extensive discussion of what 
> each does at http://skplugins.tiddlyspot.com/ 
>
> I start developing these functions when I was working on my own toolbar 
> and many of them I've been using for quite some time. Even so, you should 
> use them with caution. As the developer, there is always the risk that I 
> simply avoid the traps and pitfalls and am simply blind to some bugs. 
> Accordingly, please let me know if you find something or have suggestions 
> for improvements. I've tried all of them with various TW 5.12 preleases and 
> so far they seem to be working well.
>
> The plug-ins related to the Editor Toolbar include:
>
>1. TableHelper - Converts blocks of comma separated or tab separated 
>data into TiddlyWiki Tables
>2. TableCols - Adjusts the alignment of a user specified column to 
>Centered, Left or Right justified as well as adding or deleting columns
>3. FindReplace - Adds Find and Replace capability to the Editor.
>4. Transclude - Marks a text selection as a transclusion
>5. Links - Marks a text selection as a link
>6. Indent - Indents a selected block of text
>7. BalanceCheck - detects and locates mis-matched parenthesis, braces, 
>brackets and TiddlyWiki formatting marks
>8. Fancy Quotes - Changes the typography of a text selection to 
>standard typgraphic marks
>9. Color - Adds text color or background highlighting color to a 
>specified block of text
>10. Email Convert - Revises blocks of text to change characters that 
>would be misinterpreted by TiddlyWiki such as > and < to their html 
>equivalents. Also adds spacing and converts bullets to TiddlyWiki 
>equivalents.
>11. HTML Convert - Converts an imported to the TiddlyWiki equivalent.
>
> Plug-ins not directly related to the Editor Toolbar:
>
>1. SidebarHelp - Adds a tab to the sidebar area where help tiddlers 
>can be displayed.
>2. WhiteList - Allows a user selected group of words that TiddlyWiki 
>would normally treat as CamelCase words that will be considered ordinary 
>words.
>3. MathCell - Allows math operations within tiddlers
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fe0be9e1-7772-40dc-8b11-34b29edf7b53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Some Plugins for the new Editor Toolbar

2016-05-05 Thread TiddlyWiker


On Thursday, May 5, 2016 at 2:48:36 PM UTC+2, Stephen Kimmel wrote:
>
> In keeping with the general spirit of the TiddlyWiki community, ie, you 
> develop something useful and/or potentially interesting you share it with 
> others, I'm sharing some of the plugins I've developed to go with the new 
> Editor Toolbar. You'll find them and a more extensive discussion of what 
> each does at http://skplugins.tiddlyspot.com/ 
>
> I start developing these functions when I was working on my own toolbar 
> and many of them I've been using for quite some time. Even so, you should 
> use them with caution. As the developer, there is always the risk that I 
> simply avoid the traps and pitfalls and am simply blind to some bugs. 
> Accordingly, please let me know if you find something or have suggestions 
> for improvements. I've tried all of them with various TW 5.12 preleases and 
> so far they seem to be working well.
>
> The plug-ins related to the Editor Toolbar include:
>
>1. TableHelper - Converts blocks of comma separated or tab separated 
>data into TiddlyWiki Tables
>2. TableCols - Adjusts the alignment of a user specified column to 
>Centered, Left or Right justified as well as adding or deleting columns
>3. FindReplace - Adds Find and Replace capability to the Editor.
>4. Transclude - Marks a text selection as a transclusion
>5. Links - Marks a text selection as a link
>6. Indent - Indents a selected block of text
>7. BalanceCheck - detects and locates mis-matched parenthesis, braces, 
>brackets and TiddlyWiki formatting marks
>8. Fancy Quotes - Changes the typography of a text selection to 
>standard typgraphic marks
>9. Color - Adds text color or background highlighting color to a 
>specified block of text
>10. Email Convert - Revises blocks of text to change characters that 
>would be misinterpreted by TiddlyWiki such as > and < to their html 
>equivalents. Also adds spacing and converts bullets to TiddlyWiki 
>equivalents.
>11. HTML Convert - Converts an imported to the TiddlyWiki equivalent.
>
> Plug-ins not directly related to the Editor Toolbar:
>
>1. SidebarHelp - Adds a tab to the sidebar area where help tiddlers 
>can be displayed.
>2. WhiteList - Allows a user selected group of words that TiddlyWiki 
>would normally treat as CamelCase words that will be considered ordinary 
>words.
>3. MathCell - Allows math operations within tiddlers
>
> TiddlyWiker
 

> I would like to request a plugin for an undo function for the editor 
> toolbar.
>

regards 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d52a906d-76ca-4f2e-adad-b93c831843ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: link to external (local) tiddlers

2016-01-15 Thread TiddlyWiker


On Wednesday, January 13, 2016 at 5:54:30 AM UTC+1, Wilmer González wrote:
>
> Hey guys!
>
> i've been thinking: there's a way to link external tiddlers and see them 
> in the tiddlywiki from where i just call it?
> for example:
>
> we have index.html(as tiddlywiki)
> and inside of it we create a tiddler referencing to helpme.tid (in the 
> same directory)
> then when clicking on the link it shows up (as a regular tiddler) inside 
> of index.html.
>
> ...in the usual way it shows up as another window in the browser.
> anyway i think it could be a great feature if doesn't exist yet.
>
> greetings!
>
 
 Hi Wilmer,

Being a nonprogrammer maybe I have
missed the point somehow but
could this be another way to do it?

1. go to the target tiddlywiki
2. open the tiddler you want "embedded"
3. create a permalink for that tiddler and save
the permalink
4. in the "recieving tiddlywiki" create a tiddler
with the same title
5. in that tiddler create an iframe with 
the permalink

ie.

   
6. save and Voila!



By the way this should work for "embedding" most files
(depending on the filetype) and folders from your hardrive   
if that is what is meant by embedding.

Just put the link to the file or folder in the above Iframe.

Interestingly it seems the embedded tiddler can also be edited
from your recieving tiddlywiki since it links you to the
original tiddly wiki.
For editing text files, html or other files files embedded in this way
but not within a tiddlywiki
I use the firefox extension 
ViewSourceWith which allows you to view the source and
edit it in the editor of your choice without leaving the
browser.

Regards,


TiddlyWiker
 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bf218f13-c5bd-4fbd-8ee0-ac3ebb38425e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Announcing MultiView

2015-08-12 Thread TiddlyWiker




MutliView, a simple minded but versatile program for viewing mutliple 
files, multiple websites, or mutiple tiddlywikis at once.


Simply drop the file below into any folder to view its contents in multiple 
windows.


Of course it can be adapted to show any collection of files or websites. 
However some files cannot be opened by the browser within Multiview. I use 
it for html,pdf,text,image files, and some video files. Recursion also 
works quite well.


Linked to a tiddler with an Iframe it can also be used within a tiddlywiki.


For websites there is the limitation explained by Eric Shulman:


Some sites are written to specifically detect and exclude display in a 
iframe. This is most common for portal sites, search engines, and 
media/news sites that monetize your eyeballs with banner ads and such. They 
don't want their site to be embedded on someone else's page because then 
they can't control the overall viewing experience, and thus can't ensure 
the context in which their advertiser's content will appear.


Regards,


TiddlyWiker 

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a62e9bf5-d041-47c4-9ab7-6c330897b429%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
frameset rows=50%,50% cols=50%,50%
frame src=./ name=topleft
frame src=./ name=topright
frame src=./ name=botleft
frameset rows=50%,50%
frameset cols=50%,50%
frame src=./ name=brtl
frame src=./ name=brtr
/frameset
frame src=./ name=botrbot
/frameset
/frameset



[tw] Re: [TW5] Feature Request: FramedLinksPlugin for TW5

2015-07-20 Thread TiddlyWiker


On Sunday, July 19, 2015 at 10:05:57 PM UTC+2, Eric Shulman wrote:

 On Sunday, July 19, 2015 at 12:24:54 AM UTC-7, TiddlyWiker wrote:

 I have found the FramedLinksPlugin in tw classic very useful.

 Clicking an external link opens an IFRAME following the link instead of
 opening a new tab/window.

 http://www.tiddlytools.com/#FramedLinksPlugin

 Is it possible to have the same plugin or a similar one for
 TW5?


 You can create a simple framed link using TW5 native syntax, without any 
 plugin.

 First, define the following TW5 macro:
 \define framedlink(url)
 $button popup=$:/temp/framedlink/$url$ class=tc-btn-invisible$url$
 /$button
 $reveal type=nomatch text= state=$:/temp/framedlink/$url$
 iframe src=$url$ width=100% height=600px/iframe
 /$reveal
 \end

 Then, invoke it like this:
framedlink http://tiddlywiki.com; 

 This creates a $button that, when clicked, $reveals the iframe.  Clicking 
 the $button text again hides the iframe.

 enjoy,
 -e
 Eric Shulman
 ELS Design Studios
 TiddlyTools - Small Tools for Big Ideas!
 InsideTiddlyWiki: The Missing Manuals

 YOUR DONATIONS ARE VERY IMPORTANT!
 HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
http://TiddlyTools.github.com/fundraising.html#MakeADonation

 Professional TiddlyWiki Consulting Services...
 Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact


 
Dear Eric,

Thanks a lot!  It worked like a charm.

I do have one question though. 

It seems the framedlink
in tiddlywiki classic and also here in TW5 both work for most urls.
but for some they don't work. for example:

http://www.reddit.com/r/worldnews/

when I put it straight into a tiddler it
opens ok in the browser window.

But using the macro and the framed link

framedlink http://www.reddit.com/r/worldnews/; 

it doesn't open in the tiddler. 

The same thing happens for the tiddlywiki classic 
version.

Is it some security issue?

Regards,

Tiddlywiker

 
 

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/56935436-b9b0-4bf3-a95d-17c89bf8946e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Feature Request: FramedLinksPlugin for TW5

2015-07-19 Thread TiddlyWiker
I have found the FramedLinksPlugin in tw classic very useful.

Clicking an external link opens an IFRAME following the link instead of
opening a new tab/window.

http://www.tiddlytools.com/#FramedLinksPlugin

Is it possible to have the same plugin or a similar one for
TW5?

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e9ad160c-78ff-4145-aa09-0d053b9981df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki 5 can use WYSIWYG plugin ?

2015-05-28 Thread TiddlyWiker


On Thursday, May 28, 2015 at 5:24:15 AM UTC+2, Chris Pei wrote:

 Does TiddlyWiki 5 has a WYSIWYG plugin ?  If does, where can I get it? 
 Thanks


Hi Chris,

Perhaps another interesting solution would be

https://addons.mozilla.org/en-US/firefox/addon/its-all-text/ 

Regards,

Ti*ddlyWiker*

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/932e9085-1744-4d45-93a9-6325b10138e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: What is federation stuff about?

2015-05-15 Thread TiddlyWiker


On Friday, May 15, 2015 at 12:45:30 AM UTC+2, Danielo RodrĂ­guez wrote:

 Hello. Many people here talks about federation. I tried to search about 
 it, but thanks to my lack of familiarity with the term and that it is very 
 generic I can't find any relevant information. I tried to figure it by 
 context and I failed also. I'll be very grateful if someone explains it to 
 me. Thanks in advance 



Could it refer to something like this?

*Smallest Federated Wiki* - Official Site 
http://r.search.yahoo.com/_ylt=A0LEV7jsnVVVOTYAocQPxQt.;_ylu=X3oDMTByMG04Z2o2BHNlYwNzcgRwb3MDMQRjb2xvA2JmMQR2dGlkAw--/RV=2/RE=1431703149/RO=10/RU=http%3a%2f%2ffed.wiki.org%2f/RK=0/RS=rbrj3J3_icm_dbEZF9QHGPaN99o-
http://fed.wiki.org/view/welcome-visitors

ps. how do I get rid of the me in place of my name Tiddlywiker.

I am new here. this is my second post

Regerds,

Tiddlywiker

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1196d4e4-9e8c-44f4-990a-1608bedfefd0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to Link PDF in Local Drives and External URL

2015-05-10 Thread TiddlyWiker


On Sunday, May 10, 2015 at 5:14:07 AM UTC+2, James wrote:

 Hi,

 May i know how to link pdf files, in my local drive and external URL, in 
 TW5?

 I have tried the following ways, using external images, but it doesn't 
 work.

 http://tiddlywiki.com/#ExternalImages


Hello.

you can use Iframes like this


iframe src=

file:///

 width=640 height=480/iframe

for local files  .txt .html .pdf  and also videos with .mp4

adjusting the width and highth to your needs.

external web sites can also be in your tiddler 

other  local tiddly wikis too.

Although you cannot edit external files you can edit files within other 
tiddly wikis.

they can be directly accessed with permalinks.

you can also embed youtube videos.

for example

iframe width=560 height=315 
src=https://www.youtube.com/embed/i3Bggkm7paA?list=PLVT_2PPd-1p1LKTMMgFVxfkM1zicd3f7p;
 
frameborder=0 allowfullscreen/iframe

In tiddlywiki classic there is a very handy plugin that autmatically opens 
links
in the tiddler.  It is called

FramedLinksPlugin

Descriptionclicking an external link opens an IFRAME following the link 
instead of opening a new tab/window
This plugin causes clicks on external links to be rendered as inline frames 
(IFRAMEs) instead of opening new browser tabs/windows.

Feature Request:

Could a similar plugin or similar functionality be developed for TW5?

cheers


 

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4df95fca-c9ad-44e0-8af2-baa35b3e2566%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.