[tw5] Re: How to use TW for college math notes? (beginner)

2019-01-06 Thread Evžen Wybitul
(and, sidenote, I already know how to work with git itself. But TW's default workflow includes downloading a whole file everytime a TW gets saved, which doesn't look like it's made for git per se) On Wednesday, 2 January 2019 16:42:49 UTC+1, Evžen Wybitul wrote: > > Hey, > > I'm revising my note

[tw5] How to use TW for college math notes? (beginner)

2019-01-06 Thread Evžen Wybitul
MacOS -- 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. Vi

[tw5] How to use TW for college math notes? (beginner)

2019-01-06 Thread Riz
Which OS are you using? -- 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@go

[tw5] Re: Query -- What are your favourite TiddlyWiki in the wild?

2019-01-06 Thread h0p3
* https://groups.google.com/forum/#!topic/tiddlywiki/tpg-qzVbWFw * https://philosopher.life/#2019.01.06%20-%20TWGGF%3A%20Wikis --- https://sphygm.us/ I visit her wiki all the time. I've [[been thinking|2018.11.21 - Sphygmus: Thanksgiving]] about whether or not I should say anything. I would li

[tw5] Re: Useful Lessons from the "Competition"

2019-01-06 Thread TonyM
Diego, These are still only solutions to predefined problems, I could emulate them all in tiddlywiki, but in TiddlyWiki I can evolve them, bring in other algorithms and more. I like solutions to all possible problems and methods from the past into the future - that is the TiddlyWiki platform.

[tw5] Re: folding editor

2019-01-06 Thread TonyM
Joe, I think this could save you automating, build it right into the model. Have you seen my algorithim that uses date stamps on fields for task management? I think this is a superior method to tags. No need to swap one tag for another. Eg I have the following fields item-started item-complete

Re: [tw5] playing around with a copy of TagTemplate, and trying to get a tag pill to display a count of the number of tiddlers with said tag

2019-01-06 Thread S. S.
I don't know if you'll find this helpful, but I use a small macro - that I use to put in the *caption* field of Table of Content Tiddlers, and also use above lists based on a tag. Tiddler name (example): $:/_macro/count-tag Tiddler must be tagged: $:/tags/Macro \define count-tag(tag-name) <$co

[tw5] Re: Tiddlywiki Discord Server

2019-01-06 Thread Mohammad
Thank you Shaw! This is great for online discussion. Cheers Mohammad -- 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

[tw5] Re: Publicly hosting a read-only tiddlywiki where tiddlers are served individually?

2019-01-06 Thread Kalcifer Kandari
I see, I was misinterpreting something I read elsewhere. Thanks for the tips, much easier to make an educated decision when the options are listed in one place for comparison. What I have now is working nicely so far. Thanks again! On Sunday, January 6, 2019 at 11:57:25 PM UTC, TonyM wrote: >

[tw5] Re: Publicly hosting a read-only tiddlywiki where tiddlers are served individually?

2019-01-06 Thread TonyM
Kal, With noteself if you do not set up a counchDB, it uses pouchDB (in the browser session automatically, no setup). Just copy the notself html to the shared location, and people can save there, their own edits (in the browser session) and the html sits unmodified. You can open your own copy i

[tw5] Re: Systems Design Strategy - Centralised logic

2019-01-06 Thread TonyM
Coda, What I am suggesting is at a higher conceptual level. I could use bundles or plugins for distributing such tiddlers. Let me try and say it another way. Lets say I had one or two key tiddlers that capture the logic, relationships, meaning of fields etc... I can then go and design any tidd

[tw5] Re: Table of content showing only tags with a tag count greater than zero

2019-01-06 Thread 'Stuart Amor' via TiddlyWiki
Thank you Tony, I agree that it should perhaps be done as a separate function rather than an adaptation, but I could do with more of a steer on how to exclude tags with a zero count from a tag list On Friday, 4 January 2019 23:12:57 UTC, TonyM wrote: > > Stuart, > > The Tiddler $:/core/macros/t

[tw5] Re: Useful Lessons from the "Competition"

2019-01-06 Thread 'Mark S.' via TiddlyWiki
Hmm. Seems complicated. "Embedded media blocks" ? Huh? Relational databases? Filters that we don't know how they got activated? Talking about "blocks" kind of seems like a throw-back to 1980s computer tech. >From a higher perspective, why would you use Notion, a for-pay proprietary solution wit

[tw5] Re: Using variables inside of square brackets to link to external files.

2019-01-06 Thread 'Mark S.' via TiddlyWiki
Untested, but this should work (you may need to tweak the path, etc) \define pdflink(name path page) [ext[$name$|files/$path$.pdf#page=$page$]] Good luck -- Mark On Friday, January 4, 2019 at 4:51:00 AM UTC-8, Jack Stephan wrote: > > Hello, thanks in advance for any help. I'm still quite a new

[tw5] Re: How to use TW for college math notes? (beginner)

2019-01-06 Thread Evžen Wybitul
This is exactly what I'm afraid of. I don't want to spend hours of going through every plugin I find potentially useful, only to later find out I actually don't need 90% of them. However, I wouldn't like to miss any plugins which would make my life n-times easier... Could you share some of your

Re: [tw5] playing around with a copy of TagTemplate, and trying to get a tag pill to display a count of the number of tiddlers with said tag

2019-01-06 Thread Elijah
That's it. Thanks. On Sunday, 6 January 2019 12:59:00 UTC-7, Brian Theado wrote: > > When using variables as a filter parameter, the syntax is different from > what you are attempting. Try {{{[tagcount[]]}}} > > See https://tiddlywiki.com/#Filter%20Parameter and the bottom of > https://tiddlywik

[tw5] Re: folding editor

2019-01-06 Thread Joe Armstrong
On Sunday, 6 January 2019 12:05:02 UTC+1, tony wrote: > > On Friday, January 4, 2019 at 1:25:19 PM UTC-8, Joe Armstrong wrote: >> >> >> It seems to me you can come a long way with tags and filter operations >> over tags. >> > > Indeed! That is why your re-implementation of Chandler is a breath

Re: [tw5] playing around with a copy of TagTemplate, and trying to get a tag pill to display a count of the number of tiddlers with said tag

2019-01-06 Thread Brian Theado
When using variables as a filter parameter, the syntax is different from what you are attempting. Try {{{[tagcount[]]}}} See https://tiddlywiki.com/#Filter%20Parameter and the bottom of https://tiddlywiki.com/#Introduction%20to%20filter%20notation for the documentation related to this. On Sun, Ja

[tw5] Re: Simple Android App for TiddlyWiki

2019-01-06 Thread BurningTreeC
Hi @all interested in the progress I'm making with the Äpp, I've put a screen recording online which just shows where it's going: https://youtu.be/L9OLPcDHbyo BTC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group a

[tw5] playing around with a copy of TagTemplate, and trying to get a tag pill to display a count of the number of tiddlers with said tag

2019-01-06 Thread Elijah
There is a little bit in TagTemplate: tag=<>, which tells the tag-pill what to display. With the default <>, it will display the title of the tiddler corresponding to the tag. With {{!!caption}} it'll display the contents of the caption-field of the tag-tiddler. Now, I'm trying to figure out h

[tw5] Useful Lessons from the "Competition"

2019-01-06 Thread Diego Mesa
Many people are talking about "Notion" these days, as a replacement for their evernote. Just wanted to let the community know about it: https://www.notion.so/ https://www.youtube.com/watch?v=w_mh91IRLL8 And see if there are any ideas we can learn from them? For one - their website sure is easy

[tw5] Re: Systems Design Strategy - Centralised logic

2019-01-06 Thread coda coder
Hi Tony You're right, this is a problem area of sorts. However, I'm trying to justify/compare your approach with PMario's Bundles system, which allows ad-hoc collections of tiddlers garnered from pretty much anywhere. Thoughts? On Thursday, January 3, 2019 at 6:41:20 PM UTC-6, TonyM wrote: >

[tw5] Re: Publicly hosting a read-only tiddlywiki where tiddlers are served individually?

2019-01-06 Thread Kalcifer Kandari
So with NoteSelf, you put the '.html' file in the public folder, then install CouchDB on the same host? If that is true, and I haven't tried, wouldn't the public be able to edit the database then through the '.html' file because they are linked? My host is nearlyfreespeech.net, they do Apache,

[tw5] Re: [New Plugin] MyStory Sidebar Tab – a replacement for Open

2019-01-06 Thread Thomas Elmiger
*Edit: Links were added to the OP *:–D https://tid.li/tw5/plugins.html#%24%3A%2Fplugins%2Ftelmiger%2FMyStory https://tid.li/tw5/plugins.html -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails f

[tw5] Re: Using variables inside of square brackets to link to external files.

2019-01-06 Thread Jack Stephan
Unfortunately I'm still confused. The concept may be in the answer provided somewhere, but I'm having trouble seeing where. The problem isn't that I want to create tiddlers from my PDFs with a button. I already have the pdfs imported as individual tiddlers with the fields shown above. My problem

[tw5] [New Plugin] MyStory Sidebar Tab – a replacement for Open

2019-01-06 Thread Thomas Elmiger
Hello again, I have been somewhat productive during the last days, so I will have to confront you with another newly developed plugin. MyStory is a tab for the sidebar, meant as a replacement for *Open.* Again its target audience is people who use fields a lot and would like to see their capt

[tw5] Re: Publicly hosting a read-only tiddlywiki where tiddlers are served individually?

2019-01-06 Thread TonyM
You already have the anser, yourself, confirmed by me for noteslf. a local copy changed, [saved over] and uploaded using SSH? By tge way if you are using an apache php host there is another way. Regards Tony -- You received this message because you are subscribed to the Google Groups "Tiddly

[tw5] Re: folding editor

2019-01-06 Thread tony
On Friday, January 4, 2019 at 1:25:19 PM UTC-8, Joe Armstrong wrote: > > > It seems to me you can come a long way with tags and filter operations > over tags. > Indeed! That is why your re-implementation of Chandler is a breath of fresh air. My needs are simple and expedient. I've moved back t

[tw5] Program flow: how to store a variable in a field without user intervention?

2019-01-06 Thread TonyM
Bimlas, Why not create a single filter that lists the tags of all tiddlers that meet your required condition? You could set a variable using the set widget and its filter parameter and every time you use your new variable it will contain what you are asking for and remain upto date. Put it in

[tw5] Re: Publicly hosting a read-only tiddlywiki where tiddlers are served individually?

2019-01-06 Thread Kalcifer Kandari
Nice, I got the basic '.html' version running. NoteSelf looks interesting just for the tiddler revisions, but I don't know how to set it up so the public can access it where only I can edit it, or how to back it up. Anyway, thanks for the help! On Sunday, January 6, 2019 at 9:39:07 AM UTC, Tony

Re: [tw5] Re: Program flow: how to store a variable in a field without user intervention?

2019-01-06 Thread TonyM
Bimlas, The value in your example for text= Includes quotes " so you have to wrap the whole value in """tripple quotes""" to delimit where the value begins and ends. Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe fr

[tw5] Widgets for Dummies

2019-01-06 Thread TonyM
Wiki text includes simple ways to change the apperence of text, bold, creating bullet lists and links to tiddlers etc.. It is however possible it include html such as some text however if html demands javascript to calculate or process it, it will not work without making a plugin, JavaScript m

Re: [tw5] Re: Program flow: how to store a variable in a field without user intervention?

2019-01-06 Thread bimlas
Tony, Sorry, could you tell me more about what you mean? I don't understand. -- 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.c

[tw5] Re: Publicly hosting a read-only tiddlywiki where tiddlers are served individually?

2019-01-06 Thread TonyM
How do I host without the public being able to change what is being hosted on the server? Jusy put the html in a hosted location, name it index.html to load by default at the address and or foldername it is in. What is the workflow for making changes to the hosted file? For example, is this

[tw5] Re: Publicly hosting a read-only tiddlywiki where tiddlers are served individually?

2019-01-06 Thread Kalcifer Kandari
Okay, I suppose I'll see if the text outgrows the single '.html' file approach with the splash screen, while keeping media relatively linked. I would like to know a bit about TiddlyWiki versus NoteSelf. Comparing them: - *How do I host without the public being able to change what is being