Dear Jed,
Thank you very much for the extensive explanation. That I didn''t see that.
Dumb.
Teaches me not to work at night, not to long anyway. 8-)) Anyway everything
is now A-OK
This begs some questions.
1. If you are going to add to the defaults more mime types as you told
TiddlyTweeter, will it
then in the future be neccessary to edit the $:/WikiSettings/split/mimeMap
oneself? Nooo,
I am not lazy! 8-))
2. In the manual setting there is also this
} ,
"suppressBrowser"*: ""*, Here are the colon + clickable quotation marks. I
did not do that of course.
But that is not a problem?
3. BTW From my 32bit PC the wiki open rapidly on the Macbook of my wife and
we can make
new tiddlers there. Immediatly they appear on my PC. Fine. I also connected
my very old Mac
(Powerprocessor, G4) and after a bit wheezing and couging, lo behold on
TenFourFox there was
my wiki. Slightly difficult to use as the fonts are a bit different, so to
point the pointer at the
right spot was a bit awkward, but nevertheless. Great!! Masterful work Jed!
4. Last question. *How many people could edit the wiki at the same time
without killing it?*
Suppose thet would have to add a new tiddler. Have you any idea? Any
whatsoever?
You see after the 22th of this month I have to do a presentation, and it
would be very interesting,
not to use PowerPointor Keynote, but your wiki. I could after the talk or
during it invite our
guests to make a new tiddler with their comments and ideas. In the room
there will be about
36 people. That would be far to much I suppose, but what are your educated
guesses about this.
Much obliged, Jed.
Keep up the excellent work!
Salut, Ed
(PS
I''ll write you an email about Robbie tomorrow)
Op zaterdag 12 mei 2018 13:22:25 UTC+2 schreef Jed Carty:
>
> Ed,
>
> I think I see what happened. In an ideal world what you did should work I
> haven't made it work that way yet.
>
> When you click on the + button to add a new property there are two fields,
> one for the name and one for the value. It looks like you copied the full
> line into the name field. What you need to do is put the name part in the
> name field and the value in the other field. The name field is the shorter
> text box that you copied things into, the value field is the long text box
> below it.
>
> So for each mime-type you put the file extension with the . as the name,
> like
> .mp4
> and then in the other text box you put the mime-type like this
> video/mp4
>
> unfortunately adding these from the interface in the wiki means you have
> to do all of them individually.
>
> To avoid having to do that you can instead edit the tiddler
> $:/WikiSettings/split/mimeMap which was created when you made the mimeMap
> object in the settings (so if you do this again in the future it won't
> exist until you create that object in the settings interface) and edit that
> tiddler so this is its text (replace text that is currently in the tiddler
> but don't touch any other fields):
>
> {
> ".ico": "image/x-icon",
>
> ".html": "text/html",
> ".js": "text/javascript",
> ".json": "application/json",
> ".css": "text/css",
> ".png": "image/png",
> ".jpg": "image/jpeg",
> ".jpeg": "image/jpeg",
> ".wav": "audio/wav",
> ".mp3": "audio/mpeg",
> ".svg": "image/svg+xml",
> ".pdf": "application/pdf",
> ".doc": "application/msword",
> ".gif": "image/gif",
>
> ".mp4": "video/mp4",
>
> ".mov": "video/quicktime"
>
> }
>
>
> I wasn't expecting something like this to be edited. I need to come up
> with a better interface that makes some sense to people who don't have
> experience with it. Let me know if it works.
>
--
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/926a11ea-840b-46b3-8a55-38199fa20b56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.