aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a mediawiki API fetcher.Yuchen Pei2023-07-234-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 Pei2023-07-231-3/+4
|
* Adding a bullet point about local wiki editingYuchen Pei2023-07-231-2/+4
|
* Adding copyright and contactYuchen Pei2023-07-231-2/+14
|
* typoYuchen Pei2023-07-231-2/+2
|
* wordingYuchen Pei2023-07-231-1/+1
|
* Emphasis WIPYuchen Pei2023-07-231-1/+1
|
* Add readme, license file, and clean up headersYuchen Pei2023-07-236-4/+774
|
* Fixing copyright and flymake complaints.Yuchen Pei2023-07-234-38/+103
|
* Adding functions to get html urlYuchen Pei2023-07-202-4/+26
|
* minor fixYuchen Pei2023-07-171-4/+1
|
* Fix ref rendering with ref counter and help echoYuchen Pei2023-07-161-14/+22
|
* changing invisible to a display stringYuchen Pei2023-07-161-2/+2
|
* handle refsYuchen Pei2023-07-161-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 Pei2023-07-151-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 headerYuchen Pei2023-07-151-2/+2
|
* Adding a few more wiki sitesYuchen Pei2023-07-151-0/+9
|
* fixing copyright headerYuchen Pei2023-07-151-2/+1
|
* Start adding template markup renderingYuchen Pei2023-07-102-11/+80
| | | | Not working yet
* Fixing external linksYuchen Pei2023-07-102-28/+45
|
* Adding local fetch for unknown sitesYuchen Pei2023-07-101-0/+2
|
* Enhance local navigation.Yuchen Pei2023-07-103-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-localYuchen Pei2023-07-102-11/+39
|
* Show link target in help-echoYuchen Pei2023-07-103-11/+23
|
* Add some more wikis and wiki-open-urlYuchen Pei2023-07-102-19/+42
|
* Fixing stacking of multiple fontsYuchen Pei2023-07-103-3/+26
| | | | There may be italics in header and links, say
* Adding more wiki site examplesYuchen Pei2023-07-092-8/+62
| | | | and simple moinmoin / oddmuse fetching support.
* Browsing and navigating with various wiki enginesYuchen Pei2023-07-093-18/+66
|
* fix editing link unfontifyYuchen Pei2023-07-091-1/+3
|
* Fix licensing headersYuchen Pei2023-07-092-7/+7
|
* Implement wikilink followingYuchen Pei2023-07-093-20/+38
|
* Start work on wiki-engineYuchen Pei2023-07-094-1/+107
| | | | Adding wiki-engine.el, wiki-utils.el
* first commitYuchen Pei2023-07-094-0/+262