Allow custom render (like Asciidoc) for the wiki #8716

Open
opened 2025-11-02 08:15:23 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @mo8it on GitHub (Mar 17, 2022).

Feature Description

Is it possible to add Asciidoc support to the wiki? Adding a file with .adoc at https://codeberg.org/ did not work. The file was added with git and ssh and it does not even show up in the wiki pages after pushing.

Since rendering of Asciidoc files is possible in the repos, I think that adding support to the wiki would not be hard and will be appreciated. It does help with consistency and gives the benefits of Asciidoc.

Codeberg has Asciidoc support enabled:
https://codeberg.org/Codeberg-Infrastructure/build-deploy-gitea/src/branch/codeberg-1.16/etc/gitea/conf/app.ini

Screenshots

No response

Originally created by @mo8it on GitHub (Mar 17, 2022). ### Feature Description Is it possible to add Asciidoc support to the wiki? Adding a file with `.adoc` at https://codeberg.org/ did not work. The file was added with git and ssh and it does not even show up in the wiki pages after pushing. Since rendering of Asciidoc files is possible in the repos, I think that adding support to the wiki would not be hard and will be appreciated. It does help with consistency and gives the benefits of Asciidoc. Codeberg has Asciidoc support enabled: https://codeberg.org/Codeberg-Infrastructure/build-deploy-gitea/src/branch/codeberg-1.16/etc/gitea/conf/app.ini ### Screenshots _No response_
GiteaMirror added the type/featuretype/proposal labels 2025-11-02 08:15:23 -06:00
Author
Owner

@imxade commented on GitHub (Jul 3, 2022):

yes, we definitely need that

@imxade commented on GitHub (Jul 3, 2022): yes, we definitely need that
Author
Owner

@zander commented on GitHub (Jul 9, 2022):

Isn't the entire point of a wiki that you don't need a user to suggest a file-extension or to know the filetype? So you can edit it right in a browser without making it complex.

What you seem to want is a normal git repo, not a wiki (that just happens to be backed by git).

@zander commented on GitHub (Jul 9, 2022): Isn't the entire point of a wiki that you don't need a user to suggest a file-extension or to know the filetype? So you can edit it right in a browser without making it complex. What you seem to want is a normal git repo, not a wiki (that just happens to be backed by git).
Author
Owner

@mo8it commented on GitHub (Jul 10, 2022):

I don't want a git repo (although a wiki is a git repo anyway in the background).
Gitlab allows you to choose the filetype on creating a wiki page. You can still use the browser to edit the wiki like with Markdown, but you use the Asciidoc syntax.

@mo8it commented on GitHub (Jul 10, 2022): I don't want a git repo (although a wiki is a git repo anyway in the background). Gitlab allows you to choose the filetype on creating a wiki page. You can still use the browser to edit the wiki like with Markdown, but you use the Asciidoc syntax.
Author
Owner

@imxade commented on GitHub (Jul 10, 2022):

Isn't the entire point of a wiki that you don't need a user to suggest a file-extension or to know the filetype? So you can edit it right in a browser without making it complex.

What you seem to want is a normal git repo, not a wiki (that just happens to be backed by git).

implementation on
github : https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages
gitlab : https://docs.gitlab.com/ee/user/project/wiki/#create-or-edit-wiki-pages-locally

@imxade commented on GitHub (Jul 10, 2022): > Isn't the entire point of a wiki that you don't need a user to suggest a file-extension or to know the filetype? So you can edit it right in a browser without making it complex. > > What you seem to want is a normal git repo, not a wiki (that just happens to be backed by git). implementation on github : https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages gitlab : https://docs.gitlab.com/ee/user/project/wiki/#create-or-edit-wiki-pages-locally
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#8716