Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a mediawiki API fetcher. | Yuchen Pei | 2023-07-23 | 1 | -2/+7 |
| | | | | | | | | | 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. | ||||
* | 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 | -6/+39 |
| | |||||
* | Adding functions to get html url | Yuchen Pei | 2023-07-20 | 1 | -1/+9 |
| | |||||
* | minor fix | Yuchen Pei | 2023-07-17 | 1 | -4/+1 |
| | |||||
* | Fix ref rendering with ref counter and help echo | Yuchen Pei | 2023-07-16 | 1 | -14/+22 |
| | |||||
* | changing invisible to a display string | Yuchen Pei | 2023-07-16 | 1 | -2/+2 |
| | |||||
* | handle refs | Yuchen Pei | 2023-07-16 | 1 | -3/+20 |
| | | | | | | <ref> tags are a wikipedia feature. Eventually we would like to render it into numbers like on wikipedia entries. As a first step, let's hide it for now. | ||||
* | Start adding template markup rendering | Yuchen Pei | 2023-07-10 | 1 | -11/+74 |
| | | | | Not working yet | ||||
* | Fixing external links | Yuchen Pei | 2023-07-10 | 1 | -28/+41 |
| | |||||
* | Enhance local navigation. | Yuchen Pei | 2023-07-10 | 1 | -0/+13 |
| | | | | | Add `wiki-find-file' to open a local file in wiki-mode. Guess the wikisite id based on the default directory. | ||||
* | Show link target in help-echo | Yuchen Pei | 2023-07-10 | 1 | -6/+12 |
| | |||||
* | Fixing stacking of multiple fonts | Yuchen Pei | 2023-07-10 | 1 | -3/+15 |
| | | | | There may be italics in header and links, say | ||||
* | Browsing and navigating with various wiki engines | Yuchen Pei | 2023-07-09 | 1 | -3/+9 |
| | |||||
* | fix editing link unfontify | Yuchen Pei | 2023-07-09 | 1 | -1/+3 |
| | |||||
* | Fix licensing headers | Yuchen Pei | 2023-07-09 | 1 | -3/+3 |
| | |||||
* | Implement wikilink following | Yuchen Pei | 2023-07-09 | 1 | -3/+12 |
| | |||||
* | Start work on wiki-engine | Yuchen Pei | 2023-07-09 | 1 | -1/+0 |
| | | | | Adding wiki-engine.el, wiki-utils.el | ||||
* | first commit | Yuchen Pei | 2023-07-09 | 1 | -0/+121 |