Re: [tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-11-23 Thread Olegh Bondarenko
Dear Daniel,

I'm not familiar with the build command too. Every time I got what I needed
learning appropriate examples. For the beginning I may recommend you to
start with:

   - https://tiddlywiki.com/#Generating%20Static%20Sites%20with%20TiddlyWiki
   -
   https://github.com/Jermolene/TiddlyWiki5/issues/2657#issuecomment-267390965


Olegh Bondarenko
http://goo.gl/bzDZfd




2017-11-24 6:16 GMT+02:00 Daniel Cunningham <
daniel.phillip.cunning...@gmail.com>:

> Hi Olegh,
>
> I reviewed your protw projects (nice!) and saw that there is additional
> configuration information in the "tiddlywiki.info" file.
>
> But I'm not familiar with the configuration syntax, or the
> "rendertiddler(s)" stuff...
>
> So I'm still stuck trying to understand how to configure a build for a
> single html file.
>
> Let me re-state my use case, because I don't think I made myself very
> clear:
>
>1. When a new user (me) wants to try TW5, I download a new empty wiki
>file.
>2. I end up with a single HTML file, that I can name to something
>like: 'my-new-project.html".
>3. (Well, we know it's not "just" an HTML file, it's also whole lot of
>JavaScript "black-magic" as well).
>4. I get busy & make a bunch of new tiddlers, maybe hundreds.  But to
>naive user (me) it's still a single HTML file.
>5. I want to upload "my-new-project.html" to my own fork
>
> 
>and have it served from there.
>6. I see the current build configuration of the
>tw5-auto-publish2gitlab-pages
>
> 
>system seems to be based on .tid files.
>7. But if you try to "export all tiddlers" into a tid file, you find
>out that TW5 only exports a single tiddler.
>8. So, you are stuck (it seems to me).
>
> So, I would like to upload this single "my-new-project.html" file into the
> project space, in whatever appropriate spot is best, and configure it (with
> appropriate syntax) in the "tiddlywiki.info" file.
>
>- Can that be done?  and...
>- Can you give my the "tiddlywiki.info" syntax for that?
>
> Best regards,
>
> -- Daniel
>
>
>
>
> On Tuesday, November 21, 2017 at 6:34:19 AM UTC-8, oleghbond wrote:
>>
>> Dear Daniel,
>>
>> thanks to Danielo I accepted and use regularly this approach. Please look
>> at my site github.com/protw and one of my projects https://github.com/pr
>> otw/tw5 dedicated to TW5 (in Ukrainian) where I put an instructions how
>> to deploy TW5 project at Github + Github Pages (2.2, 2.2.1 - 2.2.4).
>>
>> The way how to build the resulting wiki is determined in tiddlywiki.info
>> . There
>> you can see section "build" having two subsections "static" and "index" for
>> two different representations of resulting wiki.
>>
>> Actually you may check these two results visiting the following pages
>> (accordingly):
>>
>>- https://protw.github.io/tw5/static
>>- https://protw.github.io/tw5
>>
>> Sincerely,
>>
>> Olegh Bondarenko
>> http://goo.gl/bzDZfd
>>
>>
>>
>>
>> 2017-11-20 23:46 GMT+02:00 Daniel Cunningham :
>>
>>> Hi Danielo,
>>>
>>> I have been experimenting with my own fork
>>> 
>>> of your  tw5-auto-publish2gitlab-pages
>>> 
>>> .  I haven't messed around with either GitHub or a continuous
>>> integration tool like Travis CI before, so it was fun learning about
>>> those.  Thanks for the extensive effort and clear expertise you have put
>>> into this project.
>>>
>>> My purpose for this exercise is that I want to share a TW5 wiki (a
>>> project that I've been building on my local machine) and I thought that
>>> sharing it as a page from GitHub (or GitLab) would be... nifty.
>>>
>>> I see that the "user content" part of your configuration is based around
>>> a single .tid file, and that it looks like you use the Travis CI tools to
>>> use a YML file to auto-generate an index.html file from a .tid file (and
>>> then run some other scripts as well).  Is that correct?
>>>
>>> My bigger question:  Is there a way to (re) configure this system so
>>> that I could upload an HTML file (that is a complete TW5 wiki) that I want
>>> to share?  I found out that exporting as a .tid file only exports a single
>>> tiddler, and I have an extended wiki with many (as in hundreds) of
>>> individual tiddlers that I want to share.  So as it stands right now, I
>>> can't use your system to share a completed TW5

Re: [tw] Using node server

2017-11-23 Thread TonyM
Hi austria austrALIa here. 

aust is also abundant in the south of south america

welcome back simon
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/379520d2-f39a-46e6-9c29-3b8acd73a800%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Collect information out of several tiddlers and list them in a new tiddler

2017-11-23 Thread TonyM
What mark says is the best approach but for your current setup you could use 
the search filter to find tiddlers containing "ToDo".

You will come to see tiddlers as a basic unit so a project tiddler would define 
a project, tag it with project and its todo items would be tagged with the 
project and todo. you will then start tagging todo items with a status either 
new or wip or done and cycletags will help with that.

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/34a44012-453a-4836-9922-47a5606ab073%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-11-23 Thread Daniel Cunningham
Hi Olegh,

I reviewed your protw projects (nice!) and saw that there is additional 
configuration information in the "tiddlywiki.info" file.

But I'm not familiar with the configuration syntax, or the 
"rendertiddler(s)" stuff...

So I'm still stuck trying to understand how to configure a build for a 
single html file.

Let me re-state my use case, because I don't think I made myself very 
clear:  

   1. When a new user (me) wants to try TW5, I download a new empty wiki 
   file.  
   2. I end up with a single HTML file, that I can name to something like: 
   'my-new-project.html".  
   3. (Well, we know it's not "just" an HTML file, it's also whole lot of 
   JavaScript "black-magic" as well).
   4. I get busy & make a bunch of new tiddlers, maybe hundreds.  But to 
   naive user (me) it's still a single HTML file.
   5. I want to upload "my-new-project.html" to my own fork 
   

 
   and have it served from there.
   6. I see the current build configuration of the 
   tw5-auto-publish2gitlab-pages 
   

 
   system seems to be based on .tid files.  
   7. But if you try to "export all tiddlers" into a tid file, you find out 
   that TW5 only exports a single tiddler.  
   8. So, you are stuck (it seems to me).

So, I would like to upload this single "my-new-project.html" file into the 
project space, in whatever appropriate spot is best, and configure it (with 
appropriate syntax) in the "tiddlywiki.info" file.

   - Can that be done?  and...
   - Can you give my the "tiddlywiki.info" syntax for that?

Best regards,

-- Daniel




On Tuesday, November 21, 2017 at 6:34:19 AM UTC-8, oleghbond wrote:
>
> Dear Daniel,
>
> thanks to Danielo I accepted and use regularly this approach. Please look 
> at my site github.com/protw and one of my projects 
> https://github.com/protw/tw5 dedicated to TW5 (in Ukrainian) where I put 
> an instructions how to deploy TW5 project at Github + Github Pages (2.2, 
> 2.2.1 - 2.2.4). 
>
> The way how to build the resulting wiki is determined in tiddlywiki.info 
> . There 
> you can see section "build" having two subsections "static" and "index" for 
> two different representations of resulting wiki.
>
> Actually you may check these two results visiting the following pages 
> (accordingly):
>
>- https://protw.github.io/tw5/static
>- https://protw.github.io/tw5
>
> Sincerely,
>
> Olegh Bondarenko
> http://goo.gl/bzDZfd
>
>
>
>
> 2017-11-20 23:46 GMT+02:00 Daniel Cunningham  >:
>
>> Hi Danielo,
>>
>> I have been experimenting with my own fork 
>> 
>>  
>> of your  tw5-auto-publish2gitlab-pages 
>> .
>>   
>> I haven't messed around with either GitHub or a continuous integration tool 
>> like Travis CI before, so it was fun learning about those.  Thanks for the 
>> extensive effort and clear expertise you have put into this project.
>>
>> My purpose for this exercise is that I want to share a TW5 wiki (a 
>> project that I've been building on my local machine) and I thought that 
>> sharing it as a page from GitHub (or GitLab) would be... nifty.
>>
>> I see that the "user content" part of your configuration is based around 
>> a single .tid file, and that it looks like you use the Travis CI tools to 
>> use a YML file to auto-generate an index.html file from a .tid file (and 
>> then run some other scripts as well).  Is that correct?  
>>
>> My bigger question:  Is there a way to (re) configure this system so that 
>> I could upload an HTML file (that is a complete TW5 wiki) that I want to 
>> share?  I found out that exporting as a .tid file only exports a single 
>> tiddler, and I have an extended wiki with many (as in hundreds) of 
>> individual tiddlers that I want to share.  So as it stands right now, I 
>> can't use your system to share a completed TW5 wiki from my local machine.  
>> Unless of course, I'm missing something really obvious (which I am the 
>> first to admit happens all the time).
>>
>> I have (zip|zero|nada) experience with Travis CI and/or YML files, but 
>> perhaps there is some specification I could configure that would let Travis 
>> CI reach in and use a target HTML file (in other words, my source TW5 wiki) 
>> and use that to generate the index.html?
>>
>> The best of all possible worlds for me would be to upload a TW5 wiki as a 
>> single HTML file into the wi

[tw] Re: Collect information out of several tiddlers and list them in a new tiddler

2017-11-23 Thread 'Mark S.' via TiddlyWiki
Make your tiddlers with a standard structure. Tag structured tasks with 
"Task" and use two fields like

status
todo


Then it becomes easy to extract whatever you want, Something like:

<$list filter="[tag[Task]has[todo]]"/>
<$view field="todo"/> 



-- Mark

On Thursday, November 23, 2017 at 6:00:53 AM UTC-8, dazel...@gmail.com 
wrote:
>
> Hello there,
>
> I'm using TW (currently v5.1.14) to organize my work-life for about an 
> year now, and I realy love this tool! 
>
> The structur of my TW is as following:
>
> Tiddler1 "Project-XYZ"
>  - Project started.
>  - "ToDo": Write E-Mail to supplyer
>
> Tiddler2 "Project-123"
>  - Project almost finished.
>  - "ToDo": Complete report
>
> What I would like to implement is a tiddler to summerize the "ToDo"s from 
> all the tiddlers in my TW.
> e.g.:
>
> Tiddler3 - ToDos
>  - Project-XYZ: Write E-Mail to supplyer
>  - Project-123: Complete report
>
> Does someone have an idea how I could "tag" sentences inside tiddlers to 
> collect the tagged information in an other tiddler?
>
> Thanks a lot in advance for your ideas.
>
> BR DaZeller
>

-- 
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/dd0c43a4-2dcd-4a48-be89-78e678ce632a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: sticky-shade for sticky titles

2017-11-23 Thread Mat
OK, I decided to leave the SideEditor open for Safari users to experiment 
with the numbers.

What's happening is that the shade is hidden behind the title until the 
title sticks and the shade is
set into its own sticky position just below the title. Safari users can 
expreiment with the numbers.

If you find a magic setting or come up with a better solution, please 
report!

<:-)

-- 
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/4b010623-42c0-4536-9bbc-fb2296a5843b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: sticky-shade for sticky titles

2017-11-23 Thread Mat
On Thursday, November 23, 2017 at 7:55:29 PM UTC+1, magev958 wrote:
>
> Nothing shows in Safari 10.1.2 for mac, but do in Chrome 62 and Firefox 
> 56. Opera Neon for mac shows the shadow all the time but the sticky-title 
> does not work
>

I just had a chance to test it on an ipad and you're right - doesn't work. 
What happens is that the shade remains hidden behind the title. It is 
located there all along but in safari it apparently doesn't jump down to 
the right position when sticky is activated for the title.

I played around with different css number values (top/margin-top and 
height) and it does work - but I didn't have a chance to perfect it. Anyone 
feel free to experiment. Regardless, I assume that if one makes it look 
good in Safari then it won't look good in chrome so it is apparently not a 
general solution. 

Improvements are welcome ;-)

