[tw] How to? Button in editor for automatic inserting picture with special attributes

2018-01-04 Thread TonyM
Bettina,

Have you considered defining a macro in a Tiddler tagged $:/tags/Macro that 
accepts the image url and displays the image? You could then create a snipit 
that calls the macro. Easier to read and you reuse the same code.

Eg in wiki text
>

Macro definition

\define imagebyurl(url)
... Your macro with $url$ in correct place
\end

Regards
Tony

-- 
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/3d91f179-0ac2-4a4a-a559-a2700ecbe735%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Plugin "PopupTagger - TagBar / TagTable": How to show it in the editor view?

2018-01-04 Thread TonyM
A quick tip

Just as for a tiddler tagged $:/tags/ViewTemplate shows in the view Tiddlers 
mode, Tiddlers tagged $:/tags/EditTemplate will appear in the edit view. Look 
to find which Tiddler popupTagger uses in the view template and add the tag 
$:/tags/EditTemplate

Whilst not always valid in view and edit mode I suggest testing this first.

Regards
Tony

-- 
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/6ff6e18f-4e13-47a6-a36a-9a7c6a5b72d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Sorting with empty fields

2018-01-04 Thread tobaisch
It works.
Thank you very much.
Again, something learned. :)
Regards
Tob

-- 
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/c48d087c-9baf-4e1c-b74c-d704e58ce463%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [VIDEOs] - How to work with a TiddlyWiki development environment

2018-01-04 Thread Mal
Hi Mario,

Will this make it into the Community section of Tiddlywiki.com?

Regards,

Mal


-- 
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/6b13032d-f246-41fd-bb45-76919e22a77c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Sorting with empty fields

2018-01-04 Thread 'Mark S.' via TiddlyWiki
I would do this with two filter runs. The first part of the run sorts by 
the specified criteria if it exists. The 2nd part just appends the tiddlers 
that don't have values.

 For instance, using TiddlyWiki.com for sample data, this:

<> 

gives

Examples
What happened to the original TiddlyWiki?
Some of the things you can do with TiddlyWiki
Discover TiddlyWiki
A Gentle Guide to TiddlyWiki
Ten reasons to switch to TiddlyWiki

After deleting the created field from "A Gentle Guide to TiddlyWiki" and 
"Ten reasons to switch to TiddlyWiki"

-- Mark


On Thursday, January 4, 2018 at 2:19:16 PM UTC-8, tobaisch wrote:
>
> Hello,
> when sorting (for example, by Date field up), the empty fields are always 
> listed before the sorted list. 
> What options are there to put these empty fields *always* at the end of 
> the sort list. 
> Attention: I do not want to exclude the empty fields from the sort!
> Thanks
> Regards
> Tob
>

-- 
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/bc059bce-faef-4400-b068-ff0f858d7843%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to? Button in editor for automatic inserting picture with special attributes

2018-01-04 Thread 'Mark S.' via TiddlyWiki
Those snippets are embedded in the core. You could delete the core, which 
would save a lot of space. But of course, TiddlyWiki wouldn't run any more.

Together, those snippets take about 1k of space. Which is only 0.04% of the 
total TiddlyWiki file size.

-- Mark

On Thursday, January 4, 2018 at 12:49:40 PM UTC-8, Surya wrote:
>
> Hi,
>
> why I wanted to delete them was not only because I don't want to see them 
> anymore. But also I want to hold the wikis as small as possible (in size 
> and in storage used). For that I'd like to delete everything I don't need.
>
> But I think, just deleting the tag $:/tags/TextEditor/Snippet, it wouldn't 
> make the wiki smaller, isn't it?
>

-- 
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/900db192-642f-451a-8a84-1f0373b9ba01%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Sorting with empty fields

2018-01-04 Thread tobaisch
Hello,
when sorting (for example, by Date field up), the empty fields are always 
listed before the sorted list. 
What options are there to put these empty fields *always* at the end of the 
sort list. 
Attention: I do not want to exclude the empty fields from the sort!
Thanks
Regards
Tob

-- 
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/a7f05e58-0fea-4238-a903-edf321c770ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Import Twine into Tiddlywiki

2018-01-04 Thread jesse . bradley . assistrx
It's not a game company. I work for a pharmacy software company and I had 
to figure out how to create an interim knowledge base until I can get the 
funding for something more permanent like *Flare*. Tiddlywiki seems to be 
working for now. 

