Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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. | ||||
* | fixing copyright header | Yuchen Pei | 2023-07-15 | 1 | -2/+2 |
| | |||||
* | Adding a few more wiki sites | Yuchen Pei | 2023-07-15 | 1 | -0/+9 |
| | |||||
* | fixing copyright header | Yuchen Pei | 2023-07-15 | 1 | -2/+1 |
| | |||||
* | Start adding template markup rendering | Yuchen Pei | 2023-07-10 | 2 | -11/+80 |
| | | | | Not working yet | ||||
* | Fixing external links | Yuchen Pei | 2023-07-10 | 2 | -28/+45 |
| | |||||
* | Adding local fetch for unknown sites | Yuchen Pei | 2023-07-10 | 1 | -0/+2 |
| | |||||
* | Enhance local navigation. | Yuchen Pei | 2023-07-10 | 3 | -25/+50 |
| | | | | | 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 | 2 | -11/+39 |
| | |||||
* | Show link target in help-echo | Yuchen Pei | 2023-07-10 | 3 | -11/+23 |
| | |||||
* | Add some more wikis and wiki-open-url | Yuchen Pei | 2023-07-10 | 2 | -19/+42 |
| | |||||
* | Fixing stacking of multiple fonts | Yuchen Pei | 2023-07-10 | 3 | -3/+26 |
| | | | | There may be italics in header and links, say | ||||
* | Adding more wiki site examples | Yuchen Pei | 2023-07-09 | 2 | -8/+62 |
| | | | | and simple moinmoin / oddmuse fetching support. | ||||
* | Browsing and navigating with various wiki engines | Yuchen Pei | 2023-07-09 | 3 | -18/+66 |
| | |||||
* | fix editing link unfontify | Yuchen Pei | 2023-07-09 | 1 | -1/+3 |
| | |||||
* | Fix licensing headers | Yuchen Pei | 2023-07-09 | 2 | -7/+7 |
| | |||||
* | Implement wikilink following | Yuchen Pei | 2023-07-09 | 3 | -20/+38 |
| | |||||
* | Start work on wiki-engine | Yuchen Pei | 2023-07-09 | 4 | -1/+107 |
| | | | | Adding wiki-engine.el, wiki-utils.el | ||||
* | first commit | Yuchen Pei | 2023-07-09 | 4 | -0/+262 |