[tw5] Re: Comparing Tiddlers in Two TiddlyWiki instances: Step 1

2022-03-16 Thread Riz
nternet if I run into an issue, and the knowledge I acquire during the process will come handy outside the context of TW. Sincerely, Riz On Wednesday, 16 March 2022 at 22:31:50 UTC+5:30 cj.v...@gmail.com wrote: > *Aside:* > > Man, I wish you had started a separate discussion thread (with a

[tw5] Re: Comparing Tiddlers in Two TiddlyWiki instances: Step 1

2022-03-16 Thread Riz
This is a cool trick. With a little JavaScript you can remove the regex based processing of URL and expand it beyond a single action. Ref: https://www.sitepoint.com/get-url-parameters-with-javascript/ On Wednesday, 16 March 2022 at 07:50:47 UTC+5:30 cj.v...@gmail.com wrote: > Step 1: Getting a

[tw5] Re: tekan plugin and "get more plugins" conflict, fyi

2021-12-09 Thread Riz
at 19:09:37 UTC+5:30 arunn...@gmail.com wrote: > Hi Riz > > Any plans to release an updated Tekkan plug in > > On Thursday, December 17, 2020 at 11:59:48 PM UTC+5:30 arun babu wrote: > >> Hi Riz, >> >> Is there any update available for Tekan plug in as told by y

[tw5] Re: Triggering ActionWidget (e.g., action-setfield) programmatically from a macro

2021-12-08 Thread Riz
You can rewire the save tiddler button to check for the presence of words in tiddler text and if yes, execute actions. I assume the search operator will come handy. On Wednesday, 8 December 2021 at 20:03:14 UTC+5:30 Sid T. wrote: > Hi, I'm trying to understand how to programmatically add a

[tw5] Re: Help configuring Timimi and autosave

2020-11-22 Thread Riz
Hi Timimi author here. I don't have anything to add to the comments given above. The best case workflows are as mentioned above. I merely dropped in to apologize for not replying earlier. Google groups in mobile somehow does not show the option to reply to posts now. On Sunday, 22 November

[tw5] Re: Instructions for saving single file in Chrome, with and without Timimi

2020-10-14 Thread Riz
Hi David Chrome has one more step - In your chrome browser, open More Tools > Extensions > Timimi > Details - Ensure that *Allow access to file URLs* is checked. On Wednesday, 14 October 2020 at 06:15:40 UTC+5:30 David Gifford wrote: > > Hi all > > I am doing a tutorial in Spanish on

[tw5] For a reader, is TiddlyWiki better than reading a PDF, and why?

2020-07-20 Thread Riz
Yes. PDF do not flow text, which makes it hard to read in mobile phones. PDFs are not easily annotable. The solutions for annotating PDF either permanently modifies the file or keeps the annotations tied to that software which might not be available cross platform. Epub annotations follow the

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-09 Thread Riz
Being on the subject, I think cloud sync could be a welcome feature, as long as local sync is also enabled. Also if anyone could work on a native editor interface for tiddlywiki on small screens that would be awesome. -- You received this message because you are subscribed to the Google

[tw5] Default text and tags for new tiddlers

2020-06-29 Thread Riz
1. Create one Tiddler with your required tags and text. Let us say this Tiddler is named "mytiddler" 2. Go to advanced search>shadows tab and search for Tiddler named "$:/core/ui/Actions/new-tiddler". 3. Change the text in "$:/core/ui/Actions/new-tiddler" to the following <$action-sendmessage

[tw5] Git as syncadapter

2020-06-27 Thread Riz
A separate file watcher would be a low key solution. Watch a specific Tiddler and trigger commit if content changes It would be interesting to see if webserver API can be extended to create an endpoint to do this. -- You received this message because you are subscribed to the Google Groups

Re: [tw5] Re: Improvements to "GettingStarted"

2020-06-24 Thread Riz
So minor changes: 1. Single file is the first option now among flavours 2. TiddlyDesktop is the first option among savers 3. Tiddlyserver is specially mentioned in Installing Nod.JS Tiddler. I guess people who look for node will be the ones most interested to try out Tiddlyserver. -- You

[tw5] Re: Improvements to "GettingStarted"

2020-06-23 Thread Riz
e CSS given in the demo? Right now I have kept it limited to the tiddlers I modified in this demo. Sincerely, Riz -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from i

[tw5] Re: Announcing TiddlyWiki Playground

2020-06-23 Thread Riz
See: https://www.reddit.com/r/TiddlyWiki5/comments/heafq2/tutorial_on_how_to_contribute_to_tiddlywiki/ -- 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] Tutorial on how to contribute to tiddlywiki documentation

2020-06-23 Thread Riz
is necessary. This is intended for those who 1. Intend to make sweeping changes in documentation for which browser is not exactly the best medium. 2. Prefers to work on their IDE. Pre requisites Familiarity with git and GitHub. Sincerely, Riz -- You received this message because you are subscribed

[tw5] Announcing TiddlyWiki Playground

2020-06-23 Thread Riz
This is actually brilliant. You need to create a PR to the community section. -- 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: Timimi Firefox Ubuntu and External Hard Drive

2020-06-21 Thread Riz
and discussion for this on the tiddlywiki repo here: https://github.com/Jermolene/TiddlyWiki5/pull/4526 Sincerely, Riz -- 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, sen

[tw5] Re: Timmini won't save using Oprah

2020-06-19 Thread Riz
As Birthe pointed out, the easiest way to ensure correct installation is verify existence of relevant files. Please open your terminal and run the following commands cat $HOME/.config/google-chrome/NativeMessagingHosts/timimi.json ls $HOME/.local/share/timimi/ On Friday, 19 June 2020 22:07:27

[tw5] Improvements to "GettingStarted"

2020-06-18 Thread Riz
So the the presently the text goes like this Hello there. Tiddlywiki is a note taking applications that is unlike most of the traditional alternatives you must have come across. A few points to keep in mind before going further. 1. You can view, navigate and search your tiddlywiki files

[tw5] Re: Improvements to "GettingStarted"

2020-06-17 Thread Riz
The major question at this point is what is the algorithm for the "Help me choose it" option. I got only two steps till now Do you need cloud synchronization? - Yes : - Which of the following cloud services would you prefer? GitHub, Gitlab, Dropbox, Google Drive - No: Go to next question

[tw5] Re: Improvements to "GettingStarted"

2020-06-14 Thread Riz
Hi Thomas, The entire card is a link. So a link within a link would not a great UI choice. -- 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: Improvements to "GettingStarted"

2020-06-14 Thread Riz
Hi, I have only made visual changes, nothing else. If choosing a set of options does not show a saver, it is because it needs more tags. Colors correspond to delivery methods. This is not obvious right now. However the next step is to reclassification of savers to broad categories and listing

[tw5] Local Search Engine - Passing search parameters from address bar

2020-06-11 Thread Riz
See https://tiddlywiki.com/#PermaLinks You can specify a filter in the URL. Since there is a search operator in filters, you can actually pass search variable in URL to Tiddlywiki. Tiddlywiki has ton of functionality that is kinda hidden in Documentation. -- You received this message because

Re: [tw5] Re: TiddlyWiki toolmap in the welcome tiddler

2020-06-11 Thread Riz
Why isn't the list added to the community resources part? Isn't that the first point of contact? Should we not work towards updating the community resources of tiddlywiki.com? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: TW5 subreddit crossed 1000 users

2020-06-09 Thread Riz
tiddlywiki subreddit is like tiddlywiki in nature . Sincerely, Riz -- 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.co

[tw5] Re: TW5 subreddit crossed 1000 users

2020-06-09 Thread Riz
can help you better Sincerely, Riz -- 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 view this discussion on the

[tw5] TW5 subreddit crossed 1000 users

2020-06-08 Thread Riz
. If you are not a redditor, well, you are missing out. Sincerely, Riz -- 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...@google

[tw5] Is it possible to divide this Google group into subgroups?

2020-06-07 Thread Riz
There are subgroups actually. For really technical part, there is Tiddlywiki developer group, for documentation there is Tiddlywiki documentation group and recently there started a group dedicated to Tiddlywiki UI. There are also tags people can use to classify posts. -- You received this

[tw5] Re: TiddlyGov - large scale government intranet

2020-06-01 Thread Riz
You need to contact Jeremy directly. He offers setting up such projects through Federatial. Sincerely, Riz -- 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, sen

[tw5] Minimalist me: using unicode characters instead of images

2020-05-25 Thread Riz
Tad old but notable https://tutorialzine.com/2014/12/you-dont-need-icons-here-are-100-unicode-symbols-that-you-can-use -- 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

[tw5] Webserver: PUT request failing with error

2020-05-25 Thread Riz
uot;, "fields": { "my-custom-field": "Field value" } }' Is there a value of X-Requested-With header that is necessary? Anyone who successfully managed to issue a PUT request against the TW-Server, could you furnish the command you issued?

