Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add readme, license file, and clean up headers | Yuchen Pei | 2023-07-23 | 1 | -1/+0 |
| | |||||
* | Fixing copyright and flymake complaints. | Yuchen Pei | 2023-07-23 | 1 | -8/+20 |
| | |||||
* | Update fetching mechanism. | Yuchen Pei | 2023-07-15 | 1 | -4/+10 |
| | | | | | | | | | Before: write process output buffer content to a file. After: open the file, insert the buffer string from the process output buffer, then save the file. This way we start with a "clean" buffer that allows undo etc. | ||||
* | Adding a few more wiki sites | Yuchen Pei | 2023-07-15 | 1 | -0/+9 |
| | |||||
* | Enhance local navigation. | Yuchen Pei | 2023-07-10 | 1 | -1/+3 |
| | | | | | Add `wiki-find-file' to open a local file in wiki-mode. Guess the wikisite id based on the default directory. | ||||
* | Implement wiki-fetch-prefer-local | Yuchen Pei | 2023-07-10 | 1 | -2/+2 |
| | |||||
* | Show link target in help-echo | Yuchen Pei | 2023-07-10 | 1 | -3/+6 |
| | |||||
* | Add some more wikis and wiki-open-url | Yuchen Pei | 2023-07-10 | 1 | -14/+30 |
| | |||||
* | Fixing stacking of multiple fonts | Yuchen Pei | 2023-07-10 | 1 | -0/+1 |
| | | | | There may be italics in header and links, say | ||||
* | Adding more wiki site examples | Yuchen Pei | 2023-07-09 | 1 | -7/+34 |
| | | | | and simple moinmoin / oddmuse fetching support. | ||||
* | Browsing and navigating with various wiki engines | Yuchen Pei | 2023-07-09 | 1 | -0/+23 |
| | |||||
* | Implement wikilink following | Yuchen Pei | 2023-07-09 | 1 | -5/+13 |
| | |||||
* | Start work on wiki-engine | Yuchen Pei | 2023-07-09 | 1 | -0/+60 |
Adding wiki-engine.el, wiki-utils.el |