You are showing two macros, I think. But you are not showing how they are invoked/called. Perhaps like this? :
<<Macroname "stuff" "zeug">> The second macro is wrong: \define Macroname because it needs parenthesis, like: \define Macroname() For macros to be used everywhere, they need to be tagged $:/tags/Macro >From the upper right hand corner of each tiddler you can click on "export". If you export your tiddlers as JSON and attach them to your next post, it will be easier to see what you are doing and help you. Good luck -- Mark On Friday, January 18, 2019 at 10:59:33 AM UTC-8, Gerald Weis wrote: > > Hi Guys > > I'm using an fresh tiddlywiki 5.19 > > Now i have declared an Stylsheet-file and an Macrofile > > But i have an Problem. > The macro don't started from any tiddler > > that is the macrocode > > \define Sitzungen (Termin Ort Teilnehmer) > <div class="abgerundet"> > Sitzungseinladung > </div> > Termin: <br> > $Termin$<p> > Ort:<br>$Ort$<p> > Teilnehmer:<br> $Teilnehmer$ > <div class="abgerundet"> > Tagesordnung > </div> > \end > > Displayed in the Macrofile-preview is > > \define Macroname > the design in div1 > Termin: <br> > $Termin$<p> > Ort:<br>$Ort$<p> > Teilnehmer:<br> $Teilnehmer$ > the design in div2 > \end > > but it don't started from any tiddler > > whats wrong? > > -- 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/1ec8e2e1-f19e-451d-9385-4f10bdbc0af6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

