npm installation: when I save wiki in the sidebar, the browser wants to save file
39 views
Skip to first unread message
somen...@gmail.com
unread,
Apr 29, 2016, 11:03:50 AM4/29/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Hi,
I installed tiddlywiki via npm as you said in the Installation instruction. When I press a button of saving in sidebar in the browser I receive "save file" message. I suppose that it does not behave like this because it's server side. What can I do? Is this a bug?
Devin Weaver
unread,
Apr 29, 2016, 11:49:26 AM4/29/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
I don't understand. I would expect that pressing the save button would save and a notification of such would be displayed. Is that not what happens?
Can you clarify:
What do you expect to happen when you press that button?
What actually happens when you press that button?
What is different between those two?
BJ
unread,
Apr 29, 2016, 3:13:09 PM4/29/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
HI somen...
when you run tiddlywiki in nodejs there is a one to one mapping of tiddlers to files, edits you make to tiddlers are save via message thru nodejs to the files. There is still a 'save' button that makes a standalone tiddlywiki of all the tiddlers and downloads this as a single file.