Twine is actually really good to use for call flows for employees who 
handle calls. The decision making in hypertext is the same they would make 
over the phone.

On Wednesday, January 3, 2018 at 8:04:39 PM UTC-5, Evan Balster wrote:
>
> Hey, Jesse —
>
> There's an upgrade path from Classic to TW5, but I suspect Twine 
> customizes the wiki in ways that wouldn't survive the upgrade.  If you want 
> to datamine the Twine game, the upgrade might still be helpful, but if you 
> want to display it in the other wiki, you're probably best off using an 
> iframe or something.
>
> Who's this games company building a knowledgebase in TiddlyWiki?  :D  
> Fellow game developer here.
>
> On Wednesday, 3 January 2018 14:10:22 UTC-6, jesse.bradl...@gmail.com 
> wrote:
>>
>> Rats. That doesn't help at all. Company's knowledge base is in 
>> Tiddlywiki5. Would take too much work to covert it to classic. 
>>
>> On Wednesday, January 3, 2018 at 1:58:13 PM UTC-5, Evan Balster wrote:
>>>
>>> Hey, Jesse —
>>>
>>> Make sure you're using TiddlyWiki Classic.  As far as I understand, 
>>> TWINE never transitioned to using the new TiddlyWiki 5, so it won't be 
>>> compatible.
>>>
>>> On Wednesday, 3 January 2018 12:15:58 UTC-6, jesse.bradl...@gmail.com 
>>> wrote:

 I tried importing a published story file into Tiddlywiki and it didn't 
 open properly. When I re-published it in Sugarcube instead, it gave me 
 enable Javascript message. I'm using it to build callflows for work and I 
 didn't want users to go into a separate tab to access the flow.

 On Tuesday, January 2, 2018 at 5:20:21 PM UTC-5, TonyM wrote:
>
> jesse,
>
> Please be a little more descriptive on your needs, A Quick Google gave 
> me?
>
> *There are two kinds of files that Twine works with: story files, 
> which are editable versions of your stories that you can only open with 
> Twine, and output files, which are read-only versions that can be opened 
> in 
> a Web browser. While you write your story, you make changes to your story 
> file, then check to see what the output file looks like. When you're 
> done, 
> you can post your output file to a Web site or e-mail it to others.*
>
> So what are you trying to do?
>
> Get a new empty tiddlywiki and experiment.
>
> Have you tried to import a twine file into tiddlywiki, or even simply 
> open it in an editor and cut and paste into a tiddler?, try to drag and 
> drop a file into tiddlywiki and see what happens.
>
> I suspect hidden in your question is the desire by you to write in a 
> twine format your own stories and this may be achieved in tiddlywiki, but 
> then you are effectively proposing other markdown or markup language. 
> There 
> are other examples of this discussed in the forums such as for script 
> writing. 
>
> Searching the forum for twine gave a number of hits such as 
> https://groups.google.com/forum/#!searchin/tiddlywiki/twine%7Csort:date/tiddlywiki/GOiIWbRSKZQ/Z_RnuCkxAQAJ
>
> Perhaps someone in the community has already explored twine files so 
> let us see if they respond.
>
> Tony
>
> On Wednesday, 3 January 2018 03:39:49 UTC+11, jesse.bradl...@gmail.com 
> wrote:
>>
>> I wanted to see if there is a way to import a Twine file into a 
>> Tiddlywiki site. How would I go about doing that? 
>>
>

-- 
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/a549f486-10c1-4ce5-9874-11697c5dc71d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Plugin "PopupTagger - TagBar / TagTable": How to show it in the editor view?

2018-01-04 Thread 'Surya' via TiddlyWiki
Hello,

because I have really a lot of tags, I work with the plugin PopupTagger - 
TagBar / TagTable with popup list of tags, which is really great :-)

But I'd like to have it not in the tiddler view, but to see it and work 
with it, when I edit a tiddler- so in the editor view.

Is that possible and how?

-- 
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/5d498ed0-760d-4566-a3b8-b02e8b8099c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [VIDEOs] - How to work with a TiddlyWiki development environment

2018-01-04 Thread PMario
Hi folks, 

Just added 2 more videos: 

07 access github with multiple accounts over https
08 github contributor maintainer pull request workflow

-mario

-- 
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/a42f3ffa-68bf-4b92-ac56-a834fc6d2321%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Authentication