<:-)


-- 
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/bd0723c7-687d-4f18-a468-61e79a229024%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Using node server

2017-11-23 Thread 'Simon Eigeldinger' via TiddlyWiki

Hi,

You can drop the start commands into a batch file and create a shortcut 
in the autostart folder.


open a text editor.
copy the start commands into.
then save it to filename.bat.
filename can be anything.
don't forget to add the extension .bat.
then save it.
then check in the location you dropped it if this extension is really 
bat and not txt.

notepad is pretty picky about such things.
locate your batch file in the file explorer and right click it.
click create shortcut.
copy that shortcut to your clipboard with ctrl+c
then you can enter
shell:startup
into the address bar. the startup folder will open.
hit ctrl
+v to insert the shortcut.
after each start the tw5 server will start then.

Maybe you'll also add some lines to your batch file on top which cd in 
the right directory.

i will create a portable tw5 server again pretty soon.
its a quick and easy job.

Oh and hello all the old and new people.

Greetings from Austria,
Simon





Am 23.11.2017 um 21:39 schrieb Furicle:

I have installed Tiddly Wiki as per Installing TiddlyWiki on Node.js
  on my
Windows laptop.
I can see the wiki at localhost:8080 and it works.

How do I relaunch the server either on log in or power up?  That's not in
that guide



