Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a mediawiki API fetcher. | Yuchen Pei | 2023-07-23 | 1 | -85/+104 |
| | | | | | | | | | Applicable to wikihow. Also clean up the code to reduce duplication with fetching and finding files. And fix when the wiki entry is under a directory naming itself which is common in mediawiki: both foo and foo/bar could be a valid wiki title. So locally files need to have an extension (by default .wiki). Also add the extension to auto-mode-alist. | ||||
* | Fixing copyright and flymake complaints. | Yuchen Pei | 2023-07-23 | 1 | -23/+43 |
| | |||||
* | Adding functions to get html url | Yuchen Pei | 2023-07-20 | 1 | -3/+17 |
| | |||||
* | fixing copyright header | Yuchen Pei | 2023-07-15 | 1 | -2/+1 |
| | |||||
* | Adding local fetch for unknown sites | Yuchen Pei | 2023-07-10 | 1 | -0/+2 |
| | |||||
* | Enhance local navigation. | Yuchen Pei | 2023-07-10 | 1 | -24/+34 |
| | | | | | 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 | -9/+37 |
| | |||||
* | Show link target in help-echo | Yuchen Pei | 2023-07-10 | 1 | -2/+5 |
| | |||||
* | Add some more wikis and wiki-open-url | Yuchen Pei | 2023-07-10 | 1 | -5/+12 |
| | |||||
* | Fixing stacking of multiple fonts | Yuchen Pei | 2023-07-10 | 1 | -0/+10 |
| | | | | There may be italics in header and links, say | ||||
* | Adding more wiki site examples | Yuchen Pei | 2023-07-09 | 1 | -1/+28 |
| | | | | and simple moinmoin / oddmuse fetching support. | ||||
* | Browsing and navigating with various wiki engines | Yuchen Pei | 2023-07-09 | 1 | -15/+34 |
| | |||||
* | Implement wikilink following | Yuchen Pei | 2023-07-09 | 1 | -12/+13 |
| | |||||
* | Start work on wiki-engine | Yuchen Pei | 2023-07-09 | 1 | -0/+46 |
Adding wiki-engine.el, wiki-utils.el |