[tw5] Re: Timimi install question

2020-05-24 Thread Riz
All right. Let us review. You downloaded timimi native host to your download folder? What is the name of the file there? -- 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

[tw5] Re: HomelabOS fixed my issue with TW!!!

2020-05-23 Thread Riz
Would you like to write a guide for newbies to get such a set up running? We will feature it in reddit. Sincerely, Riz -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails fro

[tw5] Re: tekan plugin and "get more plugins" conflict, fyi

2020-05-23 Thread Riz
g both the plugin and standalone edition of Tekkan. !0-15 days possibly. Sincerely Riz -- 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 tid

[tw5] Re: Saving changes on Android to the same file name

2020-05-23 Thread Riz
In case you did not know, Tiddlywiki now has a android app that lets you save HTML TW5s where they are located Readme: https://github.com/donmor/TiddloidLite APk: https://github.com/donmor/TiddloidLite/releases -- You received this message because you are subscribed to the Google Groups

[tw5] Redesign of the edittemplate area: an unfinished prototype

2020-05-19 Thread Riz
Hi David a. Popups are unwieldy in mobile screens. Go for an accordion instead. https://tiddlywiki.com/#RevealWidget This will solve two of your issues - persistence of the checkboxes, as well as ensuring that the data stays within the confines of tiddler. b. You can hide them with CSS

