Hi team,
I sometimes point to internal notes in my shaares.
For this I use a markdown link in a very short form such as [hello](?abcdef) to point to the existing note with ID abcdef. However this does not always work.
When I display an individual note on my site e.g. with ID a1b2c3 it appears with URL /shaare/a1b2c3; then I click a link such as the one above (to ID abcdef) the resulting link is to shaare/a1b2c3?abcdef instead of just shaare/abcdef, resulting in not pointing to the desired note.
My hosting provider (o2switch.net) constraints make me use the index.php string in URLs, may this issue be linked to this?
Do you have a suggestion about how to correctly and shortly write a link to an internal note which works in that case, without having to write the shaarli site prefix?
Regards.
Hi team,
I sometimes point to internal notes in my shaares.
For this I use a markdown link in a very short form such as
[hello](?abcdef)to point to the existing note with IDabcdef. However this does not always work.When I display an individual note on my site e.g. with ID
a1b2c3it appears with URL/shaare/a1b2c3; then I click a link such as the one above (to IDabcdef) the resulting link is toshaare/a1b2c3?abcdefinstead of justshaare/abcdef, resulting in not pointing to the desired note.My hosting provider (o2switch.net) constraints make me use the
index.phpstring in URLs, may this issue be linked to this?Do you have a suggestion about how to correctly and shortly write a link to an internal note which works in that case, without having to write the shaarli site prefix?
Regards.