Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork6.3k
Open
Description
- Gitea version (or commit ref): 1.12.4
- Git version: 2.16.5
- Operating system: CentOS 7
- Database (use
[x]):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug athttps://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
It would be great if I can write Wiki page in org-mode format.
I don't necessarily need fancy WYSIWYG editor on a wiki page. I would be happy if I can clone REPO_NAME.wiki.git and create or edit *.org file locally with emacs, then commit/push.
For now, any *.org files pushed as wiki pages are simply ignored.
I guess it would not be too difficult to make gitea render *.org files as wiki pages, just like org files in repos.
...