--
Simon Eigeldinger
Follow me on Twitter: http://www.twitter.com/domasofan/
E-Mail: simon.eigeldin...@vol.at
ICQ: 121823966
Jabber: domaso...@andrelouis.com

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus

--
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/c7003de0-52bc-395d-e997-6b38e5ebd83d%40vol.at.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Using node server

2017-11-23 Thread TonyM


Use or create a Batch or cmd file with the same thing you would enter to 
launch your tiddlywiki in nodeJS and either place it in Startup or windows 
Task scheduler

I am about to go on the road for 3 hours but I can help further later.

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/553f5083-fc7f-4cd5-9bbc-e875b1db6b20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: sticky-shade for sticky titles

2017-11-23 Thread magev958
Nothing shows in Safari 10.1.2 for mac, but do in Chrome 62 and Firefox 56. 
Opera Neon for mac shows the shadow all the time but the sticky-title does 
not work
Looks nice :)

-- 
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/b1da19b4-30ae-4280-800c-402d5b75f9f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Presenting: sticky-shade for sticky titles

2017-11-23 Thread Eneko Gotzon
Hi (Great) Mat.

That kind of effects adds to TW aesthetic features.

Thus, you are not acting "only" as coding engineers but also as artists;
ten over ten.

Thank you very much.

Take care.

On Thu, Nov 23, 2017 at 4:27 PM, Mat  wrote:

> Do you like sticky and shady things? TWaddle gives thee:
>
> sticky-shade 
>
>
> Relevant for those who, like me, really like the "sticky titles" setting.
> This adds a shading below the titles to indicate that there is content
> above,
> similar to how e.g this google board and gmail behaves.
>
> <:-)
>
> --
> 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/eae0f46b-0cb9-4c99-aa21-33478dd59fd4%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
*Eneko Gotzon Ares*
*Izan, egon, egin*
*Donostia – EH, Baskonia, NA Oso*
*Tf *
*(+34) 943 273 431 - (+34) 639 626 858*
*——Mezu hau eta berari atxikitako agiri oro isilpeko dira
eta soilik hartzaileari zuzentzen zaizkie. Mezu hau hutsegitez jasoz gero
berau ezabatzea eskatzen da eta igorleari horren berri ematea eskertuko
litzake. Baimen agerikorik gabe debekatuta dago mezu honen edota bere
edukinen edozein erabilera edo hedatzea, bai osoki zein zatiz. Mezu
elektronikoak andea daitezke; mezu hau andeaturik, aldaturik edota aizun
balego Eneko Gotzon Aresek edota bere ordezkariek uko egiten diote
edonolako ardurei.*

-- 
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/CAKzrwxASLVW%3D6aar64KbiOes%2B6wzw3pDCwZzO3n6YY-9fBE5tA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: RichLinks - external links presented as objects

2017-11-23 Thread Mat
@Stephen, I'm guessing you're referring to that the content of your iframe, 
i.e the embedded page, does not "adjust" to the size of the iframe, yes? 
I'm afraid that is up to the embedded page as far as I know. I believe you 
can "clip" the embedded page, using the deprecated but (I think) functional 
CSS clip attribute,  but it's a bit messy.

On my screen, if I hide the sidebar at least the horizontal scroll is 
avoided. Matter of screen size.

<:-)

-- 
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/3f9adfbb-c57c-4a28-b32c-3ffb1e775edc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Presenting: sticky-shade for sticky titles

2017-11-23 Thread Mat
Do you like sticky and shady things? TWaddle gives thee:

sticky-shade 


Relevant for those who, like me, really like the "sticky titles" setting.
This adds a shading below the titles to indicate that there is content 
above,
similar to how e.g this google board and gmail behaves.

<:-)

-- 
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/eae0f46b-0cb9-4c99-aa21-33478dd59fd4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: HTML cleaner / sanitizer

2017-11-23 Thread BJ
you would have to change the javascript it is in the tiddler ckedit.js.


