Re: [tw5] Re: Ipfs with TiddlyWiki

2019-11-10 Thread Xavier Maysonnave
Hi Tony, The principles you described is called pining. By default everything you add is pined however behind the scene Ipfs implements several feature. As far as I remember pined resources are not garbage collected however I provide a feature call unpin who can unpin previous version when saved.

[tw5] Re: The-book. Weekly report

2019-11-10 Thread A Gloom
> > I'm not an English writer so I know the manual is full of mistakes. At > this point correct them is a useless work because I will change the manual > many times until it is complete. > But when I finish it, I need readers and revisers to change all mistakes.I > am making a great effort

[tw5] Re: Prototyping an edit-by-sections plugin

2019-11-10 Thread @TiddlyTweeter
Ciao Evan Very good tool! Great for writing. My initial feedback concerns cosmetics. Whilst *"$:/plugins/ebalster/sections -> Settings"* has a setting *("Enable Filter") *that lets you switch-off the sectioning in view mode, but then you loose all the connections ... ... maybe an option for

[tw5] Re: How to highlight the search keyword after clicking the search results

2019-11-10 Thread bimlas
Updated the "plugin": It uses the Mark.js library because it is faster, emphasizes separate words and works in all browsers. Highlighting is now performed when you open search results or clicking outside of the search entry.

[tw5] Re: Sharing: snackbar style notification for mobile (json attached)

2019-11-10 Thread HC Haase
thanks Do you have a screenshot?? is it notifications like "saved wiki" or what? -- 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

[tw5] Re: The-book. Weekly report

2019-11-10 Thread Luis Gonzalez
I'm not an English writer so I know the manual is full of mistakes. At this point correct them is a useless work because I will change the manual many times until it is complete. But when I finish it, I need readers and revisers to change all mistakes.I am making a great effort writing in

[tw5] Import from Known URI useful trick and improvement desired

2019-11-10 Thread TonyM
Folks, On windows and in FireFox If you capture a link to a tiddler wiki or json file, perhaps even a tiddler. - Copy and address from the browser address bar - Copy a full path and filename from explorer - Use file:///C:/Data/ in the browser and locate a file and copy link

Re: [tw5] Re: Ipfs with TiddlyWiki

2019-11-10 Thread TonyM
Post script; And could we publish each tiddler independently, at least select ones. Regards Tony On Monday, 11 November 2019 17:43:58 UTC+11, TonyM wrote: > > Xavier > > Thanks, I am still a little out of my depth but I am very interested in > the futures in this. I have some background

Re: [tw5] Re: Ipfs with TiddlyWiki

2019-11-10 Thread TonyM
Xavier Thanks, I am still a little out of my depth but I am very interested in the futures in this. I have some background knowledge of blockchain. It means that everyone can save and get a new copy. Does that mean that the IPFS server will retain every saved version or are the old ones aged

[tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2019-11-10 Thread TonyM
Folks, I have a nice little JSON of settings to drop on a tiddlywiki to see things how I like it. Drop the attached json on tiddlywiki.com or an empty.html to see. I did a little research such as here

Re: [tw5] Re: Ipfs with TiddlyWiki

2019-11-10 Thread Xavier Maysonnave
Hi Tony, Right now this is the standard behavior as the File saver. It means that everyone can save and get a new copy. When you save your wiki, the whole content is stored on Ipfs. However you can store your attachments individually over Ipfs, encrypted or not. Ipfs files are immutable it

[tw5] Re: Ipfs with TiddlyWiki

2019-11-10 Thread TonyM
Xaiver, Thanks for those references. When using IPFS; - Does it save the whole wiki as a single file, or as independent tiddlers? - Is there a way to control who can save and who can't? - Will we be able to save data such as current logged in user and deal with possible

[tw5] Re: Reordering Tags

2019-11-10 Thread Eric Shulman
On Sunday, November 10, 2019 at 8:42:39 PM UTC-8, mageykun wrote: > > Per: https://tiddlywiki.com/static/Tagging.html > > >> Change the order in which tags are listed >> By default, tagged tiddlers are listed in alphabetical order. > > If you want any other order, add a list field to the tag

[tw5] Re: Reordering Tags

2019-11-10 Thread TonyM
mageykun Take a "tagename" you have used and add it to this macro instead or tagname <> This will create a tag pill, you can click this and see the tiddlers with the tag, or open a tiddler by the name of the tag. If you have more than one tiddler tagged in the tag pill popup you can drag

[tw5] Reordering Tags

2019-11-10 Thread magey kun
Per: https://tiddlywiki.com/static/Tagging.html > Change the order in which tags are listed > By default, tagged tiddlers are listed in alphabetical order. If you want any other order, add a list field to the tag tiddler, and set > its value to be a list of the tiddlers in that order. I'm

[tw5] Re: Ipfs with TiddlyWiki

2019-11-10 Thread Xavier Maysonnave
Dear Friends, Following Tony's request here a few links about Ipfs. Ipfs stands for Interplanetary File System. Basically this a decentralized distributed file system. https://ipfs.io/ https://en.wikipedia.org/wiki/InterPlanetary_File_System https://blog.cloudflare.com/distributed-web-gateway/

[tw5] Shared, synced collection of macros between multiple wikis?

2019-11-10 Thread David Allen
I have two wikis which both have a large number of macros that are common between them. Both are hosted on tiddlyspot. I'd like to be able to modify one of these common macros in one wiki, then have it automatically update in the other wiki without having to worry about which ones I've

[tw5] Re: How to create multiple entries in a data tiddler?

2019-11-10 Thread 'Mark S.' via TiddlyWiki
Since you're writing to the same indexes on the same tiddler, it overwrites them. There's no tools in TW for handling nested data tidders, but you can use Joshua Fontany's JSON Mangler: https://joshuafontany.github.io/TW5-JsonMangler/ Then you can make $index=level1/Title,

[tw5] How to create multiple entries in a data tiddler?

2019-11-10 Thread si
Hi all. I'm struggling to figure out how to create both multiple objects in a JSONTiddler and nested objects. Here is an example of some code to create an entry in the JSONTiddler "myData". <$edit-text tiddler="$:/state/enter-text"/> <$button> <$wikify name=title-value text="<> - <>" >

[tw5] Re: Compression of embedded images

2019-11-10 Thread Eric Shulman
On Sunday, November 10, 2019 at 4:23:39 AM UTC-8, PMario wrote: > > This may be interesting: > https://support.mozilla.org/en-US/kb/firefox-screenshots ... If a > screenshot is done, you can use CTRL-V to import it into TW as PNG. > In Chrome, you can take a screenshot by using ctrl-shift-I

[tw5] Re: Best method to update date fields in tiddlers?

2019-11-10 Thread TonyM
Jesse The trick is to make a date time stamp that you click when you action it. E.g. weekly-date and make a list that only lists items with a weekly date older than 7 days. This way you do not need to update the date field except when you touch it. Regards Tony -- You received this message

Re: [tw5] SonicPi, TiddlyWiki and OSC?

2019-11-10 Thread PMario
On Saturday, November 9, 2019 at 6:29:19 PM UTC+1, Jeremy Ruston wrote: ... > Sam and I presented our work at a keynote at CodeMesh 2019 yesterday in > Joe’s honour along with Robert Virding, one of the co-inventors of Erlang > with Joe. I’ve copied some photos below, and will post the video

[tw5] Re: Compression of embedded images

2019-11-10 Thread PMario
On Sunday, November 10, 2019 at 4:08:15 AM UTC+1, Mal wrote: In my application, I think we are mostly dealing with screen shots and > pretty much only view the wikis on screens, ranging from desktops to > mobiles, so no need for printing. > Hi, As TT pointed out I also use IrfanView

[tw5] Re: Compression of embedded images

2019-11-10 Thread PMario
Hi, This may be interesting: https://support.mozilla.org/en-US/kb/firefox-screenshots ... If a screenshot is done, you can use CTRL-V to import it into TW as PNG. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this