guest:what about strike through?
6 years ago - Delete
is there a possibility to get strike throuhg (e.g. < u>test< /u>
pixtur:Reply to what about strike through?
6 years ago
already requested in:
I just implemented this in rev249
nraspail:Reply to Reply to what about strike through?
5 years ago
Hi,
if I use bla bla /etc/syconfig/blabla, it doesn't work. Is it possible to change this behaviour ?
Thanks
binder:linking of "wiki-syntax"
6 years ago
problem "WikiSyntax!" does not lead to the correct item! ;)
please add 3651, as this is the correct item-id.
pixtur:Reply to linking of "wiki-syntax"
6 years ago
very good hint :) This was a typo in the rating of search results. It cause the shortname to be ignored... But adding the item id is a much better solution, though.
guest:FCKeditor?
6 years ago - Delete
streber is such a great application, I love the flow, organization and functionality. I work at a very large telecom company - wish they had something this nice.
Anyway, I'm new to the whole Wiki thing. Maybe this is blasphemy - but what about adding a WYSIWYG editor like FCKeditor to task creation, comments etc.?
Or is Wiki that much more efficient? (For instance I know coders love VI but being a mere mortal I always have to have my icons and menus)
Thanks for the great tool!
pixtur:Reply to FCKeditor?
6 years ago
Thanks for you feedback!
I love FCKeditor and spent some time thinking about the pros and cons for a WYSIWYG editor. But at this end my person opinion boils down like this:
In many many cases Formatting is bad. Although there are some areas where complex formating like tables is mandatory in most cases caring about the format will get you distracted from what you want to write.
Nevertheless I would love to have an editor like FKCE boiled down to allowed wiki syntax, which is converted back to normal wiki text, because:
- wikitexts can nicely be stored and compared (important for comparing versions)
- wikitexts can easily be formated / style differently.
- you can very easily sent wiki text with email (without requiring Word or PDF)
So I guess until this editor is available, we are struck with the current state of affairs...
guest:Quick icons then?
6 years ago - Delete
Why not just create a simple icon bar at the top which just inserts the required start and stop characters for the wiki format items?
This way users who refuse to learn the syntax or use it infrequently can still utilize the text entry with its full potential.
Also, it might be cool to have a preview button for these people also while they are learning. This could be a simple compromise before an editor shows up with wiki-ascii formatting.
guest:maxsize seems not to work
6 years ago - Delete
guest:Quotes
5 years ago - Delete
One line quotes can't be read due to the scrollbars. Any way the box can be made bigger?
pixtur:Antwort auf Quotes
5 years ago (3. update 4 years ago)
guest:Preview button
5 years ago - Delete
It would be very nice to have a "Preview" button beside the "Submit" button to show me what I'm about to submit, without having to submit it, edit it, submit it, edit it, etc.
guest:Link to sub page
5 years ago - Delete
eh:Better formatting
5 years ago
Ooops, see rigth now that my text above isnt' very readable. so here it comes again:
For example:
To have a link to the Documetnation sub page of a project I provide the full URL:
http://myserver/streber/index.php?go=projViewDocu&prj=94
But would be more wiki like to provide it like this:
#94?projViewDocu
(or the like).
PS:
Preview could really be something good.
5 years ago
Yeah. Preview would be really nice. Especially since it could be ajax driven... But this will come in a later version.
I don't really see, why you would want to address projViewDocu at all (the display of documentation topics as task was a bug which has been fixed).
Addressing chapters (e.g. Headlines) would be a cool think, but I have not really good idea, how to do this. I could insert some anchors at the headlines, but links to them would become invalid when changing the headline.
Addressing pages like (projView, taskView, taskViewEfforts, etc) would probably be a nice think, but I am affraid it's too seldom used to be implemented.
We urgently need a syntax to replace an URL with a readable title. Possibilities:
- mediaWiki Links enclosed with single square brackets. Optional title after space.
[http://www.streber-pm.org streber]
- simple syntax (works not inside tables)
http://www.streber-pm.org|streber
- complex syntax (fits best into current syntax)
[[link:http://www.streber-pm.org|streber]]
5 years ago
We gather documentation for a project and organize it in folders. From time to time I want to give a hint in a task that there's documentation available and want provide the link to the doc overview (and not to a particular doc page), for example for the streber project it would be:
http://www.streber-pm.org/index.php?go=projViewDocu&prj=5Actually I can live with the full URL, but it gets broken in case our streber installation gets moved to another server. And since there's no such thing like a "global replace" some manual work would be needed.
pixtur:very good argument...
5 years ago (3. update 4 years ago)
We could add it like...
[[item:123|Optional name|function=taskViewEfforts] ]
eh:very good suggestion!
5 years ago
guest:How can I mark part of code?
5 years ago - Delete
Hi, can you help me, how can I mark part of code, I mean color mark.
And not one or three words. I need mark big text part.
Can I do it?
pixtur:Antwort auf How can I mark part of code?
5 years ago
You can turn on "Starlight" but this will have some drawbacks.
guest:Quick link to uploaded file
5 years ago - Delete
I got a file at index.php?go=fileDownload&file=98
using "# 98" does not work, any alternatives ?
guest:
5 years ago - Delete
ignore Cannot link to item #5686 of type 7, I found the way
guest:Original text
5 years ago - Delete
Hi, can I have the original text (wiki format) of this (
Wiki Syntax) content? I'd like to install it locally. I could have just copy and paste whatever seen/rendered by browser that would be rather ugly. Thanks.
guest:how embed external images?
5 years ago - Delete
I want to put external images but i can't.
This could be easy I think but I can't find the formater script wich php file do it?.
Suggested sintax coudl be:
image:url=www.google.com/logo.gif damian2:external image
3 years ago (2. update 3 years ago)
see in
rendering external images after applying the mods, the format for external images will be:
[[http://url/image.png|maxsize=123,right]]
guest:What about relative links?
5 years ago - Delete
Hi,
Just discovering this fantastic tool. I have however a suggestion: why not support relative links? Today you can link to external pages using
http://xxx.xxx.com but it's not possible to create relative links to pages on the same server (something like
../../Doc/mypage.html). This would be very useful when you have several sites on the same server and the location of this server changes: you don't want to have to replace all absolute urls in the pages.
guest:Naming Links
5 years ago - Delete
Here is how you can give your URL a specific name:
[[http://www.streber-pm.org|streberPM]]
streberPM guest:How to link strange url?
4 years ago - Delete
guest:Syntax for external links - again
4 years ago - Delete
What about opening all external links on new pages and internal links on the same?
From my point of view that makes perfect sense.
What do you guys think?
gb5256
pixtur:Done in v0.0808
4 years ago
dekamerone:Wiki Syntax compatibility?
4 years ago
I'm just looking for a possibility to automatically convert OpenOffice Dokuments to the Wiki-Syntax of Streber.
Maybe there is a OpenOffice macro for other Wiki-Systems usable or could be taken as easy customizable template?
thx and happy projects : Michael
pixtur:Antwort auf Wiki Syntax compatibility?
4 years ago
webbplatsen:Reply to Syntax for external links
4 years ago (2. update 4 years ago)
Yes,
http:// links should open a new window like target="blank".
If you use
#12345
it should be just like today.
guest:Reply to Syntax for external links HEY WEBPLATSEN !
4 years ago - Delete
Thanks for your reply about external links.
But I do not know what you mean.
My external links do all start with HTTP:// and they all open in the currently open window/tab and not in a new window/tab.
I tested on Firefox and Safari (both MAC).
Furthermore I do not understand your "Unkwown item 12345".
Sorry, I seem to be too dumb for this...
Any help really appreciated.
gb5256
pixtur:fixed this in next version. Thanks for your feedback
4 years ago
4 years ago (2. update 4 years ago)
How do you underline a word or a group of words?
pixtur:This is not possible
3 years ago
Maybe you could use latex for special formulas, though.
3 years ago (3. update 3 years ago)
Figured it out. To underline text you do this;
[latex]
\underline{test}
[/latex]

guest:How do you arrange text
3 years ago - Delete
is there a way to arrange texts?
Is there a way to user layers (like float left, float right etc)
MFG
chris
3 years ago
Maybe we will add an [html]-tag somewhere in the future. But this would no longer be editable with the wiki-syntax.
guest:Linking to file descriptions
3 years ago - Delete
Using file id
Rayshelon used to link to the description (fileView action). Now it links to not the latest but the specified version of the file.
Is there a way to link to the latest version or to the description page?
pixtur:@guest: good question
3 years ago
guest:markup editor?
3 years ago - Delete
ifreeman:code language parameter
3 years ago
What's the point of specifying the language parameter for code blocks if nothing is displayed when you enter it?
guest:Line Break within a Table Cell?
3 years ago - Delete
As soon as I try to use line breaks within a table cell, the table is now longer displayed correctly. Is it possible to use a line break within a table using a special code e.g. a double backslash or any other ?
clawfrown:Colorize part of text?
3 years ago
Is there a possibility to put in color specific text or paragraph?
Like in html: <span style="background:#cccccc;">hello world</span>
guest:Alternate text in table cells does not work
3 years ago - Delete
guest:maxsize for images inside a table cell does not work
3 years ago - Delete
guest:
3 years ago - visible as suggested - Delete
image:url=www.google.com/logo.gif
guest:cristian ngonda
19 months ago - visible as suggested - Delete
Thanks a lot for enjoying this beautiful. I am appreciating your effort to write it! Looking forward to another great article. Good luck to the author! all the best!
guest:Rayshelon
11 days ago - visible as suggested - Delete
Thanks for sharnig. What a pleasure to read!
guest:Lena
11 days ago - visible as suggested - Delete
I'm not wothry to be in the same forum. ROTFL