WikiBot: Difference between revisions
No edit summary |
(→Bugfixes: new section) |
||
Line 95: | Line 95: | ||
|Text=those brackets cue the [[WikiBot]] to link the message to the wiki page containing the mentioned terms | |Text=those brackets cue the [[WikiBot]] to link the message to the wiki page containing the mentioned terms | ||
|Link=https://discord.com/channels/1029514961782849607/1034992937391632444/1040949739933401148 | |Link=https://discord.com/channels/1029514961782849607/1034992937391632444/1040949739933401148 | ||
}} | |||
== Bugfixes == | |||
{{Message | |||
|Author=sneakers-the-rat | |||
|Avatar=https://cdn.discordapp.com/avatars/305044217393053697/2970b22bd769d0cd0ee1de79be500e85.png?size=1024 | |||
|Date Sent=22-11-12 23:01:53 | |||
|Channel=wikibot | |||
|Text=<@771783584105234462> [[WikiBot#Bugfixes]] just pushed an update to the wikibot that might fix the red X's you're getting - likely an error from when there isn't an avatar set, but the logs aren't being kept long enough back for me to see for sure. | |||
|Link=https://discord.com/channels/1029514961782849607/1036778158122344448/1041125715636125696 | |||
}} | }} |
Revision as of 23:01, 12 November 2022
WikiBot | |
---|---|
Homepage | https://git.jon-e.net/jonny/wiki-postbot |
Description | A bot to use wikilinks from within discord |
Repository URL | https://git.jon-e.net/jonny/wiki-postbot |
Contributors | Jonny Saunders |
The Wikibot links the Discord to the wiki :)
Its source is at: https://git.jon-e.net/jonny/wiki-postbot, and pull requests are welcome (hassle Jonny to figure out how to allow account creation in their gitea instance)
Wikilinks, once created, will also be posted to Discord Messages and in the #wikibot
channel so they can be followed directly from discord.
Wikilink Syntax
Messages with [[Wikilinks]] will be added to the wiki. The bot understands an extended wikilink syntax intended to make archiving threads easier. All messages added by the bot will also be indexed in Discord Messages so they don't get lost!
[[Regular Wikilinks]]
- Messages with (potentially multiple) regular wikilinks will be embedded into the relevant page in a section titled "Discord" in the order in which they were received.[[Wikilinks#With Section]]
- Adding a#
-delimited section will embed the message in the relevant section, rather than under "Discord"
N-Back Wikilinks
Currently implemented as a parser, but grabbing multiple messages in a thread is not yet implemented.
- Preceding Message -
[[^LINK]]
- Entire Preceding Thread -
[[^*LINK]]
- Ranges
- Fully specified -
[[^{n,m}LINK]]
wheren
andm
are the start and end of the range to be included, inclusive. eg.[[^{2,5}LINK]]
would specify four messages: the 2nd one above the initiating message through the 5th, andn == 0
indicates the initiating message. - End specified -
[[^{,m}LINK]]
OR[[^{m}LINK]]
- include the initiating message and them
messages above it. - Start specified -
[[^{n,}LINK]]
- include all preceding messages in the thread before thenth
message
- Fully specified -
Commands
/debug on,off
Turn debugging messages on or off (for everyone) - this will print things like the full text of the detected wikilinks as replies to
Status Updates
i'll leave the bot running for a lil bit but yeah it's just running on my laptop for now, will move it over to the linode running the wiki when i go to switch the url. made a page to document the WikiBot#Status Updates
TODO
- Implement n-back links
- Implement fully qualified semantic wikilinks
- File/image Upload from discord
- Cleanup & actual in-place docs omg.
- Parse markdown -> wikitext in messages.
- Create reference links in a list like [ [source#section->target#section] ] to avoid orphan pages
omg lmao WikiBot#TODO Don't make a separate page using semantic wikilinks lol
Feature Requests
Then i just made a page to link to the pages. There's not really a well defined way to do meta-categorization like that in-medium as far as I'm aware, but am happy to receive WikiBot#Feature Requests about it
Discord
this is almost exactly the idea with the WikiBot that pushes to a Semantic Wiki, and good to have a name in Gradual Enrichment. looking forward to digging though the references and finishing that piece^ tomorrow. (and finishing the n-back linking syntax so I can just directly include the piece in the annotation that is this message). thanks for sharing 🙂
those brackets cue the WikiBot to link the message to the wiki page containing the mentioned terms
Bugfixes
<@771783584105234462> WikiBot#Bugfixes just pushed an update to the wikibot that might fix the red X's you're getting - likely an error from when there isn't an avatar set, but the logs aren't being kept long enough back for me to see for sure.