tormec

Results 8 comments of tormec

Why it's not used the same function that creates internal links in pages?

What I mean is to rewrite this function: https://github.com/splitbrain/dokuwiki/blob/95704c8797ed14fd8ed9427be6121e56efe343de/inc/Ui/Search.php#L500-L512 into this one: ``` php public function createPagenameFromQuery($parsedQuery) { global $ID; $id = $parsedQuery['query']; resolve_pageid(getNS($ID), $id, $exists); $pagename = $id; return...

> [...] and output whatever makes sense... Does it really make sense to offer an incorrect link? The advanced search query syntax gives a lot of this non-valid links, due...

use https://help.scilab.org/docs/current/en_US/floor.html to always refer to the last (= stable) doc

The list of LaTex packages has been made with the following script ```php

The [documentation](https://www.dokuwiki.org/wiki:syntax#basic_text_formatting) says: > Paragraphs are created from blank lines.

The [documentation](https://www.dokuwiki.org/wiki:syntax#tables) also says: > Just add at least two whitespaces at the opposite end of your text: Add two spaces on the left to align right, two spaces on...

Hi, I've just installed Komodo Edit, version 10.1.4, build 17456, platform linux-x86_64 and NST version 0.63, and this is my test: * if I use the "classic" colour scheme I...