On Thursday, November 23, 2017 at 2:21:37 PM UTC+1, Paul Netsaver wrote:
>
> Hi to all,
> I managed to install *visualeditor *following the instructions. Now, the 
> point would be customizing the cleaner inside CKEditor...
> I tried with *changing plugins/bj/visualeditor/config.json*, but this 
> seems to be implicitly the content of CKEDITOR.editorConfig 
> 
>  
> = function( config ){...}, while 
> in order to configure the CK filter (ACF), I should edit the  CKEDITOR.
> Config 
> 
>  *allowedContent* and *disallowedContent* properties..
>
> Does anyone know how to customize that section?
>
> Thanks a lot,
> Paul Netsaver
>
>
> Il giorno giovedì 23 novembre 2017 11:00:36 UTC+1, Paul Netsaver ha 
> scritto:
>>
>>
>>
>> Il giorno lunedì 6 novembre 2017 11:28:23 UTC+1, @TiddlyTweeter ha 
>> scritto:
>>>
>>> Ciao Mark S. & Paul
>>>
>>> FWIW, both CKEditor (that BJ made a plugin for to be able to run 
>>> natively in TW) and TinyMCE WYSIWYG HTML editors have tools to reduce HTML 
>>> bloat. Both also have cleaning import for Word documents.
>>>
>>
>> Hi, I didn't look at CKEditor plugin, at the moment I: Edit/Cut/goto 
>> html-cleaner.com/paste/clean/cut/paste-toTW, but it is rather boring... 
>> ;-)
>> I'll try CKE extension, thanks 
>>
>>>
>>> Best wishes
>>> Josiah
>>>
>>> Mark S. wrote:
 Lot's of text that you import is jam-packed with unnecessary mark-up. 
 This bloats the size of the resulting TW.
>>>
>>>

-- 
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/7d406372-eb21-4be1-af3f-85c1ef32ef4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Collect information out of several tiddlers and list them in a new tiddler

2017-11-23 Thread dazeller86
Hello there,

I'm using TW (currently v5.1.14) to organize my work-life for about an year 
now, and I realy love this tool! 

The structur of my TW is as following:

Tiddler1 "Project-XYZ"
 - Project started.
 - "ToDo": Write E-Mail to supplyer

Tiddler2 "Project-123"
 - Project almost finished.
 - "ToDo": Complete report

What I would like to implement is a tiddler to summerize the "ToDo"s from 
all the tiddlers in my TW.
e.g.:

Tiddler3 - ToDos
 - Project-XYZ: Write E-Mail to supplyer
 - Project-123: Complete report

Does someone have an idea how I could "tag" sentences inside tiddlers to 
collect the tagged information in an other tiddler?

Thanks a lot in advance for your ideas.

BR DaZeller

-- 
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/5003e9f7-4d59-40f5-8ea6-d2fbcbcb6af4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to Filter Using Range of Field Values ((less than, greater than)

2017-11-23 Thread Gabriel Perlmutter
I like this plugin, but it doesn't seem to work with any fields or variables as 
the comparison number or alphanumeric.  Am I missing something or do you have 
to hard code the search number every time?

On Monday, October 9, 2017 at 9:44:51 AM UTC-4, Jed Carty wrote:
> In the core there are very few filters the work on numeric input like that. 
> The allbefore operator finds an item in the list and returns the list up 
> until that point, so if you have a list of 'one bob joe three 99 eddie', 
> allbefore[joe] would give 'one bob'
> 
> 
> So in your example it would only return something if the a tiddler has an 
> exact match for 9 in its length field, then it would return any tiddlers in 
> the list before that item. If there are no tiddlers with 9 than it returns am 
> empty list.
> 
> 
> I made some numeric comparison filters, you can see information about them 
> here (http://inmysocks.tiddlyspot.com/#Extra%20Filter%20Operators), they may 
> be useful for you. I haven't had any trouble using them but to my knowledge I 
> am the only one who has tested them.

-- 
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/31835762-3cc1-46eb-b24c-556a79bd7822%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: HTML cleaner / sanitizer

2017-11-23 Thread Paul Netsaver
Hi to all,
I managed to install *visualeditor *following the instructions. Now, the 
point would be customizing the cleaner inside CKEditor...
I tried with *changing plugins/bj/visualeditor/config.json*, but this seems 
to be implicitly the content of CKEDITOR.editorConfig 
 
= function( config ){...}, while 
in order to configure the CK filter (ACF), I should edit the  CKEDITOR.
Config 

 *allowedContent* and *disallowedContent* properties..

Does anyone know how to customize that section?

Thanks a lot,
Paul Netsaver


Il giorno giovedì 23 novembre 2017 11:00:36 UTC+1, Paul Netsaver ha scritto:
>
>
>
> Il giorno lunedì 6 novembre 2017 11:28:23 UTC+1, @TiddlyTweeter ha scritto:
>>
>> Ciao Mark S. & Paul
>>
>> FWIW, both CKEditor (that BJ made a plugin for to be able to run natively 
>> in TW) and TinyMCE WYSIWYG HTML editors have tools to reduce HTML bloat. 
>> Both also have cleaning import for Word documents.
>>
>
> Hi, I didn't look at CKEditor plugin, at the moment I: Edit/Cut/goto 
> html-cleaner.com/paste/clean/cut/paste-toTW, but it is rather boring... 
> ;-)
> I'll try CKE extension, thanks 
>
>>
>> Best wishes
>> Josiah
>>
>> Mark S. wrote:
>>> Lot's of text that you import is jam-packed with unnecessary mark-up. 
>>> This bloats the size of the resulting TW.
>>
>>

-- 
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/4da16b80-e0d8-4eb9-954f-f141004064e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] How to integrate into a website

