Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Include Page
SimCafe ONLY Google Analytics
SimCafe ONLY Google Analytics

Tips for authors:

Click here to see a sample page of wiki markup

...

  • Instructions for working with text, images, attachments and links are available here.

Problem: Sometimes when using "Rich text" format in edit, inserting an image in the middle of two paragraphs of text makes the font size smaller for one of the paragraphs. E.g.Creating Symbols in HTML 

Solution:  

  1. Open page source editor
  2. Find the location where the symbol must be inserted
  3. Type "&symbolname;"

For Example: Inserting the greek letter sigma. 

  • Type "σ"
  • This will appear as: σ 

For Example: Inserting a symbol (e.g. sigma) with a subscript (e.g. x).

  • Type "&sigma;<sub>x</sub>"
  • This will appear as: σx

Character Reference Chart

Problem: Disconnected Links in confluence 

Solution: When linking pages to each other, do not copy paste the https:// url, instead, type "[" and the list of suggested links will pop up.

Image Added

Image Removed
Solution: go into "wiki markup" mode and delete "& n b s p ; " that should be above the second paragraph text.Problem: Creating neat equations in confluence
Solution: Unfortunately confluence does not take word 2007 equations. One way is to turn those equations into image files and then inserting images (which is extremely tedious). Another way is to use the LaTex plugin. There is an example of how to use it hereRefer to the Latex Tutorial.

Problem: Changing the tree structure of the pages
Solution: Go to Browse Space Tools in the side bar > Reorder Pages and click the Tree link. Expand the plus sign as necessary and you can drag and drop pages to change the tree structure.

Problem: How to create a link that will open in a new window (Pop-Up
Solution: In the Wiki Markup use the following line of code and modify it for your specific use.

...

Code Block
    {menulink:custom|link=http://apple.com|target=_blank}Apple website{menulink}

Solution #2: To do this with an internal link to a confluence page, use the following structure in Wiki Markup.

...

Code Block
{menulink:wikipage|page=ANSYS Learning Modules|target=_blank}Link to the ANSYS Modules{menulink}

Problem: How to make a link to a higher resolution image that opens in a different window (pop up)?
Solution: First attach the high resolution image in to the page that you are working in. Next, you must find the URL of the image you uploaded. This is the tricky part. First click on "Browse/Manage" which is located to the left of "Logout". Then click on the blue "Attachments" tab. Here is all of the confluence attachments, so first filter them by typing the file extension of your image in to the "Filter by File Extension" box and press go. Now you just need to scroll through the pages which list files in alphabetical order until you find your high resolution image. Once you find your image then click on it and your browser should load the image. All that is needed is the URL, so grab it from the address bar. Now, to link to the image you just need to modify the following line of code.


For instance, the following image lacks detail.
\
So, a link will be made to a higher resolution version of it.

...