I tried using the authentication feature in FlexWiki to authenticate users on an intranet. When I tried restricting write access for a particular account, i found out that the restricted account can still edit FlexWiki pages? Can anyone give me any idea on how to restrict editing access for an account? Thanks
From PierreALevasseur, 2-May-2006. Hello Andrew...Will there be a way in the future to upgrade a FlexWiki site from non-SQL to SQL without having to start over? I am hoping that there is a migration path sometime in the future.
Does anyone have an example of the IfTrueIfFalse working? I tried IfTrueIfFalse("True","False") and I get error: "Expected right brace '}'; got TokenComma: ''" -- NoahHorton [2005-02-16]
Do you know WikiTalk? I'm trying to figure out how to do a simple comparison. For example, take a look here at our ListOfToolVendors ; I'd like to list only the ones who ToolVendorStatus="Active", but try as I might I can't seem to figure out how to get WikiTalk to let me compare. I hope you know how? -- MikeSchinkel [2004.07.19]
So how is this DoHead() issue resolved, if that's truly my problem? I tried editing the HomePage, but upon saving the change, a 404 is return for the URL .../default.aspx/MyNameSpace/HomePage.
Is it possible to disable all emoticons? Because it's quite annoying to type some text and realize later on that some things were replaced by emoticons.
How do I mark something that FlexWiki thinks is a WikiWord as not being. For instance, I typed SQL2000 in a documentation Wiki on our intranet and I can't work out how to tell FlexWiki that that isn't a WikiWord. PBWiki uses a lead ~ to block a WikiWord being generated.
Are you talking about wildcards or full regexp support? Because special-casing "*" would be easy enough, and when combined with an exclude property would basically do what I want it to.
Do we want to combine this with GetHtml and provide an enumerated type that allows you to specify preview, real, or possibly others, like Print or NoWikiTalk, or whatever?
how deep does the import go? If NamespaceA imports NamespaceB, and NamespaceB imports NamespaceC - can I see topics in NamespaceC from NamespaceA? -- MattWynne
How can I generate a link to an external URL using WikiTalk? If I try to use the normal syntax for generating a link with alternate text in a table, it just displays the quotes and colons. -- MikeSchinkel [2004-07-24]
Is there any way to change the number formatting of sub items - if you have sub items they seem to be a,b,c etc but so do sub sub items - I'd really like a format that went 1., 1.1, 1.1.1 etc -- JamesHorsley
Could this feature include a check for a 'no change' update to reduce the clutter created when someone goes into edit mode and clicks Save instead of cancel/back? TimSherrill [2/1/2005]
When I use the namespacemanager to add a new name space as a sub folder to an existing name space e.g. .\computing wiki\GamesProgramming it creates OK but when you try and access it I get the following error with debug set to true
It seems that WikiTalk is executed too in the extended preformatted syntax even though it isn't mentioned above. A simple test of this is to execute ProductVersion inside an extended syntax block. So if you want to colorcode a WikiTalk example to make it more readable it will be executed instead of showing as preformatted text. Is this how it's meant to be?
The overall heirarchical organisation of the Wiki seems confusing, WikiBase, ConfederationNamespace, WikiNamespace, ContentBase, etc. What would be useful is some text explaining how to configure FlexWiki to take advantage of these various features. I tried adding an item to the NamespaceMap. I saw the new directory get created but then saw an exception. Knowing how to administer the site will help greatly.
Is there any way to get all of the instances of a property on page using the WikiBlade? We may be using this incorrectly but are keeping a page of questions and answers with each question as a new property. Using the WikiBlade and specifying the properties as Question, we get only the last one on the page. Thanks!
I have added a namespace such that it appears on the left hand pane. The folders have been created on the server to match the topic name. Whenever anyone clicks on the topic name however, the following error appears: "Server Error in '/' Application. Object reference not set to an instance of an object." Whenever I look at the NamespaceMap.xml file, I notice that the corresponding entry does not exist. I could fake all of it except that ProviderID, which looks like it is automagically generated. How does that take place? Did I miss something in the namespace creation process?
How do I compare to values with less than or greater than? So far I've gotten around it, but I really would like to be able to say "string".Length.LessThan(2).IfTrue{"short"}
I tried using the authentication feature in FlexWiki to authenticate users on an intranet. When I tried restricting write access for a particular account, i found out that the restricted account can still edit FlexWiki pages? Can anyone give me any idea on how to restrict editing access for an account? Thanks
Does anyone have an example of the IfTrueIfFalse working? I tried IfTrueIfFalse("True","False") and I get error: "Expected right brace '}'; got TokenComma: ''" -- NoahHorton [2005-02-16]
PiersW: How do I import external namespaces on other Wikis? I don't want to have to litter every topic in my Wiki with @ declarations for sites we'll reference again and again (like the XP wiki, and PatternShare)
Do you know WikiTalk? I'm trying to figure out how to do a simple comparison. For example, take a look here at our ListOfToolVendors ; I'd like to list only the ones who ToolVendorStatus="Active", but try as I might I can't seem to figure out how to get WikiTalk to let me compare. I hope you know how? -- MikeSchinkel [2004.07.19]
Aaron, Everytime I try to add in a logo using the above steps, I get an error: "Value cannot be null. Parameter name: input" "Source File: C:\FlexWiki\default.aspx Line: 60"... Any ideas?
How do I mark something that FlexWiki thinks is a WikiWord as not being. For instance, I typed SQL2000 in a documentation Wiki on our intranet and I can't work out how to tell FlexWiki that that isn't a WikiWord. PBWiki uses a lead ~ to block a WikiWord being generated.
how are conflicts dealt with right now in the web-based version of FlexWiki? I assume it's simply "last writer wins", and the Wiki collective mind can decide to roll back to the overwritten one if it's "better", but I haven't looked at the code. -- CraigAndera
Are you talking about wildcards or full regexp support? Because special-casing "*" would be easy enough, and when combined with an exclude property would basically do what I want it to.
Do we want to combine this with GetHtml and provide an enumerated type that allows you to specify preview, real, or possibly others, like Print or NoWikiTalk, or whatever?
how deep does the import go? If NamespaceA imports NamespaceB, and NamespaceB imports NamespaceC - can I see topics in NamespaceC from NamespaceA? -- MattWynne
How is this Implemented? I tried to use the different includes to try to add a "library" of functions from a single topic in another one. The With works but I couldn't get it to work for more than one Topic per Topic. (ie only one "library" of functions per topic if you will.) Am I missing something here? --DoomCryer
How can I generate a link to an external URL using WikiTalk? If I try to use the normal syntax for generating a link with alternate text in a table, it just displays the quotes and colons. -- MikeSchinkel [2004-07-24]
Is there any way to change the number formatting of sub items - if you have sub items they seem to be a,b,c etc but so do sub sub items - I'd really like a format that went 1., 1.1, 1.1.1 etc -- JamesHorsley
Could this feature include a check for a 'no change' update to reduce the clutter created when someone goes into edit mode and clicks Save instead of cancel/back? TimSherrill [2/1/2005]
The overall heirarchical organisation of the Wiki seems confusing, WikiBase, ConfederationNamespace, WikiNamespace, ContentBase, etc. What would be useful is some text explaining how to configure FlexWiki to take advantage of these various features. I tried adding an item to the NamespaceMap. I saw the new directory get created but then saw an exception. Knowing how to administer the site will help greatly. ok
Is there any way to get all of the instances of a property on page using the WikiBlade? We may be using this incorrectly but are keeping a page of questions and answers with each question as a new property. Using the WikiBlade and specifying the properties as Question, we get only the last one on the page. Thanks!
I have added a namespace such that it appears on the left hand pane. The folders have been created on the server to match the topic name. Whenever anyone clicks on the topic name however, the following error appears: "Server Error in '/' Application. Object reference not set to an instance of an object." Whenever I look at the NamespaceMap.xml file, I notice that the corresponding entry does not exist. I could fake all of it except that ProviderID, which looks like it is automagically generated. How does that take place? Did I miss something in the namespace creation process?
how to create or add new page under this certain namespace and create an another page under this another particular namespace? or is there something like selection? or just how?
How do I compare to values with less than or greater than? So far I've gotten around it, but I really would like to be able to say "string".Length.LessThan(2).IfTrue{"short"}
Has the WikiTalkFunction ever returned something different from list of strings?
Information on configuring restricted access to FlexWiki content.
9/19/2008 6:09:44 AM - FLWCOM-jwdavidson
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
Anchor tags and Properties
7/10/2008 7:06:51 AM - 207.230.217.31
Click to read this topic
1/24/2008 7:50:51 AM - FLWCOM-jwdavidson
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
Booleans are simple true/false values
6/12/2005 1:22:50 PM - TimSmith-66.2.109.40
Click to read this topic
9/8/2007 8:59:26 AM - -76.30.20.161
Click to read this topic
8/31/2007 9:56:31 AM - -74.12.232.125
Craig Andera is a consultant for Wangdera Corporation (his company). He blogs at "Pluralsight":http://pluralsight.com"","" and used to teach for DevelopMentor.
1/24/2008 8:03:42 AM - FLWCOM-jwdavidson
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Founder and President of Guides, Inc.
9/19/2007 2:33:27 PM - -74.15.253.157
I (DavidOrnstein) made a set of changes to FlexWiki in December 2005.
12/30/2005 6:18:45 PM - -67.171.36.226
A problem that crops up the first time you use FlexWiki (if you followed the QuickSetup instructions!)
9/28/2005 12:21:19 PM - -199.82.243.73
Click to read this topic
12/9/2008 7:30:02 AM - -63.71.120.26
A summary property will be displayed in the tooltips of any page in this wiki linking to this page. For example ExamplePropertyPage. Also used as HTML meta-tag in the header.
9/22/2008 6:54:37 AM - FLWCOM-jwdavidson
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
How to create topic names with exotic titles
10/26/2006 7:16:35 AM - glebd70@gmail.com-141.228.106.135
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
Click to read this topic
11/5/2008 4:31:51 AM - -66.78.112.151
How to install and configure FlexWiki on your own server
6/26/2008 5:15:53 AM - -122.169.156.173
FlexWiki does some pretty eleborate caching to try to maintain good performance.
9/28/2004 12:42:27 PM - author unknown
Founder and President of Guides, Inc.
9/19/2007 2:33:27 PM - -74.15.253.157
FlexWikiEditor is a Windows Forms client for FlexWiki that communicates with FlexWiki using the FlexWikiWebService.
8/28/2008 7:40:07 AM - Evgeny Nedelko-194.110.202.240
FlexWikiEditor is a Windows Forms client for FlexWiki that communicates with FlexWiki using the FlexWikiWebService.
9/12/2007 5:40:51 PM - -10.10.192.22
discussion about how we enhance the way we get notified about changes on the wiki
9/28/2004 12:42:28 PM - author unknown
Your comments and feedback are invited on the requirements for a new feature to upload files to the wiki server.
3/19/2007 2:41:00 PM - -131.107.0.102
FlexWikiWebService is a WebService that exposes APIs for retrieving and modifying content on a FlexWiki instance.
8/31/2007 9:28:07 AM - -76.30.20.161
A FreeLink is a WikiName that is not PascalCase, usually a single word. These are delineated by single brackets ""["" and ""]"".
7/31/2008 9:35:10 AM - -194.72.162.166
A FreeLink is a WikiName that is not PascalCase, usually a single word. These are delineated by single brackets ""["" and ""]"".
9/12/2007 5:51:46 PM - -10.10.192.22
FwSync is a command-line tool for editing the wiki. This is the documentation version 0.1 of the tool.
1/18/2005 12:43:00 PM - author unknown
FlexWikiEditor is a Windows Forms client for FlexWiki that communicates with FlexWiki using the FlexWikiWebService.
9/12/2007 5:40:51 PM - -10.10.192.22
David Ornstein works at Microsoft. He is the primary original author and a key contributor to the software (FlexWiki) that makes this wiki run.
9/11/2007 2:15:20 PM - -74.12.234.30
FwSync is a command-line tool for editing the wiki.
1/18/2005 12:43:00 PM - author unknown
FlexWikiEditor is a Windows Forms client for FlexWiki that communicates with FlexWiki using the FlexWikiWebService.
9/12/2007 5:40:51 PM - -10.10.192.22
David Ornstein works at Microsoft. He is the primary original author and a key contributor to the software (FlexWiki) that makes this wiki run.
9/11/2007 2:15:20 PM - -74.12.234.30
FwSync is a command-line tool for editing the wiki.
9/14/2004 4:27:26 PM - -65.170.138.2
FlexWikiEditor is a Windows Forms client for FlexWiki that communicates with FlexWiki using the FlexWikiWebService.
9/12/2007 5:40:51 PM - -10.10.192.22
David Ornstein works at Microsoft. He is the primary original author and a key contributor to the software (FlexWiki) that makes this wiki run.
9/11/2007 2:15:20 PM - -74.12.234.30
FwSync is a command-line tool for editing the wiki.
5/3/2008 6:33:27 AM - -82.198.8.28
An email newsletter that notifies you about changes to pages on the wiki. Ships no more often than once an hour.
11/27/2008 4:29:37 PM - -71.161.216.197
This is the WikiTalk code to a site that has a list of lists
3/25/2008 1:49:02 PM - -66.78.117.99
Click to read this topic
5/16/2006 5:03:55 AM - -159.178.19.53
When embedding images, allow specifying the "alt" attribute and also get the width and height of the image. The "alt" attribute is the biggest thing I'm interested in. This would make embedding images more complicated than it is now, but also more flexible (what if you want to link to an image that's generated by an ASPX page, for example: you can't do it today).
4/14/2008 3:26:53 PM - -66.78.127.196
Click to read this topic
5/3/2005 2:47:12 AM - -196.38.145.230
Click to read this topic
11/26/2007 4:56:59 PM - -68.165.112.79
Allows for linking to defined external sites, much like InterWiki macros in other Wiki implementations.
8/7/2006 2:47:33 PM - -65.205.71.101
Click to read this topic
9/30/2008 5:15:27 PM - -66.78.125.235
LinkMaker object
2/24/2005 8:26:20 AM - jonathan_hardwick@hotmail.com-64.122.205.71
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Founder and President of Guides, Inc.
9/19/2007 2:33:27 PM - -74.15.253.157
Click to read this topic
8/1/2008 10:22:14 AM - -66.78.126.224
To add yourself to this newsletter, edit this page and add your email address (separated by commas) to the Subscribers list below.
11/5/2008 10:02:15 AM - -77.196.10.56
camelCase is an example of camel-case.
8/19/2007 12:49:52 PM - -66.78.124.101
Your comments and feedback are invited on a potential new feature to allow minor edits to topics.
8/2/2007 1:28:43 AM - DerekLakin-90.199.71.244
The NamespaceManager lets you list, modify and create the namespaces on an installation of FlexWiki.
9/24/2008 1:40:31 PM - FLWCOM-jwdavidson
Click to read this topic
9/24/2008 2:02:48 PM - FLWCOM-jwdavidson
Peter Provost is a Software Design Engineer in the ''patterns & practices'' group at Microsoft.
12/4/2005 10:19:42 PM - -64.65.178.35
aaa.
1/4/2006 8:24:58 AM - -193.27.93.1
Overview information about FlexWiki PlugIns for developers, users and administrators
9/24/2008 4:21:18 PM - FLWCOM-jwdavidson
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
Click to read this topic
9/24/2008 4:28:36 PM - FLWCOM-jwdavidson
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Researchers & Analysts Collaborative Space
4/2/2008 12:49:28 PM - -213.137.75.143
This page is the Wiki side of a TandemDiscussion going on on the FlexWiki mailing list.
6/28/2005 2:06:11 PM - CraigAndera-206.67.217.15
Special characters are supported through CharacterReferences.
8/13/2008 2:51:46 AM - -217.6.98.2
This is SQL that can be used to generate a basic dictionary
10/9/2008 3:09:13 PM - -66.78.121.147
<Summary of bug fix>
10/10/2008 4:51:05 PM - FLWCOM-jwdavidson
<Summary of bug fix>
10/10/2008 4:51:05 PM - FLWCOM-jwdavidson
Click to read this topic
9/24/2008 5:58:49 PM - FLWCOM-jwdavidson
Strings represent a sequence of characters
3/15/2006 1:21:33 PM - Herby-195.91.54.81
Basic Rules for Formatting ""Tables"" in FlexWiki
9/24/2008 6:24:02 PM - FLWCOM-jwdavidson
Click to read this topic
9/25/2008 2:17:16 PM - FLWCOM-jwdavidson
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/17/2008 6:55:26 PM - -66.78.111.231
PascalCase words are ""WordsSmashedTogetherLikeThis"" with each word beginning with a capital letter.
9/14/2007 1:57:27 PM - -74.15.242.151
FlexWiki is easy to upgrade to a new build. Here's information about how.
10/7/2008 2:11:56 PM - -89.247.118.93
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
WDX Basic Toolbar - a very very basic formatting mod for FlexWiki
12/11/2008 6:25:54 AM - dcaravana
Click to read this topic
9/25/2008 4:18:04 PM - FLWCOM-jwdavidson
a collection of wiki topics in a single TopicNamespace
9/13/2007 2:22:08 PM - -74.15.247.173
A wikiNamespace holds a collection of related topics.
9/13/2007 1:42:04 PM - -74.15.247.173
Click to read this topic
9/11/2007 3:00:52 PM - -74.12.234.30
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
The XML configuration file which defines your WikiFederation structure.
9/14/2007 2:09:10 PM - -74.15.242.151
A URL-based method for extracting just the body of a WikiTopic, to include in another website or Word, for example.
9/25/2008 4:19:25 PM - FLWCOM-jwdavidson
A URL-based method for extracting just the body of a WikiTopic, to include in another website or Word, for example.
9/13/2007 2:00:04 PM - -74.15.247.173
A URL-based method for extracting just the body of a WikiTopic, to include in another website or Word, for example.
9/13/2007 2:00:04 PM - -74.15.247.173
Click to read this topic
4/4/2008 6:45:49 AM - -199.31.3.198
The XML configuration file which defines your WikiFederation structure.
9/14/2007 2:09:10 PM - -74.15.242.151
In search of help? Ask here at the Help Desk
12/1/2008 8:57:25 PM - -203.45.44.13
A wikiNamespace holds a collection of related topics.
9/25/2008 2:33:57 PM - FLWCOM-jwdavidson
A WikiPageProperty is an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/25/2008 5:27:30 PM - FLWCOM-jwdavidson
PascalCase words are ""WordsSmashedTogetherLikeThis"" with each word beginning with a capital letter.
9/14/2007 1:57:27 PM - -74.15.242.151
Click to read this topic
9/1/2005 1:23:29 AM - JimmySieben-66.194.172.185
FlexWiki user with experience setting up FlexWiki for project usage on an intranet.
9/18/2007 2:18:30 PM - -74.15.253.150
Looking into how to implement skins for FlexWiki.
9/28/2004 8:35:30 PM - author unknown
Discussion about WikiTalk
8/27/2005 6:21:41 AM - JimmySieben-71.96.139.38
Expressions are the key syntactic building block of WikiTalk.
9/25/2008 6:00:33 PM - FLWCOM-jwdavidson
Functions make it easy to reuse common WikiTalk functionality.
9/25/2008 6:03:34 PM - FLWCOM-jwdavidson
Functions make it easy to reuse common WikiTalk functionality.
9/12/2007 3:42:33 PM - -10.10.192.22
Somewhere to ask questions about WikiTalk
4/14/2006 2:14:42 PM - -198.97.67.57
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
Click to read this topic
8/31/2007 9:56:31 AM - -74.12.232.125
Information on configuring restricted access to FlexWiki content.
9/12/2007 5:57:17 PM - -10.10.192.22
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
Anchor tags and Properties
9/10/2007 8:42:47 PM - -10.10.192.235
Booleans are simple true/false values
7/20/2007 10:07:03 PM - -10.10.192.236
Click to read this topic
8/31/2007 9:56:31 AM - -74.12.232.125
Craig Andera is a consultant for Wangdera Corporation (his company). He blogs at "Pluralsight":http://pluralsight.com"","" and used to teach for DevelopMentor.
9/11/2007 2:14:34 PM - -74.12.234.30
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Founder and President of Guides, Inc.
9/19/2007 2:33:27 PM - -74.15.253.157
information about how FlexWiki's page borders work and how to go about customizing them
8/19/2007 11:36:58 AM - -66.78.124.101
A summary property will be displayed in the tooltips of any page in this wiki linking to this page. For example ExamplePropertyPage. Also used as HTML meta-tag in the header.
8/31/2007 5:34:12 PM - -66.78.116.108
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
How to create topic names with exotic titles
9/18/2008 5:26:09 PM - 66.78.111.231
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
How to install and configure FlexWiki on your own server
8/31/2007 9:40:52 AM - -74.12.232.125
FlexWikiEditor is a Windows Forms client for FlexWiki that communicates with FlexWiki using the FlexWikiWebService.
9/12/2007 5:40:51 PM - -10.10.192.22
FlexWikiEditor is a Windows Forms client for FlexWiki that communicates with FlexWiki using the FlexWikiWebService.
9/12/2007 5:40:51 PM - -10.10.192.22
This is the discussion that led to the development of FlexWikiPad.
9/17/2007 1:06:40 PM - -74.15.254.118
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
Craig Andera is a consultant for Wangdera Corporation (his company). He blogs at "Pluralsight":http://pluralsight.com"","" and used to teach for DevelopMentor.
9/11/2007 2:14:34 PM - -74.12.234.30
discussion about how we enhance the way we get notified about changes on the wiki
9/17/2007 1:29:17 PM - -74.15.254.118
FlexWikiWebService is a WebService that exposes APIs for retrieving and modifying content on a FlexWiki instance.
9/12/2007 12:58:58 PM - -10.10.192.22
A FreeLink is a WikiName that is not PascalCase, usually a single word. These are delineated by single brackets ""["" and ""]"".
9/12/2007 5:51:46 PM - -10.10.192.22
A FreeLink is a WikiName that is not PascalCase, usually a single word. These are delineated by single brackets ""["" and ""]"".
9/12/2007 5:51:46 PM - -10.10.192.22
FwSync is a command-line tool for editing the wiki.
9/12/2007 5:43:19 PM - -10.10.192.22
FwSync is a command-line tool for editing the wiki.
9/12/2007 5:43:19 PM - -10.10.192.22
When embedding images, allow specifying the "alt" attribute and also get the width and height of the image. The "alt" attribute is the biggest thing I'm interested in. This would make embedding images more complicated than it is now, but also more flexible (what if you want to link to an image that's generated by an ASPX page, for example: you can't do it today).
7/22/2007 8:45:00 AM - -66.78.126.98
Click to read this topic
7/21/2007 1:56:26 PM - -10.10.192.236
Click to read this topic
9/13/2007 1:49:42 PM - -74.15.247.173
Click to read this topic
7/21/2007 2:00:50 PM - -10.10.192.236
Allows for linking to defined external sites, much like InterWiki macros in other Wiki implementations.
7/20/2007 11:57:01 PM - -10.10.192.236
details about link formatting rules
8/31/2007 5:16:49 PM - -66.78.116.108
LinkMaker object
7/20/2007 10:23:16 PM - -10.10.192.236
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Founder and President of Guides, Inc.
9/19/2007 2:33:27 PM - -74.15.253.157
Click to read this topic
7/21/2007 1:55:35 PM - -10.10.192.236
Your comments and feedback are invited on a potential new feature to allow minor edits to topics.
9/11/2007 3:01:44 PM - -74.12.234.30
The NamespaceManager lets you list, modify and create the namespaces on an installation of FlexWiki.
9/14/2007 2:09:55 PM - -74.15.242.151
The NamespaceManager lets you list, modify and create the namespaces on an installation of FlexWiki.
9/14/2007 2:09:55 PM - -74.15.242.151
The XML configuration file which defines your WikiFederation structure.
9/14/2007 2:09:10 PM - -74.15.242.151
Overview information about FlexWiki PlugIns for developers, users and administrators
9/14/2007 1:54:53 PM - -74.15.242.151
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
Special characters are supported through CharacterReferences.
9/13/2007 3:34:21 PM - -74.15.247.173
<Summary of bug fix>
9/13/2007 3:33:39 PM - -74.15.247.173
<Summary of bug fix>
10/10/2008 4:51:05 PM - FLWCOM-jwdavidson
Click to read this topic
9/13/2007 3:28:55 PM - -74.15.247.173
Strings represent a sequence of characters
9/13/2007 3:28:28 PM - -74.15.247.173
Basic Rules for Formatting ""Tables"" in FlexWiki
9/10/2007 6:19:48 PM - -10.10.192.235
FlexWiki is easy to upgrade to a new build. Here's information about how.
9/12/2007 8:51:13 AM - -10.10.192.22
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
a collection of wiki topics in a single TopicNamespace
9/13/2007 2:22:08 PM - -74.15.247.173
a collection of wiki topics in a single TopicNamespace
9/13/2007 2:22:08 PM - -74.15.247.173
A wikiNamespace holds a collection of related topics.
9/13/2007 1:42:04 PM - -74.15.247.173
Click to read this topic
9/11/2007 3:00:52 PM - -74.12.234.30
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
The XML configuration file which defines your WikiFederation structure.
9/14/2007 2:09:10 PM - -74.15.242.151
A URL-based method for extracting just the body of a WikiTopic, to include in another website or Word, for example.
9/13/2007 2:00:04 PM - -74.15.247.173
A URL-based method for extracting just the body of a WikiTopic, to include in another website or Word, for example.
9/13/2007 2:00:04 PM - -74.15.247.173
A URL-based method for extracting just the body of a WikiTopic, to include in another website or Word, for example.
9/13/2007 2:00:04 PM - -74.15.247.173
Click to read this topic
8/19/2007 12:39:33 PM - -66.78.124.101
The XML configuration file which defines your WikiFederation structure.
9/14/2007 2:09:10 PM - -74.15.242.151
A wikiNamespace holds a collection of related topics.
9/13/2007 1:42:04 PM - -74.15.247.173
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
PascalCase words are ""WordsSmashedTogetherLikeThis"" with each word beginning with a capital letter.
9/14/2007 1:57:27 PM - -74.15.242.151
Discussion about WikiTalk
9/18/2008 5:27:25 PM - 66.78.111.231
Expressions are the key syntactic building block of WikiTalk.
9/12/2007 3:45:45 PM - -10.10.192.22
Functions make it easy to reuse common WikiTalk functionality.
9/12/2007 3:42:33 PM - -10.10.192.22
Functions make it easy to reuse common WikiTalk functionality.