<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Editing pages (new posts)</title>
		<link>http://community.wikidot.com/forum/c-13/editing-pages</link>
		<description>Posts in the forum category &quot;Editing pages&quot; - Topics related to editing (and creating) pages, e.g. mastering the Wiki Syntax.</description>
				<copyright></copyright>
		<lastBuildDate>Tue, 14 Feb 2012 01:40:43 +0000</lastBuildDate>
		
					<item>
				<guid>http://community.wikidot.com/forum/t-441921#post-1373468</guid>
				<title>Data Form Fields for Admins: Re: Data Form Fields for Admins</title>
				<link>http://community.wikidot.com/forum/t-441921/data-form-fields-for-admins#post-1373468</link>
				<description></description>
				<pubDate>Mon, 13 Feb 2012 23:27:47 +0000</pubDate>
				<wikidot:authorName>Timothy Foster</wikidot:authorName>				<wikidot:authorUserId>197988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Glad I was able to help :D</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441921#post-1373453</guid>
				<title>Data Form Fields for Admins: Re: Data Form Fields for Admins</title>
				<link>http://community.wikidot.com/forum/t-441921/data-form-fields-for-admins#post-1373453</link>
				<description></description>
				<pubDate>Mon, 13 Feb 2012 23:02:22 +0000</pubDate>
				<wikidot:authorName>Mascot Golf</wikidot:authorName>				<wikidot:authorUserId>1294828</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Awesome! It works perfectly. I just created a second class (.show-data) and use that to wrap any content I want to hide from non-admins by using a div block like this on my _template page:</p> <div class="code"> <pre> <code>[[div class=&quot;show-data&quot; style=&quot;background-color: #FEF5AF; padding: 10px;&quot;]] Order Status Note: %%form_data{adminnotes}%% [[/div]]</code> </pre></div> <br /> And then just added the class to the form row CSS like this: <div class="code"> <div class="hl-main"> <pre> <span class="hl-brackets">[</span><span class="hl-code">[</span><span class="hl-var">module</span><span class="hl-code"> </span><span class="hl-var">CSS</span><span class="hl-brackets">]</span><span class="hl-code">] </span><span class="hl-identifier">.form-row.row-3</span><span class="hl-code">, </span><span class="hl-identifier">.show-data</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">display:</span><span class="hl-code"> </span><span class="hl-string">table-row</span><span class="hl-code"> !important</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">[</span><span class="hl-code">[/</span><span class="hl-var">module</span><span class="hl-brackets">]</span><span class="hl-code">] </span><span class="hl-brackets">[</span><span class="hl-code">[</span><span class="hl-var">module</span><span class="hl-code"> </span><span class="hl-var">CSS</span><span class="hl-brackets">]</span><span class="hl-code">] </span><span class="hl-identifier">.form-row.row-3</span><span class="hl-code">, </span><span class="hl-identifier">.show-data</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">display:</span><span class="hl-code"> </span><span class="hl-string">none</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">[</span><span class="hl-code">[/</span><span class="hl-var">module</span><span class="hl-brackets">]</span><span class="hl-code">]</span> </pre></div> </div> <p>Thanks again. This is great stuff!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441921#post-1373432</guid>
				<title>Data Form Fields for Admins: Re: Data Form Fields for Admins</title>
				<link>http://community.wikidot.com/forum/t-441921/data-form-fields-for-admins#post-1373432</link>
				<description></description>
				<pubDate>Mon, 13 Feb 2012 22:38:24 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks, this is very helpful. One issue that should be easy to resolve using the same technique is that the notes section is visible to everyone after saving the form. I'm going to implement this and see how it works. I appreciate you taking the time to look at this. I knew there was going to be some clever way to use CSS to get this done!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441921#post-1373394</guid>
				<title>Data Form Fields for Admins: Re: Data Form Fields for Admins</title>
				<link>http://community.wikidot.com/forum/t-441921/data-form-fields-for-admins#post-1373394</link>
				<description></description>
				<pubDate>Mon, 13 Feb 2012 21:58:45 +0000</pubDate>
				<wikidot:authorName>Timothy Foster</wikidot:authorName>				<wikidot:authorUserId>197988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>What I'm stuck on right now is that I'd like to somehow create an &quot;administrative notes&quot; field in the form so that the site admins can enter specific notes about the status of the order beyond the tags.</p> </blockquote> <p>I think I may have found a way to do this.</p> <p>If you see <a href="http://try.wikidot.com/form:14" target="_blank">this page</a>, only Ed Johnson and I are able to edit the Notes section. The notes section is invisible to everyone else.</p> <p>This is all done with the following snippet on the _template page along with some other pages:</p> <div class="code"> <pre> <code>[[module CSS]] .form-row.row-3{ display: none; } [[/module]] [[div style=&quot;display : none;&quot;]] [[module ListUsers users=&quot;.&quot;]] [[include css:%%name%%]] [[/module]] [[/div]]</code> </pre></div> <p>I am able to view it because the page <tt>css:timothy-foster</tt> has the following code on it:</p> <div class="code"> <pre> <code>[[module CSS]] .form-row.row-3{ display: table-row !important; } [[/module]]</code> </pre></div> <p>The same goes with <tt>css:ed-johnson</tt>. Obviously, you would need to change the row number based on the row your notes section appears on. Unfortunately, the row's name cannot be used since for some reason the label is not included.</p> <p>Now, since the _template CSS module will not be invoked upon page creation, it is better to put it on the nav:side page or something so that in can be applied to new pages. Interestingly, James recently made an <a href="http://community.wikidot.com/blog:css-per-category-including-inexisting-pages" target="_blank">article</a> about how to do that.</p> <p>I hope this helps.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441921#post-1373212</guid>
				<title>Data Form Fields for Admins: Re: Data Form Fields for Admins</title>
				<link>http://community.wikidot.com/forum/t-441921/data-form-fields-for-admins#post-1373212</link>
				<description></description>
				<pubDate>Mon, 13 Feb 2012 17:58:19 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The payment gateway is currently a phone call. This works well for them because of variable shipping charges and the fact that they may do some extra discounts based on the size of the order. Let me know if you need any permissions tweaked or want an invite to join so you can poke around in more detail.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441921#post-1373178</guid>
				<title>Data Form Fields for Admins: Re: Data Form Fields for Admins</title>
				<link>http://community.wikidot.com/forum/t-441921/data-form-fields-for-admins#post-1373178</link>
				<description></description>
				<pubDate>Mon, 13 Feb 2012 17:20:48 +0000</pubDate>
				<wikidot:authorName>RobElliott</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yes that does look good. I will study this more carefully later today as I have a similarl requirement coming up. Slightly off-topic but how are you (if you are) handling payment gateways?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441921#post-1373174</guid>
				<title>Data Form Fields for Admins: Re: Data Form Fields for Admins</title>
				<link>http://community.wikidot.com/forum/t-441921/data-form-fields-for-admins#post-1373174</link>
				<description></description>
				<pubDate>Mon, 13 Feb 2012 17:13:32 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Wow, that looks super!<br /> Congratulation to this solution!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441921#post-1373167</guid>
				<title>Data Form Fields for Admins: Re: Data Form Fields for Admins</title>
				<link>http://community.wikidot.com/forum/t-441921/data-form-fields-for-admins#post-1373167</link>
				<description></description>
				<pubDate>Mon, 13 Feb 2012 17:06:37 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yes, that's precisely what I'm doing. I set up an include for the &quot;parallel&quot; page (no need for ListPages for this application) and then use [[settags &#8230;]] and [[iftags &#8230;]] to toggle which CSS is applied to the div block containing the notes section. The other issue that I just realized is that hiding the notes does not take effect immediately for anonymous users due to the way Wikidot displays cached versions of pages. Once the cached version is refreshed, then the notes get hidden again. If I remember right, the cached pages are updated about every 5 minutes or so. Here are some screen shots showing the various states of the page:</p> <div class="collapsible-block"> <div class="collapsible-block-folded"><a class="collapsible-block-link" href="javascript:;">+&nbsp;Show&nbsp;Screenshots</a></div> <div class="collapsible-block-unfolded" style="display:none"> <div class="collapsible-block-unfolded-link"><a class="collapsible-block-link" href="javascript:;">+&nbsp;Hide&nbsp;Screenshots</a></div> <div class="collapsible-block-content"> <p><span style="font-size:150%;"><span style="color: darkred">Customer View - No Notes</span></span><br /> <a href="http://community.wikidot.com/local--files/files/mg-cust-view-1.jpg"><img src="http://community.wikidot.com/local--resized-images/files/mg-cust-view-1.jpg/medium.jpg" alt="mg-cust-view-1.jpg" class="image" /></a></p> <p><span style="font-size:150%;"><span style="color: darkred">Customer View - With Notes</span></span><br /> <a href="http://community.wikidot.com/local--files/files/mg-cust-view-2.jpg"><img src="http://community.wikidot.com/local--resized-images/files/mg-cust-view-2.jpg/medium.jpg" alt="mg-cust-view-2.jpg" class="image" /></a></p> <p><span style="font-size:150%;"><span style="color: darkred">Admin View - No Notes</span></span><br /> <a href="http://community.wikidot.com/local--files/files/mg-admin-view-1.jpg"><img src="http://community.wikidot.com/local--resized-images/files/mg-admin-view-1.jpg/medium.jpg" alt="mg-admin-view-1.jpg" class="image" /></a></p> <p><span style="font-size:150%;"><span style="color: darkred">Admin View - With Notes</span></span><br /> <a href="http://community.wikidot.com/local--files/files/mg-admin-view-2.jpg"><img src="http://community.wikidot.com/local--resized-images/files/mg-admin-view-2.jpg/medium.jpg" alt="mg-admin-view-2.jpg" class="image" /></a></p> </div> </div> </div> <p>I use SUO to display the admin buttons and menus. The buttons are used to manipulate the tags and [[iftags]] is used to display the content.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441921#post-1372862</guid>
				<title>Data Form Fields for Admins: Re: Data Form Fields for Admins</title>
				<link>http://community.wikidot.com/forum/t-441921/data-form-fields-for-admins#post-1372862</link>
				<description></description>
				<pubDate>Mon, 13 Feb 2012 07:24:27 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If I understand you correct - you have created a parallel &quot;private&quot; category - accessible only for admins - with the equal or <strong>same pagename</strong> to hold the comments of the admins?<br /> This is eay to be included on any &quot;public&quot; _template I think &#8230; and has to be controlled if in some ListPages the content is displayed..<br /> like ..<br /> <span style="white-space: pre-wrap;">[[include&#32;admin-category:%%name%%]]</span> ( with or without variables).</p> <p>This prevents the display in an easy way&#8230;</p> <p>This could work like the old &quot;talk&quot; option of Wikidot - a parallel category to every page..</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441921#post-1372798</guid>
				<title>Data Form Fields for Admins: Re: Data Form Fields for Admins</title>
				<link>http://community.wikidot.com/forum/t-441921/data-form-fields-for-admins#post-1372798</link>
				<description></description>
				<pubDate>Mon, 13 Feb 2012 04:41:26 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I tried some variants of your idea, but you can't place modules inside SUO. I was really trying to accomplish this without creating the companion pages, but my primary user seems happy with what I came up with. I guess that's what's important here. I don't like that we have to use a settags function to toggle the display of the notes because it exposes the notes to everyone until the display of them is toggled off. As long as my user remembers to hide the notes after editing them, then we should be OK.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441921#post-1370815</guid>
				<title>Data Form Fields for Admins: Re: Data Form Fields for Admins</title>
				<link>http://community.wikidot.com/forum/t-441921/data-form-fields-for-admins#post-1370815</link>
				<description></description>
				<pubDate>Fri, 10 Feb 2012 07:34:42 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If the notices filed is only to be shown for admins than the &quot;SUO&quot; trick OR A PRIVATE CATEGORY only for this notices would be enough to insert ONLY for admins the included pages&#8230; or ist the ListPages neccessary to display some &quot;per parenting&quot; addad pages?</p> <p>my idea is more like - the iftags of the SUO to insert into the OUTPUT block if a ListPages module which is listing/showing the content of the SEPARATE Notices pages/category.<br /> like<br /> <span style="white-space: pre-wrap;">[[module&#32;ListPages&#32;category=&quot;notices&quot;&#32;parent=&quot;%%fullname%%&quot;&#32;]]</span><br /> <span style="white-space: pre-wrap;">[[iftags&#32;SUO...&#32;</span><br /> <span style="white-space: pre-wrap;">%%content%%</span><br /> <span style="white-space: pre-wrap;">[[/iftags]]&#32;</span><br /> <span style="white-space: pre-wrap;">[[/module]]</span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441921#post-1370747</guid>
				<title>Data Form Fields for Admins: Re: Data Form Fields for Admins</title>
				<link>http://community.wikidot.com/forum/t-441921/data-form-fields-for-admins#post-1370747</link>
				<description></description>
				<pubDate>Fri, 10 Feb 2012 05:31:19 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>After noodling over this for a few hours, I think I have a better, but not ideal solution. I'm going to set up a companion category for orders and samples to contain the administrative notes for each page. I'll then include the page and use CSS to toggle the display. Something like this in the live template to create a link to the page and an include to display the contents.</p> <div class="code"> <pre> <code>[[div class=&quot;order-notes&quot;]] ++ Order Notes [/%%category%%-notes:%%name%%/edit/true Edit Notes] [[include %%category%%-notes:%%name%%]] [[/div]]</code> </pre></div> <br /> Then modifying my toggle buttons to work like this: <div class="code"> <pre> <code>[[iftags -_notes]] [[module css]] .order-notes { display: none; } [[/module]] [[/iftags]] [[iftags +_notes]] [[module css]] .order-notes { display: block; } [[/module]] [[/iftags]] [[button set-tags +_notes text=&quot;Show Order Status Notes&quot; class=&quot;tag-buttons&quot;]] [[button set-tags -_notes text=&quot;Hide Order Status Notes&quot; class=&quot;tag-buttons&quot;]]</code> </pre></div> <br /> This will still require turning the display of the notes section on when we want to make changes and then turning it off to hide them from customers, but at least we can have a single page holding all of the notes relevant to the order.
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-441921#post-1370496</guid>
				<title>Data Form Fields for Admins: Data Form Fields for Admins</title>
				<link>http://community.wikidot.com/forum/t-441921/data-form-fields-for-admins#post-1370496</link>
				<description></description>
				<pubDate>Thu, 09 Feb 2012 22:37:43 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I recently created a couple of data forms for a customer to submit an order (one form is to order a sample product, the other is for a &quot;real&quot; order). After sorting out the permissions so anonymous users can save the forms and upload files, everything is working great.</p> <p>I'm using tags to track the order status (i.e. <strong>_new</strong>, <strong>_inprocess</strong>, <strong>_completed</strong>). What I'm stuck on right now is that I'd like to somehow create an &quot;administrative notes&quot; field in the form so that the site admins can enter specific notes about the status of the order beyond the tags. I was hoping for some clever use of CSS to hide the field from customers and only display it for site admins when editing the form. Since I wasn't able to figure that out, I ended up using per page comments to accomplish this. With proper permissions and some CSS tweaks I was able to hide the per page comments from customers. This works OK, but I'd really prefer to use a single form field to collect these notes.</p> <p>As a side note, I came up with a &quot;poor man's captcha&quot; that some may find useful to prevent robots from filling out the forms and submitting them. It uses regular expressions to allow only specific text (e.g. &quot;CONFIRM&quot;) and it effectively makes the field required and it won't save until the proper phrase is entered into the text box. I also used it as a means for the users to agree to the terms of the sample program.</p> <div class="code"> <pre> <code> terms: label: Terms type: static value: The terms of the agreement go here... acceptterms: label: Type ACCEPT to agree to these terms type: text width: 10 match: /^ACCEPT/</code> </pre></div> <p>Another thing I learned that I didn't realize is that you can use the <strong>[[module css]]</strong> inside an <strong>[[iftags]]</strong> block. There was one element of the comments module I could not hide from just customers (the &quot;Add a New Comment&quot; button), so I used the following code to toggle the display of the comments module <strong>#thread-container</strong> on and off:</p> <div class="code"> <pre> <code>[[iftags -_notes]] [[module css]] #thread-container { display: none; } [[/module]] [[/iftags]] [[iftags +_notes]] [[module css]] #thread-container { display: block; } [[/module]] [[/iftags]] [[button set-tags +_notes text=&quot;Show Order Status Notes&quot; class=&quot;tag-buttons&quot;]] [[button set-tags -_notes text=&quot;Hide Order Status Notes&quot; class=&quot;tag-buttons&quot;]]</code> </pre></div> <br /> It actually works quite well. <p>Has anyone run into a need like this and found a solution? Like I said, my current solution works fine, but my primary user would have an easier time editing a single form field for his notes.</p> <p>I have relaxed permissions so Wikidot user can view page options and the source. My form template pages are here:<br /> <a href="http://www.mascot-golf.com/orders:_template" target="_blank">http://www.mascot-golf.com/orders:_template</a><br /> <a href="http://www.mascot-golf.com/sample:_template" target="_blank">http://www.mascot-golf.com/sample:_template</a></p> <p>Thanks!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-434010#post-1367832</guid>
				<title>Using the aimath.org knowl (expandable/collapsable text) on my pages: Re: Using the aimath.org knowl (expandable/collapsable text) on my pages</title>
				<link>http://community.wikidot.com/forum/t-434010/using-the-aimath-org-knowl-expandable-collapsable-text-on-my#post-1367832</link>
				<description></description>
				<pubDate>Mon, 06 Feb 2012 22:13:23 +0000</pubDate>
				<wikidot:authorName>Timothy Foster</wikidot:authorName>				<wikidot:authorUserId>197988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>Therefore it should be possible (and even customary) for a knowl to live in its own page and then to be included (invoked) where needed. This is missing from the present demonstration implementation, which nevertheless seems to show that it is all possible in principle.</p> </blockquote> <p>This is actually possible. I added it to the <a href="http://try.wikidot.com/foster:knowl-test" target="_blank">demonstration</a>. You can make a separate page and put a code block on it. Then, you can reference it from any page using the general format:</p> <div class="code"> <pre> <code>&lt;a knowl=&quot;http://SITENAME.wdfiles.com/local--code/PAGENAME&quot;&gt;Text&lt;/a&gt;</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-434010#post-1367718</guid>
				<title>Using the aimath.org knowl (expandable/collapsable text) on my pages: Re: Using the aimath.org knowl (expandable/collapsable text) on my pages</title>
				<link>http://community.wikidot.com/forum/t-434010/using-the-aimath-org-knowl-expandable-collapsable-text-on-my#post-1367718</link>
				<description></description>
				<pubDate>Mon, 06 Feb 2012 19:54:48 +0000</pubDate>
				<wikidot:authorName>Bas Braams</wikidot:authorName>				<wikidot:authorUserId>1256451</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>In my original posting I should have mentioned that the aimath.org Knowls were created by Harold Schilly of the University of Vienna. I had an email exchange with David Farmer of AIMath about the possibility of incorporating Knowl syntax into wiki pages. He told me that indeed wiki pages was the original application that they had in mind. However, he stresses that the implementation should really be done at each wiki service, more or less the way in which wikidot makes MathJax available to its users.</p> <p>David emphasizes another point that I had noticed too, and I repeat it: the primary use for the knowl is as a self-contained piece of text that can be incorporated into multiple other pages. Therefore it should be possible (and even customary) for a knowl to live in its own page and then to be included (invoked) where needed. This is missing from the present demonstration implementation, which nevertheless seems to show that it is all possible in principle.</p> <p>The knowl is very similar to a link, either within the same wiki or to an external location, and the syntax should probably reflect that. With wikidot we have<br /> <span style="white-space: pre-wrap;">[[[some&#32;page|&#32;custom&#32;text]]]</span><br /> to make the phrase &quot;custom text&quot; an active link to a wikidot page; we have<br /> <span style="white-space: pre-wrap;">[[[http://www.example.com&#32;|&#32;custom&#32;text]]]</span><br /> to link to an external page; and we have<br /> <span style="white-space: pre-wrap;">[[[doc#toc1|&#32;custom&#32;text]]]</span><br /> to link to an anchor within a wikidot page.</p> <p>I would say that the Knowls should have a syntax that is close, but not identical. In the spirit of using <span style="white-space: pre-wrap;">[[$&#32;…&#32;$]]</span> for inline equations from MathJax that spirit the knowl could be denoted by something such as</p> <p><span style="white-space: pre-wrap;">[[&amp;&#32;some&#32;page|&#32;custom&#32;text&#32;&amp;]]</span></p> <p>(or using whatever symbol is available instead of &quot;&amp;&quot;.</p> <p>Of course I rated up the wish <a href="http://feedback.wikidot.com/wish:753">http://feedback.wikidot.com/wish:753</a> (Implement an easier KNOWL usage)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-429213#post-1367317</guid>
				<title>User Created Tags Via Data Form: Re: User Created Tags Via Data Form</title>
				<link>http://community.wikidot.com/forum/t-429213/user-created-tags-via-data-form#post-1367317</link>
				<description></description>
				<pubDate>Mon, 06 Feb 2012 08:19:35 +0000</pubDate>
				<wikidot:authorName>RobElliott</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>To an extent this has become redundant with the ability to select pages by dataform values.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-435146#post-1367314</guid>
				<title>Changing title URL?: Re: Changing title URL?</title>
				<link>http://community.wikidot.com/forum/t-435146/changing-title-url#post-1367314</link>
				<description></description>
				<pubDate>Mon, 06 Feb 2012 08:17:07 +0000</pubDate>
				<wikidot:authorName>Whane The Whip</wikidot:authorName>				<wikidot:authorUserId>53390</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I take it you have found your solution? I'd like to offer some unsolicited advice. It will be easier for your visitors to find what they need if you include standard navigation in the <a href="http://dacclib.wikidot.com/nav:side" target="_blank">side bar</a> or the <a href="http://dacclib.wikidot.com/nav:top" target="_blank">top navigation bar</a>. For example adding&#8230;</p> <p><strong><span style="white-space: pre-wrap;">*&#32;[/library-hours&#32;Hours]</span></strong> to the top nav bar would be quick and convenient for your visitors.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-429213#post-1367308</guid>
				<title>User Created Tags Via Data Form: Re: User Created Tags Via Data Form</title>
				<link>http://community.wikidot.com/forum/t-429213/user-created-tags-via-data-form#post-1367308</link>
				<description></description>
				<pubDate>Mon, 06 Feb 2012 07:50:23 +0000</pubDate>
				<wikidot:authorName>Whane The Whip</wikidot:authorName>				<wikidot:authorUserId>53390</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Sounds complicated, I'm not sure I understand. My first inclination would be to take advantage of the iftags&#8230; somehow. I take it that adding something like this as a post-save does not work for you?</p> <div class="code"> <pre> <code>[[iftags -open]] [[button set-tags +open text=&quot;Set Page Tag to open.&quot;]] [[/iftags]]</code> </pre></div> <p>Too many variable tags using search? Meh, I don't know off hand if data forms (raw or otherwise) can be used to set a tag but if so that might be the easiest way.</p> <p><em>Edit</em>: Check <a href="http://community.wikidot.com/forum/t-402555/automatically-setting-tags-for-a-page-based-on-form-input">this thread</a>.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-434010#post-1366335</guid>
				<title>Using the aimath.org knowl (expandable/collapsable text) on my pages: Re: Using the aimath.org knowl (expandable/collapsable text) on my pages</title>
				<link>http://community.wikidot.com/forum/t-434010/using-the-aimath-org-knowl-expandable-collapsable-text-on-my#post-1366335</link>
				<description></description>
				<pubDate>Sun, 05 Feb 2012 10:01:52 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I can only ask the community to rate up the wish:<br /> <a href="http://feedback.wikidot.com/wish:753" target="_blank">http://feedback.wikidot.com/wish:753</a> (Implement an easier KNOWL usage)</p> <p>Or - is there another good idea like collapsible blocks INLINE (in a line) and NESTED ?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-434010#post-1366317</guid>
				<title>Using the aimath.org knowl (expandable/collapsable text) on my pages: Re: Using the aimath.org knowl (expandable/collapsable text) on my pages</title>
				<link>http://community.wikidot.com/forum/t-434010/using-the-aimath-org-knowl-expandable-collapsable-text-on-my#post-1366317</link>
				<description></description>
				<pubDate>Sun, 05 Feb 2012 09:04:14 +0000</pubDate>
				<wikidot:authorName>Bas Braams</wikidot:authorName>				<wikidot:authorUserId>1256451</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I hope that the wikidot team will pick up the lead that was provided by Timothy Foster and Helmuti_pdorf at <a href="http://try.wikidot.com/foster:knowl-test">http://try.wikidot.com/foster:knowl-test</a>. There are some issues that make that pilot implementation not entirely satisfactory.<br /> 1. Really the Knowls should be &quot;reusable&quot;; it should be possible (even customary) to provide the body of the knowl in a separate page and refer to that content when invoking the knowl elsewhere. The user should create such a separate page containing the knowl body more or less the way that other wikidot pages are created.<br /> 2. It does not look quite desirable to me that the knowl text should be enclosed in its own html block.<br /> It seems to me that the test shows that the knowls can be incorporated into wikidot in principle, but it remains to integrate the facility with wikidot in a nice way.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