[tw5] How to publish a plugin?

2020-05-19 Thread Riz
I am on mobile. But search this group for a plugin called "tinka". It is a plugin that will help you make other plugins -- 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

[tw5] Re: [Tutorial] running your own Node.js TW5 on Microsoft Azure for Free

2020-05-18 Thread Riz
Hi Tony I There are a couple of questions for you over at Reddit https://www.reddit.com/r/TiddlyWiki5/comments/gkvckn/running_your_own_nodejs_tw5_on_microsoft_azure/ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Personal News

2020-05-18 Thread Riz
Best wishes and take good care of yourself. Will keep you in our prayers Sincerely Riz -- 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 tiddlywik

[tw5] Re: Redesign of TiddlyWiki

2020-05-17 Thread Riz
Status? -- 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 view this discussion on the web visit

[tw5] Question on "sort by date"

2020-05-17 Thread Riz
There is no out of the box way to do this. Pat best someone could write a macro that will be a workaround, or a JavaScript filter specifically for this purpose. If you have only started, shifting the naming scheme to -MM-DD would be a good idea. If you don't want to do that, you can

[tw5] Re: [Plugin] Daily Notes - Interstitial Journaling plugin TiddilyWiki

2020-05-17 Thread Riz
Hi, links to demo seems dead? -- 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 view this discussion on the web visit

[tw5] Re: [Question] how to filter all temp tiddlers?

2020-05-16 Thread Riz
[prefix[$:/temp]] -- 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 view this discussion on the web visit

[tw5] Re: [Solution] Preserving Paragraphs or using new line to indicate Paragraphs

2020-05-13 Thread Riz
ler, they will look like somebody pulled them vertically. In case your only intention is to add text/links/lists etc to tiddlers, the above would work. Comes with the obligatory warning that you must not try this in a wiki in use - but in an empty wiki. Sincerely, Riz On Wednesday, 13 May 20

[tw5] Re: [Solution] Preserving Paragraphs or using new line to indicate Paragraphs

2020-05-13 Thread Riz
We can just do away with nuances and add this to $:/core/ui/ViewTemplate/body and call it a day. Sincerely, Riz -- 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, sen

[tw5] Re: The MESS of knowing what is what ... GG is poison ...

2020-05-10 Thread Riz
4. Has an associated Wiki with the forum - of which editing privileges can be distributed. 5. Multiple dedicated mobile applications Disadvantages 1. Email based workflow not possible 2. Allows only one tag per post. You can always tag it like [post] my post... Rest is similar to GG. Sincerel

[tw5] Re: A CSS only library to fill your empty background with beautiful patterns.

