Hi,
Just try my first steps…
My question, is it possible to use in one “page” a picture, Hyperlink and Text-setting like bold?
Or only possible if using and writing HTML Code inside the Page?
Hi,
Just try my first steps…
My question, is it possible to use in one “page” a picture, Hyperlink and Text-setting like bold?
Or only possible if using and writing HTML Code inside the Page?
Hi Topsurfer, welcome aboard.
If by “page” you mean “tiddler shown in the Story River/Main Column” then yes. Click the Edit button on a Tiddler (or click the “New Tiddler” button in the sidebar to open a new draft-tiddler in edit mode).
Hyperlinks to other Wiki-Entries (“Tiddlers”) are like this: [[Another Tiddler]]
Hyperlinks to external pages are like this: [ext[https://en.wikipedia.org/wiki/TiddlyWiki]]
Pictures are similar: [img[https://upload.wikimedia.org/wikipedia/commons/6/6e/TiddlyWiki_5.1.9.png]]
And there is a “wiki-code” for Bold, similar to Markdown: This is ''BOLD CAPITALIZED'' text.
You can mix and match wiki-code, wiki-widgets (written like HTML entities), and actual HTML in the same tiddler-text. There are buttons to Bold, Italicize, selected text in the edit UI, and the last button (a Closed/Opened Eye) opens a Preview Pane that allows you to peek at how your current text will be rendered.
OK, thx for your hints!!
And for normal “returns”, I have to use:
"""
?
Otherwise normale “Returns” will be ignored, and two returns create a new paragraph.
And to use local stored pictures (in the same disk folder as the wikki.html, not inside the wiki-html!)), I have to enter the needed code like:
[img[rgb-color.jpg]]
Or is there a menu and I can select the wanted picture from disk there? Or a plugin that add this feature (are there “must have” plugins I should test, install ?)
It’s [img[./rgb-color.jpg]]
if the image is in the same directory as the HTML file or
[img[./images/rgb-color.jpg]]
if the image is in a subdirectory relative to the HTML file.