@Steve - thanks for your reflections on Vimwiki and TW! Very good to hear.
One minor frustration I’ve found with TiddlyWiki is the way it handles > images. If I want to attach an image to a post I need to upload it to the > wiki which makes it automatically load each and every time I bring up my > wiki. I could be wrong, but I’m assuming this doesn’t scale well as you add > more and more images to your wiki (as the filesize would become enormous > and be super slow to load, especially on mobile). > As per docs <http://tiddlywiki.com/#Images%20in%20WikiText>you can have images linked to from the web. And depending on where you host/store your TW you can show a locally stored image like so [img[file:\\\C:\Users\M\Downloads\done-loud.png]] Note: This woks on my my PC and also if \ are exchanged for / - but maybe some things depend on browser, OS etc. I host almost all my TWs on TiddlySpot so there you can't store separate images and link like this so it's not an issue for me. Another tip: tinypng.com <:-) > > I’m thinking about making my next project be a really simple self-hosted > image uploading site that lets you drag in an image and spits out a > WikiText formatted image tag for use in the wiki. This fixes the scaling > problem by keeping large files (images) external. Maybe some others would > find this useful as well :). > > Anyways, thanks again for the warm welcome, I’m very excited to be a part > of the TiddlyWiki community and hope I can make some useful tools for > others as I evolve my own wiki. > > Happy wiki-ing, everyone! > - Steve > > On Apr 18, 2016, at 5:09 AM, Tristan Kohl <[email protected] > <javascript:>> wrote: > > HI Steve, > > this looks very promising and I can already think of a wiki I want to try > this on :) > > One little hint: In your readme you wrote port 8080 in the command and in > the next sentence it is port 8888. > > Cheers > Tristan > > > Am Sonntag, 17. April 2016 17:05:37 UTC+2 schrieb Steve Gattuso: > Hi everyone! > > I'm a newcomer to the TiddlyWiki community (coming off of a long affair > with Vimwiki) and have really enjoyed developing my personal wiki so far. > > One of my favorite aspects of TiddlyWiki has been that it's web-based, > making it possible for me to access my wiki from everywhere (especially my > phone). That being said, I'm a bit paranoid, so I was left a > bit unsatisfied with the tiddlywiki server's HTTP basic auth for protecting > my wiki. ~23 commits later, I've created something called twproxy that I'd > like to share with you all today, as I'm hoping somebody other than myself > will find it useful. > > Essentially it is a simple proxy that puts your wiki behind a username, > password, and optional 2-factor auth prompt. This gives you added security > in addition to the ability to remember your credentials past one browsing > session (I was getting sick and tired of typing my username/password in > over and over using basic auth). > > The project is open-source and released under the MIT license here: > https://github.com/stevenleeg/twproxy > > Hope some of you find it useful, and any/all feedback is welcome! > - Steve > > -- > You received this message because you are subscribed to a topic in the > Google Groups "TiddlyWiki" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/tiddlywiki/rQpFXXHF8dA/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > 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/96c915cc-8b28-4cfa-922b-3dd647950279%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > > > -- 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/4bd28016-824d-4892-8266-b0cd8e10b752%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

