Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7952521
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T02:53:04+00:00 2026-06-04T02:53:04+00:00

I want to edit the default tagging list in the top left corner of

  • 0

I want to edit the default “tagging” list in the top left corner of each tiddler to have an horizontal layout and stay out of the way of the tiddlers text.

As I am rather new to tiddlywiki and javascript I do not know where and how I would implement this feature. I guess the best place would be as a plugin in a tiddler itself (not editing the sourcecode).

I realized that I can move the “tagging” list itself using the “ViewTemplate” Shadow-Tiddler. It looks as if the tags were created using the “taggin” macro in there. So i guess I would somehow need to modify that macro?

Thanx for all the answers.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T02:53:06+00:00Added an answer on June 4, 2026 at 2:53 am

    It does not require JavaScript to do what you are asking. Here are a few changes to try:

    First, I edited the StyleSheet shadow tiddler, as follows:

    /*{{{*/
    .tagging li {
      display: inline;
    }
    /*}}}*/
    

    This causes the li elements to flow horizontally. I also made the following change to the ViewTemplate shadow tiddler:

    <div class='tagging' macro='tagging'></div>
    <div class='tagClear'></div>
    <div class='tagged' macro='tags'></div>
    

    By inserting the tagClear div, I’ve prevented the text from wrapping around the tagging div element.

    Finally, you may want to get rid of the "tagging: " label at the start of the list. You can remove (or change it) by creating a configuration tiddler, giving it a systemConfig tag, and adding:

    //{{{
      config.macros.tagging.label = "";
    //}}}
    

    This tiddler is sometimes given a name like zzConfig or zzUserConfig since the systemConfig tiddlers are executed in alphabetical order.

    As an alternative, you may want to combine the effect of editing ViewTemplate with StyleSheet as follows:

    /*{{{*/
    .tagging { float: none; }
    .tagging li { display: inline; }
    /*}}}*/
    

    The only thing that remains is to format the div to your liking!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a link which goes to the default edit page. http://127.0.0.1:3000/calendars/16/edit I want
I want edit multiple strings at once by selection the list of strings needs
In my operation i want to edit an employee list. In this time am
i want to edit the EditTextPreference in android Honeycomb. by default the EditTextPreference shows
I am quite confused on how to have my own layout for each page
I have drupal 7 installed on my live server. I want to edit the
EDIT : I want to use the default processing message feature provided by datatables
I want to edit links when the user changes the value of a <input
I want to edit the Velocity Report generated with Visual Studio 2010s scrum template.
I want to edit UITabbarItems during the view life time. The background is that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.