One problem with this is that if you install a plugin you will be prompted 
to reload your tiddlywiki from the current location, not the 'new version'

If you are happy to have all your tiddlywikis stored under the default 
download dir you could use this plugin:

https://chrome.google.com/webstore/detail/downloads-overwrite-exist/fkomnceojfhfkgjgcijfahmgeljomcfk?hl=en

this enables overwrites to the current tiddlywiki on save

cheers

BJ


On Wednesday, March 9, 2016 at 4:58:15 AM UTC, CL wrote:
>
> Well, I couldn't make or find batch file but interestingly, I have found 
> AutoHotKey <https://autohotkey.com/> code that works for me.
> I was going to link the original page that I found the code. I could find 
> similar codes like this 
> <https://autohotkey.com/board/topic/59408-get-the-newest-file-in-a-folder/> 
> and this 
> <https://autohotkey.com/board/topic/96280-solved-get-the-name-of-the-last-modifiedcreated-file/>,
>  
> I just couldn't find the exact page. So, I am just posting the code. This 
> code was the simplest version I could find, and the code looks fairly 
> straightforward.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *loop, C:\Users\Username\Directory\*.html{  if (A_LoopFileTimeModified > 
> modtime)  {    modtime := A_LoopFileTimeModified    file := 
> A_LoopFileFullPath  }}run, %file%*
>
> Basically, this code look for newest modified file in the folder declared 
> in that first line.
> In summary, you could use downloads router to sort into folders for each 
> wiki files then, use this AutoHotkey script to lauch the newest file
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/a0c74816-55d2-4d35-9c99-40f20041b896%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to