I copied all of my writing into one TW file. Is there a way to get a total word count? There are 823 tiddlers.
{{{ [all[tiddlers]!is[system]get[text]splitregexp[\s+]count[]] }}}
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/6acL1HS8Zws/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/300ef646-13b5-404e-adeb-d14b8a65604an%40googlegroups.com.
...I originally created this TiddlyWiki a couple years ago...
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/6acL1HS8Zws/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/40c60510-cd33-46e5-af8b-e4d0bee7551fo%40googlegroups.com.
9th October 2020 at 10:21pm Hey.
- Are the number of characters below 1300 they fit in a linked in post
- Are the number of characters above 1300 and under 125,000 they fit in a linked in Article.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/6acL1HS8Zws/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/bba9c795-dd2b-4c6a-aa80-2528c3c496b4o%40googlegroups.com.
Hey, Tony!I'm happy to help. I'll admit that I'm not sure what I'm looking for here, so I'd appreciate you spelling it out for me.I did the import and read the info off the usage tiddler. I then created a "Subtitle Test" tiddler and wrote: Hey. This resulted in it appearing right next to the date (under the title) with no space between the time and Hey. When I added " Hey" (with no quotation marks), the expected and hoped for space appeared between the date and Hey.9th October 2020 at 10:21pm Hey.I'm not sure what this part means in what I should be looking for:
- Are the number of characters below 1300 they fit in a linked in post
- Are the number of characters above 1300 and under 125,000 they fit in a linked in Article.
How I'm interpreting it is that if the subtitle text is below a certain amount, it'll fit in the subtitle area. So I adjusted and set the below level as 10. After I put in ~60 dummy text and checked again, all ~60 words still showed up in the subtitle field. I'm certain that I'm not understanding your intentions.Best,LG
On Fri, Oct 9, 2020 at 12:42 AM TW Tones <anthon...@gmail.com> wrote:
Lg,--I was working on a small project to create subtitle tags, basically using the tag $:/tags/subtitle you can place items in the tiddler subtitle.This text size measure sounded like an ideal candidate.
- Using the suggestions in this thread for words and characters
- I also added two value tests
- Are the number of characters below 1300 they fit in a linked in post
- Are the number of characters above 1300 and under 125,000 they fit in a linked in Article.
If you install this JSON then open $:/PSaT/subtitle-tags/text-size and you can see how I did it and adjust to you needs.Note It modified the core tiddler$:/core/ui/ViewTemplate/subtitle
Any feedback will help me publish it.RegardsTony
On Monday, 5 October 2020 11:58:50 UTC+11, LG wrote:I copied all of my writing into one TW file. Is there a way to get a total word count? There are 823 tiddlers.
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/6acL1HS8Zws/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddl...@googlegroups.com.
11th October 2020 at 1:16pm
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/3577e75b-8e16-4f56-a74f-277bc6301560o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/3577e75b-8e16-4f56-a74f-277bc6301560o%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/7a9c1184-e7cf-4c00-8278-3bc975736d22o%40googlegroups.com.
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAFWQ5Z4VsQnjPSv9PzAsRzfxeNjRRk%2BR6BeASoL2REcNe6_oyA%40mail.gmail.com.
<$list filter="[all[current]get[text]length[]compare:number:gt[0]]" variable=size>
<$button tooltip="Size in characters of the current tiddler" class="tc-btn-invisible">
{{$:/core/images/size}}<$text text=<<size>>/><$text text={{{ [<size>compare:number:lteq[1300]then[ in-post]] }}}/><$text text={{{ [<size>compare:number:gt[1300]compare:number:lteq[125000]then[ in-article]] }}}/>
<$text text={{{ [all[current]get[text]splitregexp[\s+]count[]] }}}/> Words
<$text text={{{ [all[current]get[text]splitregexp[\s+]count[]divide[250]round[]] }}}/> Pages
</$button>
</$list>
Is there a way to shift that count into a variable, so that one could calculate, say, how many pages that word count equates to?[[the word count]divide[250]round[]]
On Mon, Oct 12, 2020 at 9:01 AM Amanda L. Goodman <Ama...@godaisies.com> wrote:
Thanks for the clarification!It appears to be working well on my end.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/7a9c1184-e7cf-4c00-8278-3bc975736d22o%40googlegroups.com.
--
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 tiddl...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAFWQ5Z4VsQnjPSv9PzAsRzfxeNjRRk%2BR6BeASoL2REcNe6_oyA%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/cd9e539e-c399-4938-98c9-2d5a722c3b51o%40googlegroups.com.