2020-05-07 Thread Riz
like class={{{ tc-tiddler-frame tc-tiddler-view-frame 5. Add your classes to that list. It would look like class={{{ pattern-diagonal-lines-md bg-blue white tc-tiddler-frame tc- tiddler-view-frame Sincerely, Riz -- You received this message because you are subscribed to the Google Groups &quo

Re: [tw5] Re: Demo: Proposal for slight visual changes to getting started tiddler

2020-05-06 Thread Riz
Ain't nobody gonna tell me why Bob is not there with savers? Is there a particular reason? Or did the community collectively forgot to put it there because everyone knows Bob already. It would be amusing of the reason is that. Makes us wonder what other thing we all take for common knowledge is

Re: [tw5] Re: Demo: Proposal for slight visual changes to getting started tiddler

2020-05-06 Thread Riz
update for the list of saving methods and community resources. That is what I am doing here. Sincerely, Riz -- 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 tid

[tw5] Re: Demo: Proposal for slight visual changes to getting started tiddler

2020-05-05 Thread Riz
> Always provide an other button. > You mean for OS? Is there any known and working savers for other OS? For eg, have anyone tested tw5 in chrome OS or Firefox OS? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: Demo: Proposal for slight visual changes to getting started tiddler

2020-05-05 Thread Riz
> Always provide an other button. > You mean for OS? Is there any known and working savers for other OS? For eg, have anyone tested tw5 in chrome OS or Firefox OS? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: Demo: Proposal for slight visual changes to getting started tiddler

2020-05-05 Thread Riz
Unrelated QN: Is there a particular reason as to why Bob is not listed among the saver methods? -- 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: Demo: Proposal for slight visual changes to getting started tiddler

2020-05-05 Thread Riz
> I wonder, is it possible to detect the OS during boot-up and set the > default buttons accordingly? > > The reason I ask is that most software that I download does exactly this: > It presents a menu that attempts to steer me towards whatever platform that > I'm currently on. > > This is

[tw5] Demo: Proposal for slight visual changes to getting started tiddler

2020-05-05 Thread Riz
we can set the Community Resources for follow the same card pattern. Sincerely, Riz -- 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...@googl

[tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-05 Thread Riz
software. Scan it with Kaspersky, scan it with ESET, scan it with Norton, scan it with clamwin. If you are still not satisfied - the entire code is in GitHub. You can download it, read line by line and compile it. Install golang, open the terminal, run `cd timimi/host && go build`. Sincer

[tw5] Re: Is there a fairly minimal workflow to import pages from Roam into TiddlyWiki?

2020-05-04 Thread Riz
How deep does the levels go? Are there arbitrarily infinite levels? Like Children, grandchildren and so on? -- 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: Is there a fairly minimal workflow to import pages from Roam into TiddlyWiki?

2020-05-04 Thread Riz
We could probably 1. treat the created time as title 2. Consider children to be tagged by their parent. -- 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] Checkbox widget error with field is set as "list"

2020-05-04 Thread Riz
Just checking if I am the only one with this error Steps to reproduce Download an empty tiddlywiki Create a new tiddler Paste the following <$checkbox field="list" checked="open" unchecked="closed" default="closed"> Is it open? Sincerely

[tw5] Re: Reviving TiddlyWiki Hangouts

2020-05-04 Thread Riz
On Monday, 4 May 2020 23:28:35 UTC+5:30, Riz wrote: > > I ll start with the usual suspects > > * Mohammad - because I think he has a lot of tricks he ain't telling us > about > * BurningTreeC - if we need to hear about anybody's UI vision, it is him > * JD - bcoz JD de

[tw5] Re: Reviving TiddlyWiki Hangouts

2020-05-04 Thread Riz
I ll start with the usual suspects * Mohammad - because I think he has a lot of tricks he ain't telling us about * BurningTreeC - if we need to hear about anybody's UI vision, it is him * JD - bcoz JD deserves an episode all to himself * If you could catch Mat and Jed together in an episode -

[tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-04 Thread Riz
i-Firefox. It comes with no threats Sincerely, Riz On Monday, 4 May 2020 07:11:00 UTC+5:30, TAV wrote: > > Weird, I've been using it with no issue, suddenly this morning it is > flagged as trojan by Windows Security? > > > -- You received this message because you are subscribed to the

[tw5] is there an "AND" version of tagging operator?

2020-05-03 Thread Riz
Say myfield contains a list of 5 titles - I want to find tiddlers tagged by all of them in combination [enlist{!!list}tagging[]] This code would list all tiddlers tagged by at least one of them - tag[title1] or tag[title2] and so on. I want to find tag[title1] AND tag[title2] AND tag[title3]

[tw5] Re: List of changes proposed for documentation

2020-05-03 Thread Riz
Attached is the proposal for "Getting started -Firefox" I was considering. Other platforms can be reshaped in this model. Please download, *drag it to tiddlywiki.com* and see -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

Re: [tw5] Re: List of changes proposed for documentation

2020-05-03 Thread Riz
: > > Riz, > I don't want to go in details! but one of barrier for newbies using TW is > the documentation! Sometimes I say, to learn something you need a tutorial, > instruction, teacher, ... to take you from step A to step B! > Tiddlywiki is nonlinear so, in its wild nature it

[tw5] Re: Daily note button not working

2020-05-03 Thread Riz
You must be using either TiddlyBlink or Stroll? If you mention that in title, the creator of said plugins can chime in and solve your issue better. Meanwhile share more details - like where did you download it from, your OS, browser, browser version etc. sincerely, Riz On Sunday, 3 May 2020

[tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-03 Thread Riz
While I have you guys here, please spare a couple of moments to leave ratings/reviews in addon-stores and github Chrome addon store Firefox addon store

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
Oh, glad to hear that. I will add those instructions to documentation for others. Hope you enjoy timimi -- 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

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
wh/Library/Application > Support/Google/Chrome/NativeMessagingHosts/timimi.json > > Created host executable: /Users/jwh/Library/Application > Support/timimi/timimi > > > > Installation finished without errors. > > Have a great day!! > > jwh@Jeffreys-MBP-2 Do

[tw5] Re: List of changes proposed for documentation

2020-05-02 Thread Riz
pplied, and if someone else > disagrees they can do their own PR. > I felt like - any changes to tiddlyfox tiddlers might be controversial. GIven that I authored one of the tiddlyfox alternatives, I have a conflict-of-interest. Hence asking the community first. WIll definitely make PRs Si

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
for opening it. So I "forced" it, and I get this >> error in Terminal: >> >> Last login: Sat May 2 08:46:04 on ttys000 >> >> jwh@Jeffreys-MBP-2 ~ % run >> >> zsh: command not found: run >> >> jwh@Jeffreys-MBP-2 ~ % Run >>

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
@JW Can you right click on the downloaded installer and select "Open with > Terminal" -- 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

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
I am happy too. I am glad that a veteran tiddlywiki community member like you chose to give timimi a try. Hope you enjoy it. If you have any suggestions regarding, do let me know. I will work on the installer issue. Sincerely, Riz -- You received this message because you are subscribed

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
den 2. maj 2020 kl. 19.40.07 UTC+2 skrev Riz: >> >> Ok, That actually seems weird >> >> Just clarifying - you did go to Chromium menu (top-right three dots) > >> More Tools > Extensions > Timimi > Details and check the "Allow access >> to

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
ght clicking the timimi icon in the browser, I saw it in the dropdown - > no notification. > My tiddlywiki file is in my dropbox folder: /home/lenovo/Dropbox/Birthes > ny TW5er. > > Birthe > > lørdag den 2. maj 2020 kl. 19.21.30 UTC+2 skrev Riz: >> >> Also about this

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
Also about this point When I right click the icon it says I am not able to read or change website > data > You were right clicking on the timimi icon on the toolbar? And this error appeared as a notification? Can I also know where is the tiddlywiki.html in your harddrive? -- You received

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
Ok, I need to spin up a VM and test it. Might take some time before I can come back you. Please enjoy timimi in Firefox till then Sincerely, Riz On Saturday, 2 May 2020 22:42:16 UTC+5:30, Birthe C wrote: > > Linux Mint 19.2 Tina base: Ubuntu 18.04 bionic, Chromium Version > 80.0

Re: [tw5] Re: List of changes proposed for documentation

2020-05-02 Thread Riz
Hi Mark, I think Mat was talking about how normal users might not be interested in this post as long as it is not directly relevant to them. Nevertheless, I had the same idea as yours. Hence the posting in this group. Do you have any objections/suggestions towards the points I made? -- You

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
That is interesting. In your browser, timimi is not detecting tiddlywiki at all. Which version of Chromium and Mint is this? Also you mentioned your browser is in another language. Which language is it so that I may replicate it in tests? -- You received this message because you are

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
Hi Birthe, So it is an installer issue. I am attaching a json file personalized for you. Please download it, place it in the folder ".config/chromium/NativeMessagingHosts" and try saving a tiddlywiki file using chromium -- You received this message because you are subscribed to the Google

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
@JW > How do you recommend I load the wiki into Chrome? > It does not matter how you load it into chrome. Timimi only cares it is a local file. Have I loaded Timimi correctly? Well, I have to ask back - Have you installed the native host in your computer? Is there any error messages being

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
".config/chromium/NativeMessagingHosts". In that folder, there should be a file called timimi.json. Can you please post its contents here? Sincerely, Riz On Saturday, 2 May 2020 21:51:15 UTC+5:30, Birthe C wrote: > > Of course I did try to save, but absolutely nothing happens. I

[tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
Thank you 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 view this discussion on the web visit

[tw5] Re: List of changes proposed for documentation

2020-05-02 Thread Riz
Fair point. My initial idea was to make PRs if there are no objections. But your argument makes more sense. Will do as you said. -- 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,

[tw5] Re: List of changes proposed for documentation

2020-05-02 Thread Riz
@Mat. Cool. Should I post it to Dev group? I fear if I post it one more time, Google groups would consider it spam -- 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

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
Also you can always use the previous version. All versions of timimi are available here https://addons.mozilla.org/en-US/firefox/addon/timimi/versions/ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
That is really worrying. Can you please ensure the following things - In your home folder there will be an APPDATA folder. Open it and look for Timimi-Firefox folder. Inside the folder, there should be a timimi executable and timimi.json. Please post the content of timimi.json here - Open

[tw5] Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-02 Thread Riz
Updates pushed: Fixing bugs where chrome failed to show saved settings Clicking on timimi icon on toolbar directly opens timimi options page. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw5] Re: List of changes proposed for documentation

2020-05-01 Thread Riz
edit documentation in GitHub. Just remember not to make pull request against master branch. Try pushing your changes. Jeremy and PMario is usually very prompt in discussing changes and making suggestions they think is necessary. Sincerely Riz -- You received this message because you

[tw5] List of changes proposed for documentation

2020-05-01 Thread Riz
Sorry about the other post. It seems google groups is messing with me today. So, I made some changes to documentation changes and pushed them already. Some others, I felt like I would need to consult the community. Few things are very much in need of updates. Major Points 1. Despite

[tw5] Re: List of suggested changes to documentation

2020-05-01 Thread Riz
How do you delete a post completely? -- 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 view this discussion on the web

[tw5] Re: List of suggested changes to documentation

2020-05-01 Thread Riz
Err, it seems deleting the original post won't delete the post anymore? Here is a repost of the text So, I made some changes to documentation changes and pushed them already. Some others, I felt like I would need to consult the community. Few things are very much in need of updates. Major

[tw5] Re: List of suggested changes to documentation

2020-05-01 Thread Riz
m/#Scalability is a claim. There should be links to specific instances of such Wikis IMO. 14. There is a need for rearranging Learning and Working with Tiddlywiki. Things like "Task Management example" and is variations should be together and they should also link to community r

[tw5] List of suggested changes to documentation

2020-05-01 Thread Riz
So, I made some changes to documentation changes and pushed them already. Some others, I felt like I would need to consult the community. Few things are very much in need of updates. Major Points 1. Despite tiddlyfox disappearing entirely from Firefox addon store, it is still documented as

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-01 Thread Riz
ile "Library/Application Support/Mozilla/NativeMessagingHosts/timimi.json" and post the contents here 3. Run this command in your terminal chmod +x /Users/aaarciniega/Library/Application\ Support/timimi/timimi On Friday, 1 May 2020 10:09:52 UTC+5:30, Alfonso Arciniega wrote: &g

[tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-04-30 Thread Riz
@Mikesch Thank you Mike. Which browser and OS did you run it on? -- 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 view

Re: [tw5] Tiddly Extension for Firefox 57?

2020-04-30 Thread Riz
Please note that from version 2.1 [latest] onwards, the executable can be located in Library/Application Support/timimi/ This is to ensure that multiple browsers can access it. On Thursday, 30 April 2020 12:33:19 UTC+5:30, Boaz Nash wrote: > > Hello all, > I just wanted to let people know

[tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-04-29 Thread Riz
these would require lot of discussion, streamlining and community input. Once it is becomes part of the core, I can hopefully update timimi to support it. Thank you for your support and suggestions. Always happy to contribute to this community Sincerely, Riz -- You received this message because

[tw5] number ranking

2020-04-29 Thread Riz
Do not use sort. Use "sortan" operater. It is specifically made for this. -- 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.

[tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-04-28 Thread Riz
mobile phone. That is my idea of a mobile theme for TW5. It has a lot of moving parts right now. So not recommended for public use. Sincerely, Riz -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

Re: [tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-28 Thread Riz
Try adding "./" to node_modules too. -- 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 view this discussion on the web

[tw5] svg shapes macros

2020-04-28 Thread Riz
With a little work tiddlywiki community can develop this concept into a charting library. There might be takers in the quantifiedself followers for a programmable editor with a charting library. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

  1   2   3   4   5   6   >