2018-01-04 Thread Jed Carty
Ah, sorry. I was thinking of a different problem than what you are asking 
about. The lack of sunlight this time of year gets to me.

I haven't had a chance to think about the browser side of the 
authentication will be handled. I will look at it closer and send an email.

-- 
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/0a913410-4569-443e-90b3-81847254b701%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Authentication

2018-01-04 Thread Jed Carty
The normal flow for using JWT for authentication would be to get a token 
from the server and then send that with all the requests that require 
authentication. I haven't thought about it much but the easiest way to do 
it would probably be to make an authenticate message that, if the server 
accepts it, prompts the server to reply with a token that can then be used 
as the authorisation for changes.

-- 
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/cf26b598-3388-4407-85fc-1b0d41f306df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] "Muuri-Touch" plugin

2018-01-04 Thread @TiddlyTweeter
Ciao Simon

Thank you very much for making time to do that.

BTW, in design terms I think modals fit well with gridded layouts, 
especially for showing imagery.

Anyway that auto-populate with modal invoke really helps me get a next 
step. Grazie mille!

Josiah

Ciao BurningTreeC wrote ...

I've put the auto-populate thing back on the page, now it generates images 
> that open a modal
>
> Now muuri is able to store the ordering of grids in lists, there are two 
> simple demos on the page if you switch to classic storyview
>

-- 
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/75781862-26c3-44c5-be77-ce47fc724862%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] "Muuri-Touch" plugin

2018-01-04 Thread BurningTreeC
Ciao @TiddlyTweeter,

I've put the auto-populate thing back on the page, now it generates images 
that open a modal

Now muuri is able to store the ordering of grids in lists, there are two 
simple demos on the page if you switch to classic storyview

working on refinements,
all the best,
Simon

Am Donnerstag, 4. Januar 2018 12:32:00 UTC+1 schrieb @TiddlyTweeter:
>
> Ciao Simon,
>
> @TiddlyTweeter:
>
>> As was your previous demo of auto-populate muuri Tiddlers with images
>>
>
> @BurningTreeC wrote:
>
>> I didn't realize that that was a good thing, I can put that back on if 
>> there's interest. It's an easy hack but yes, more impressive with this 
>> storyview than the classic tiddlywiki view.
>
>
> I think its VERY useful to see a few examples of how to AUTO-POPULATE.
>
> For instance I have a *use case* I'm slowly working on to create *image 
> galleries*. 
>
> The muuri within a muuri tiddler could be a great way forward on that.  
> (1) you auto-populate a tiddler with thumbnails (all external small image 
> files; some variant sizes, some portrait, some landscape); (2) drag-n-drop 
> to get a pleasing layout; (3) when you click in a thumbnail a MODAL opens 
> to display the full image. I think the muuri approach could be brilliant 
> for supporting that in an easier way than was the case before.
>
> Seeing code that does the populating is really useful for users like me 
> who are not so technically minded but can copy and paste code and change a 
> few values to get it to do what I need.
>
> Just an example
> Best wishes
>  
>

-- 
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/860ef1f5-d0f6-434c-8442-3fdf21cc23ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A Song for the Joy of It

2018-01-04 Thread @TiddlyTweeter
Didgeridoo Swiss! :-)

Thomas Elmiger wrote:
>
> Swiss music? Here you are :–D 
> https://youtu.be/8Hr3GBHRRSk

-- 
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/c50f8265-4db5-462e-9ce9-a802e69ee5c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [VIDEOs] - How to work with a TiddlyWiki development environment

2018-01-04 Thread PMario
---

-- 
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/01edfdeb-c055-4f95-a202-31ebacb92411%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [VIDEOs] - How to work with a TiddlyWiki development environment

2018-01-04 Thread PMario
Hi Folks, 

I just published the first videos of a series named: 
*How to work with a TiddlyWiki development environment 
*
The series is intended to show the whole procedure, from installing and 
setting up the dependencies to managing several remote github repositories 
and how to contribute to the TiddlyWiki project.

There are several workflows, that may work, but this series shows the one 
that I personally use. 

I did create a completely new virtual machine, to have a "default user" 
machine, that really shows the dialogs, that happen, when you install the 
programs the first time. ... eg: System firewall messages, and so on ...

AT the moment, it contains 6 videos, and a very basic workflow with a test 
project, where nothing can go wrong. 
So you can try the stuff yourself, without worrying, to break something. 
... Because if you mess it up, just delete the stuff and start over again ;)

