Hi Jeff Welcome to the group.
> my website has an asp sql database search engine. Is there a way to use this > code with tiddlywiki? One approach would be to construct a simple RESTful web service in ASP that can be invoked by TiddlyWiki from the browser. Besides writing the service handler on the ASP side, you’d also need to write some TiddlyWiki code to invoke it. This could be done with either the standalone HTML file configuration, or running TiddlyWiki under Node.js. The other approach would be to run the Node.js configuration and access the database directly from the server side JavaScript. Of course, if you’re already exposing the search engine via HTTP as HTML, the simplest approach would be to embed it in an iframe element. Can you expand a little on the structure of the database and the functionality that you envisage? Best wishes Jeremy > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWikiDev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywikidev > <https://groups.google.com/group/tiddlywikidev>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywikidev/af9edead-2416-45f9-a996-2c6c31e44a73%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywikidev/af9edead-2416-45f9-a996-2c6c31e44a73%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/192401E3-9D56-489D-8929-B13E6228186A%40gmail.com. For more options, visit https://groups.google.com/d/optout.
