Time |
Nick |
Message |
23:05 |
|
loggingbot_ joined #minetest-docs |
23:05 |
sfan5 |
. |
23:05 |
MTDiscord |
<Jonathon> hello sfan5 |
23:05 |
|
sfan5 left #minetest-docs |
23:05 |
benrob0329 |
He left, just set up the loggingbot |
23:06 |
wsor |
lol. nice |
23:07 |
MTDiscord |
<Benrob0329> @ExeVirus asciidoc [source, lua] ---- include::https://raw.githubusercontent.com/minetest/minetest/master/builtin/common/vector.lua[lines = 21..24] ---- |
23:07 |
MTDiscord |
<Benrob0329> https://cdn.discordapp.com/attachments/926231483155378176/926975041516732437/unknown.png |
23:11 |
MTDiscord |
<exe_virus> Very very nice |
23:11 |
MTDiscord |
<exe_virus> And syntax highlights? |
23:11 |
MTDiscord |
<Benrob0329> also just realised source highlighting is broken for the html output, gonna fix that (I just have to tell it which highlighter to use) |
23:11 |
MTDiscord |
<Benrob0329> with highlight.js: |
23:11 |
MTDiscord |
<Benrob0329> https://cdn.discordapp.com/attachments/926231483155378176/926976036376293396/unknown.png |
23:12 |
MTDiscord |
<Benrob0329> pygements, rouge, etc are supported too but I don't want to set those up quite yet |
23:12 |
MTDiscord |
<Benrob0329> but we probably should long term so that JS isn't required for that, and so that other formats work |
23:15 |
MTDiscord |
<Benrob0329> (trivial) https://github.com/minetest/minetest_docs/pull/8 |
23:15 |
MTDiscord |
<Jonathon> ready for merge? |
23:15 |
MTDiscord |
<Benrob0329> yes |
23:26 |
MTDiscord |
<Benrob0329> I think I'm going to start with the vector functions |
23:34 |
MTDiscord |
<Benrob0329> @ExeVirus You said we were replacing making a replacement for the Wikis :-( |
23:34 |
MTDiscord |
<Jonathon> ... context? |
23:35 |
MTDiscord |
<Benrob0329> Nodecast EP 2 |
23:35 |
MTDiscord |
<Jonathon> ah |
23:35 |
MTDiscord |
<Jonathon> i mean between that and lmd on the forum is screwed anyways so who cares at this point |
23:49 |
MTDiscord |
<exe_virus> Yeah I'm really sorry, that was recorded before that was clarified. |
23:50 |
MTDiscord |
<exe_virus> Luckily wuzzy will not be interested in the podcast for a while |
23:50 |
MTDiscord |
<exe_virus> And no one else complained |
23:50 |
MTDiscord |
<exe_virus> Besides, wuzzy is correct that the player wiki is a good wiki for MTG |
23:51 |
MTDiscord |
<exe_virus> And I support that particular effort. Dev wiki, less so, and he agrees on that aspect |
23:51 |
MTDiscord |
<exe_virus> So, no harm no foul, and wuzzy can take it up with me personally when I hopefully interview him |
23:52 |
MTDiscord |
<Benrob0329> I would just like to avoid a lot of hoohah around this is all, and just be able to write docs :-) |
23:52 |
MTDiscord |
<Benrob0329> In the end, it doesn't really matter |
23:54 |
MTDiscord |
<Benrob0329> In other news, I'm realising that it'd be really nice to have some way to do something like vec:[0, 0, 0] and have it spit out {x = 0, y = 0, z = 0} but it doesn't look like that can be accomplished without a plugin for those |
23:54 |
MTDiscord |
<Benrob0329> oh well |
23:57 |
MTDiscord |
<josiah_wi> You don't go to he hoohah, the hoohah comes to you. |
23:57 |
MTDiscord |
<Jonathon> are we going to document things like vector.round sucks? |
23:57 |
MTDiscord |
<josiah_wi> I agree though, just focusing on making good progress is the objective. |
23:59 |
MTDiscord |
<Benrob0329> Known limitations and bugs fall into scope |
23:59 |
MTDiscord |
<Benrob0329> Sidenote: somebody remind me to enable icons for things like NOTE: |