2017-11-23 Thread Paul Hemans
Hi, I have a website that is developed out using node.js. I would like to 
add the wiki in a subdirectory, say http://myweb.com/blog, as a read-only 
sub to the main site.

I am currently editing the TW via the node.js tiddlywiki module run 
locally. I just want to be able to copy the directory over to the public 
server and have it available online.

As the public site is already running node is there anyway I can simply 
detect the "/blog" route using express and send the request to a TW node 
module to handle the display? I would like it to be under the same domain 
for simplicity and SEO purposes.

Thanks.

-- 
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/0c987b39-149e-4102-9b69-979eccc191fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Any Demand for Sheepy Markup?

2017-11-23 Thread Alex Hough
Hi Ste and Josiah,

I used macros


\define .sheepy(_) {{SheepIcon}} $_$

```
<<.sheepy "Bååå!">>
```
<<.sheepy "Bååå!">>
```
[image: Inline images 1]

To animate I things I started thinking about classes to add to tiddlers by
applying customs styles using tags


I was thinking how animations are added to font awesome, look under
animations 

Buttons could be used to add and take away classes on tiddlers, these could
be animation or transition styles


Alex

ps Ste, as a Stockport man you might be familar with Teggs Nose... it's
were the sheep in sheepy wiki looks over the Cheshire Plain

[1]
https://alexhough.github.io/SheepyWiki6.html#SheepyMacro:SheepyMacro%20%5B%5BAbout%20this%5D%5D%20%5B%5BSomewhere%20overlooking%20the%20Cheshire%20plain...%5D%5D%20%5B%5BSmall%20is%20Beautiful%5D%5D%20%5B%5BThe%20Sun%20appears%20over%20the%20river%20Dee...%5D%5D

[2]
https://alexhough.github.io/SheepyWiki7.html#How%20to%20apply%20custom%20styles%20by%20tag

[3] http://fontawesome.io/examples/

On 22 November 2017 at 20:00, @TiddlyTweeter 
wrote:

> Well, Ste, I might develop a Bleta.
>
> Ste Wilson wrote:
>>
>> Doesn't sound like a baaad idea. What are ewe thinking? Remember it can't
>> be too woolly.
>
> --
> 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/ecb0938e-1f68-4049-91f6-018624a13035%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CALc1hYcBBS9J3BmGBWTsc-XfjsD1ybU-hYQD9JTv5oO_a5fnjA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: HTML cleaner / sanitizer

2017-11-23 Thread Paul Netsaver


Il giorno lunedì 6 novembre 2017 11:28:23 UTC+1, @TiddlyTweeter ha scritto:
>
> Ciao Mark S. & Paul
>
> FWIW, both CKEditor (that BJ made a plugin for to be able to run natively 
> in TW) and TinyMCE WYSIWYG HTML editors have tools to reduce HTML bloat. 
> Both also have cleaning import for Word documents.
>

Hi, I didn't look at CKEditor plugin, at the moment I: Edit/Cut/goto 
html-cleaner.com/paste/clean/cut/paste-toTW, but it is rather boring... ;-)
I'll try CKE extension, thanks 

>
> Best wishes
> Josiah
>
> Mark S. wrote:
>> Lot's of text that you import is jam-packed with unnecessary mark-up. 
>> This bloats the size of the resulting TW.
>
>

-- 
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/a2de9001-de7f-43d7-97b9-a8ca8e974f53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.