jgm / gitit

A wiki using HAppS, pandoc, and git
GNU General Public License v2.0
2.15k stars 226 forks source link

Feature request(s): create new page button, create new page from search #578

Closed alok closed 7 years ago

alok commented 7 years ago

I'm not sure if this can be done via plugins instead.

Essentially, the option to have a "create new page" button. There may be something about the concept of wikis that I'm missing, but requiring users to link their page to existing ones is sometimes rather annoying, especially if you like to do all your inter-page linking at a later date.

Wikipedia has the second feature. If you search for a page that doesn't exist, it offers to create it.

jgm commented 7 years ago

You can just navigate to

http://localhost:5001/MyPageName

and it will offer to create it (assuming your wiki is hosted at http://localhost:5001).

+++ Alok Singh [Oct 16 16 16:39 ]:

I'm not sure if this can be done via plugins instead.

Essentially, the option to have a "create new page" button. There may be something about the concept of wikis that I'm missing, but requiring users to link their page to existing ones is sometimes rather annoying, especially if you like to do all your inter-page linking at a later date.

Wikipedia has the second feature. If you search for a page that doesn't exist, it offers to create it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, [1]view it on GitHub, or [2]mute the thread.

References

  1. https://github.com/jgm/gitit/issues/578
  2. https://github.com/notifications/unsubscribe-auth/AAAL5PV5IVVhzYgw4q__Cx5l59J4ARoHks5q0rWcgaJpZM4KYH5o
alok commented 7 years ago

I'm aware. It's more that I'm curious why wikis don't let you just explicitly create a page. Going to a currently nonexistent URL seems like rather a lot of indirection.

-- Alok

On Mon, Oct 17, 2016 at 12:20 AM, John MacFarlane notifications@github.com wrote:

You can just navigate to

http://localhost:5001/MyPageName

and it will offer to create it (assuming your wiki is hosted at http://localhost:5001).

+++ Alok Singh [Oct 16 16 16:39 ]:

I'm not sure if this can be done via plugins instead.

Essentially, the option to have a "create new page" button. There may be something about the concept of wikis that I'm missing, but requiring users to link their page to existing ones is sometimes rather annoying, especially if you like to do all your inter-page linking at a later date.

Wikipedia has the second feature. If you search for a page that doesn't exist, it offers to create it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, [1]view it on GitHub, or [2]mute the thread.

References

  1. https://github.com/jgm/gitit/issues/578
  2. https://github.com/notifications/unsubscribe-auth/ AAAL5PV5IVVhzYgw4q__Cx5l59J4ARoHks5q0rWcgaJpZM4KYH5o

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jgm/gitit/issues/578#issuecomment-254130815, or mute the thread https://github.com/notifications/unsubscribe-auth/AH8KTJ2AkpoJPIOIWFLA0DX6PF4lCBqMks5q0yGjgaJpZM4KYH5o .

jgm commented 7 years ago

+++ Alok Singh [Oct 17 16 00:51 ]:

I'm aware. It's more that I'm curious why wikis don't let you just explicitly create a page. Going to a currently nonexistent URL seems like rather a lot of indirection.

I don't know. It may be that the idea was to make sure that new pages are linked somewhere.