[tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-28 Thread Atronoush
amreus, On Sunday, October 4, 2020 at 11:50:09 PM UTC+3:30 amreus wrote: > Just playing with an idea I might have read about on this forum. It's not > completely functioning at moment, but enough of it is that I'm certain it > can be made to work. > > I made a browser bookmarklet that opens

Re: [tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-26 Thread Atronoush Parsi
On Mon, Oct 26, 2020 at 10:44 PM amreus wrote: > > Please have a look at https://github.com/buggyj/tiddlyclip > > I read the page - still don't know what it's for. > It is one the most powerful plugin for making bookmarks directly from Firexfox/Chrome. Clip part of webpage as a tiddler and much

[tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-26 Thread amreus
> Please have a look at https://github.com/buggyj/tiddlyclip I read the page - still don't know what it's for. > 1. Is it possible to prevent overwriting an existing tiddler by adding a prefix number like 1, 2, ...? Yes it's on my short list of things to do. > 2.Is it possible to have

[tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-26 Thread Atronoush
amreus, Please have a look at https://github.com/buggyj/tiddlyclip You can get some good idea to develop TiddlywikiBookmarklet Atro On Sunday, October 4, 2020 at 11:50:09 PM UTC+3:30 amreus wrote: > Just playing with an idea I might have read about on this forum. It's not > completely

Re: [tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-26 Thread Atronoush Parsi
Hi amreus, It works now! Thank you! Some minor suggestions: 1. Is it possible to prevent overwriting an existing tiddler by adding a prefix number like 1, 2, ...? 2.Is it possible to have extra fields, especially Text field? I mean while a user is allowed to add a special tag, he/she can add

Re: [tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-26 Thread amreus
2 initial thoughts.. 1. This will only work with the TiddlyWiki node server. It does not work with the Bob server because it has a different API. 2. Be sure to use 127.0.0.1:8080 and not localhost:8080 in the bookmarklet. It matters to avoid the cross-site scripting issue. I made some small

Re: [tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-26 Thread Atronoush Parsi
The same error on Firefox! On Sun, Oct 25, 2020 at 11:41 PM amreus wrote: > "Testing? We don't need no stinking Testing." > > Seriously, though I use Firefox and will need to try it using Chrome. I > don't have it installed but do have a portable version I can try. > > If you know how to open

Re: [tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-25 Thread TW Tones
Amreus, Great contribution here for the community. Quick collection of urls and names would be a wonder full way to quickly collate ones internet research. My own server config skills are not strong but please let us know if and when this leaves POC and can be widely used. Just ask if you

Re: [tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-25 Thread amreus
I just tried in Chrome - worked as expected. I'm not sure how to troubleshoot from here. I'll start by reviewing my instructions. I might not get back to things until later in the week. On Sunday, October 25, 2020 at 3:40:34 PM UTC-4 Atronoush wrote: > amreus > Thank you for sharing. I

Re: [tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-25 Thread amreus
"Testing? We don't need no stinking Testing." Seriously, though I use Firefox and will need to try it using Chrome. I don't have it installed but do have a portable version I can try. If you know how to open the Chrome developer console, it would be helpful to see if there are any errors

Re: [tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-25 Thread Atronoush Parsi
amreus Thank you for sharing. I created a new wiki tiddlywiki mywiki --init serverand then created an extra folder files in mywiki folder with form.html and func.js as you advised. Running new wiki using tiddlywiki mywiki --listen csrf-disable=yes everything was fine Now from TWMark bookmarks

[tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-25 Thread amreus
Just wanted to post the latest code of my bookmarking-to-tw tests. Briefly, it works by using a bookmark that opens a popup with a form that is populated with the current site title and url, allows editing of fields, then sends the data as a new tiddler in a TiddlyWiki running on a node

[tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-04 Thread Joshua Fontany
I've been tinkering with batch importing from Chrome an dFirefox, but that did not solve the "once I have them all in TW what to do going forward" with my TWBookmarks ideas. I will have to come back to this, thanks! I think this is a great start! Here is the pertinent Docs on Tiddlywiki.com: