mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Updated page locking
Former-commit-id: cdb45541d3db1bacccbff220cbe4088e0f7f59eb [formerly 1106e0eb98b70694e0a59427a646160c224e5d88] [formerly 07e9b03344d1c33a4a720dd53e78ccb88b61de89 [formerly 12fc7b1b78
]]
Former-commit-id: 52d43ace1ce213cc3ab545b843dbff5140ba6cdd [formerly 9126617e8f64187e8816578ad97fa9d80b9b1bea]
Former-commit-id: cf573955ac8c2f9ed5e75c4ddea99e2d7779c952
This commit is contained in:
parent
260c0139fd
commit
580d6cba68
@ -17,6 +17,14 @@ This is a self-contained wiki webserver that makes sharing easy and _fast_. The
|
||||
|
||||
![Lists are easy to make.](https://raw.githubusercontent.com/schollz/awwkoala/master/static/img/Main3.gif)
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
**Page locking**. Pages can be locked by providing a password to prevent further editing. The whole version tree will still be available. _Note_: This is not available for list mode.
|
||||
|
||||
![Locking is easy.](https://raw.githubusercontent.com/schollz/awwkoala/master/static/img/Main8.gif)
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
**Automatic versioning**. All previous versions of all notes are stored and can be accessed by adding `?version=X` onto `/view` or `/edit`. If you are on the `/view` or `/edit` pages the menu below will show the most substantial changes in the history. Note, only the _current_ version can be edited (no branching allowed, yet).
|
||||
@ -38,8 +46,6 @@ This is a self-contained wiki webserver that makes sharing easy and _fast_. The
|
||||
|
||||
<br>
|
||||
|
||||
**Page locking**. You can apply a password to a page to allow further edits from being available. The whole version tree will still be available. _Note_: This is not available for list mode.
|
||||
|
||||
**Keyboard Shortcuts**. Quickly transition between Edit/View/List by using `Ctl+Shift+E` to Edit, `Ctl+Shift+Z` to View, and `Ctl+Shift+L` to Listify.
|
||||
|
||||
**Admin controls**. The Admin can view/delete all the documents by setting the `-a YourAdminKey` when starting the program. Then the admin has access to the `/ls/YourAdminKey` to view and delete any of the pages.
|
||||
|
Loading…
Reference in New Issue
Block a user