aboutsummaryrefslogtreecommitdiff
path: root/wiki-markup.el
Commit message (Collapse)AuthorAgeFilesLines
* Add a mediawiki API fetcher.Yuchen Pei2023-07-231-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 headersYuchen Pei2023-07-231-1/+0
|
* Fixing copyright and flymake complaints.Yuchen Pei2023-07-231-6/+39
|
* Adding functions to get html urlYuchen Pei2023-07-201-1/+9
|
* 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.
* Start adding template markup renderingYuchen Pei2023-07-101-11/+74
| | | | Not working yet
* Fixing external linksYuchen Pei2023-07-101-28/+41
|
* Enhance local navigation.Yuchen Pei2023-07-101-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-echoYuchen Pei2023-07-101-6/+12
|
* Fixing stacking of multiple fontsYuchen Pei2023-07-101-3/+15
| | | | There may be italics in header and links, say
* Browsing and navigating with various wiki enginesYuchen Pei2023-07-091-3/+9
|
* fix editing link unfontifyYuchen Pei2023-07-091-1/+3
|
* Fix licensing headersYuchen Pei2023-07-091-3/+3
|
* Implement wikilink followingYuchen Pei2023-07-091-3/+12
|
* Start work on wiki-engineYuchen Pei2023-07-091-1/+0
| | | | Adding wiki-engine.el, wiki-utils.el
* first commitYuchen Pei2023-07-091-0/+121