Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/lchen198/wypyplus
Browse files Browse the repository at this point in the history
  • Loading branch information
lchen198 committed Jul 23, 2021
2 parents 635b5a2 + 13b9005 commit 1159df5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,23 @@ A minimal editor that does not get in the way.
<p align="center">
<img src="editor.png">
</p>

The Built-in Calendar
<p align="center"><img src="calendar.png"></p>

## New Features:
* Only 23 lines of Python code with no external dependency other than the standard library.
* Runs on Mac, Linux and Windows.
* A built-in calendar and daily journal.
* A GetThingsDone template to help you setup your GTD system quickly.
* Full-text search.
* A modernized and mobile-friendly look using [Sakura CSS](https://github.com/oxalorg/sakura).
* Wiki pages save to plain text files under the "w" directory
* Delete a wiki page from disk by saving an empty content.
* Support common markdown syntax such as headline style and links [DemoPage](https://github.com/lchen198/wypyplus/blob/main/w/DemoPage).
* Each WikiPage has a reverse index. You can use this feature to group pages by tags.
* A [top-level index](http://127.0.0.1:8000/cgi-bin/wypyplus.py?p=All&q=f) to show every page in the wiki.
* When you start editing a page, WyPyPlus will automatically save and close it after 30 minutes.
* Full-text search.
* A built-in calendar.
* AutoSave after 30 minutes of editing.


## Text Formatting
* WikiNames are replaced with internal links.
Expand Down

0 comments on commit 1159df5

Please sign in to comment.