Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Factor out wiki-parse-title that separates entry and section by #HEADmaster | Yuchen Pei | 2025-01-04 | 1 | -13/+15 |
| | |||||
* | Add navigation to sections and dir-local variables support | Yuchen Pei | 2025-01-04 | 2 | -23/+44 |
| | | | | | | | sections: foo#bar will navigate to section bar of entry foo dir-local variable support: currently applicable to outline headings only. | ||||
* | Add html post processor for fetching | Yuchen Pei | 2025-01-04 | 1 | -5/+11 |
| | |||||
* | Add a function to determine whether a url is a wiki entry. | Yuchen Pei | 2024-12-26 | 1 | -0/+8 |
| | |||||
* | Fixing macro name | Yuchen Pei | 2023-09-09 | 1 | -2/+2 |
| | |||||
* | Add search. | Yuchen Pei | 2023-07-24 | 4 | -21/+105 |
| | | | | | | - For mediawiki sites, use API search. - For non-mediawiki sites, use eww. - Now it depends on a new library `generic-search.el'. | ||||
* | Adding more defaults in wiki site info. | Yuchen Pei | 2023-07-24 | 2 | -54/+103 |
| | | | | | | - add mandatory host, and base-url is by default computed from host - add api-base-url for api base url, only applicable to mediawiki now - compute display name from site id by default | ||||
* | Make mediawiki the default engine | Yuchen Pei | 2023-07-24 | 2 | -21/+19 |
| | |||||
* | Add a mediawiki API fetcher. | Yuchen Pei | 2023-07-23 | 4 | -131/+185 |
| | | | | | | | | | 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. | ||||
* | more marketing :) | Yuchen Pei | 2023-07-23 | 1 | -3/+4 |
| | |||||
* | Adding a bullet point about local wiki editing | Yuchen Pei | 2023-07-23 | 1 | -2/+4 |
| | |||||
* | Adding copyright and contact | Yuchen Pei | 2023-07-23 | 1 | -2/+14 |
| | |||||
* | typo | Yuchen Pei | 2023-07-23 | 1 | -2/+2 |
| | |||||
* | wording | Yuchen Pei | 2023-07-23 | 1 | -1/+1 |
| | |||||
* | Emphasis WIP | Yuchen Pei | 2023-07-23 | 1 | -1/+1 |
| | |||||
* | Add readme, license file, and clean up headers | Yuchen Pei | 2023-07-23 | 6 | -4/+774 |
| | |||||
* | Fixing copyright and flymake complaints. | Yuchen Pei | 2023-07-23 | 4 | -38/+103 |
| | |||||
* | Adding functions to get html url | Yuchen Pei | 2023-07-20 | 2 | -4/+26 |
| | |||||
* | 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 |