01 INTRO - tw5 development environment
02 tw5 development INSTALL NODEJS
03 tw5 development INSTALL GIT
04 tw5 development INSTALL BRACKETS 
05 tw5 development TEST PROJECT with gui
06 tw5 development PULL-REQUEST workflow

This list will be expanded soon. 

have fun!
mario

PS: Don't forget to subscribe to the channel!
PPS: Don't forget to star the TW repo at github!

*If you like it: Support it  :) *

-- 
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/761ee77f-ef0b-4779-9297-73783596f84f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] "Muuri-Touch" plugin

2018-01-04 Thread @TiddlyTweeter
Ciao Simon,

@TiddlyTweeter:

> As was your previous demo of auto-populate muuri Tiddlers with images
>

@BurningTreeC wrote:

> I didn't realize that that was a good thing, I can put that back on if 
> there's interest. It's an easy hack but yes, more impressive with this 
> storyview than the classic tiddlywiki view.


I think its VERY useful to see a few examples of how to AUTO-POPULATE.

For instance I have a *use case* I'm slowly working on to create *image 
galleries*. 

The muuri within a muuri tiddler could be a great way forward on that.  (1) 
you auto-populate a tiddler with thumbnails (all external small image 
files; some variant sizes, some portrait, some landscape); (2) drag-n-drop 
to get a pleasing layout; (3) when you click in a thumbnail a MODAL opens 
to display the full image. I think the muuri approach could be brilliant 
for supporting that in an easier way than was the case before.

Seeing code that does the populating is really useful for users like me who 
are not so technically minded but can copy and paste code and change a few 
values to get it to do what I need.

Just an example
Best wishes
 

-- 
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/b822130e-6f88-464d-86b2-4549a7c6bd3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A Song for the Joy of It

2018-01-04 Thread PMario
A little bit of contrast: 
https://www.youtube.com/watch?v=cyrdPtEHKzE=youtu.be=4
-m

-- 
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/ad119df7-18f3-4d15-803e-87be09e93546%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] "Muuri-Touch" plugin

2018-01-04 Thread BurningTreeC
UPDATE: now there's a testing version online that works better. still I 
don't know if it works stable in regard of zooming.

there's no packed plugin right now, just the preview version

please leave a comment if you test it and it doesn't make sense to you, and 
if it does, please leave a comment, too ;)

there's a new button on the tiddlers that's meant to reset the applied 
widths that get set when you pinch-zoom on tiddlers. This button could be a 
simple dot in the top left corner for example. now I'd just focus on 
function and if it's useful.

the toggle columns button resets applied widths by pinch-zoom. I think 
that's more what one expects when toggling through columns.

I could make a "backup" of applied widths while toggling throug columns and 
the before mentioned "reset button" could be two-state, so that he also can 
reset a backed-up width.

I'm curious what you think about this whole functionality, it surely has to 
be refined and debugged.


kind regards,
BurningTreeC

-- 
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/eb1e13c0-b416-46ff-beb0-ff78d87734d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to? Button in editor for automatic inserting picture with special attributes

2018-01-04 Thread @TiddlyTweeter
Mark S.

Many of your tips deserve to go on a dedicated TIPS PAGE / TW.

Just saying
Josiah

On Thursday, 4 January 2018 03:44:04 UTC+1, Mark S. wrote:
>
> The built-in ones are part of core plugins. Use the advanced search under 
> shadows to look for $:/tags/TextEditor/Snippet . Open each tiddler you 
> don't want to show and delete it's tag ($:/tags/TextEditor/Snippet). If you 
> ever want them back, you can look for $:/language/Snippets under the system 
> tab. Find the one's you want to restore and (ironically) delete them. When 
> you delete them, the shadow versions come back into play.
>
> -- Mark
>
> On Wednesday, January 3, 2018 at 4:22:59 PM UTC-8, Surya wrote:
>>
>> No, I didn't know it before- I wondered for what it could be and thought 
>> I don't need it, because of the possibility of the quick way of copy & 
>> paste.
>>
>> Fine :-) Thanks!
>>
>> If I don't need the other text snippets there, can I delete them without 
>> disadvantage? (I would copy the text of them into one "Help"-tiddler, so 
>> that I can always create them again, if I need them one time).
>>
>

-- 
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/e7bf542e-26d6-4d75-a8d4-567ec9c4b62c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.