ubq323

the

i am the owner of this terrible excellent website

i have other websites also

— ubq323

joined
a very long time ago

recent posts

ubq323 (edited ) #292

update: you can now do ~subscript~ and ^superscript^

you need to escape spaces within the sub- or superscript with backslashes though

sup sub

ubq323 #290

<details> and <summary> have been enabled. you can use the html tags themselves, or use this markdown syntax

??? "summary goes here"
    indented stuff here will be in the details thing

    - you can
    - do formatting
    - in here too

will produce

summary goes here

indented stuff here will be in the details thing

  • you can
  • do formatting
  • in here too

<sup> and <sub> have been enabled. currently there is no markdown syntax for these, give me a few moments

tables have
also been
enabled (using the regular markdown syntax for them
though you can use the html tags too if you want
ubq323 #276

probably never. maybe we could special-case johnvertisements though

ubq323 #274

<pulsate> is also available for purposes.

ubq323 (edited ) #272

colour tags are now supported. all css colours are available, for foreground and background.

use <colour> for foreground colours. use<markcolour> for background colours.

hail GEORGE

ubq323 #263

1 2 1

ubq323 #253

it seems that if you delete all posts in a thread, then the thread doesn't appear on the listing page. how interesting

ubq323 #252

css/presentation todo:

  • tidy up all the old grid things since we don't need them any more.
    • remove all obsolete or unused css from style.css and generally organise it a bit
  • add "number of replies" field back to thread listing
ubq323 #251

(posting this here now because it's in my head but i have to go and do something else right now)

db todo:

  • use rcte for forum parent breadcrumbs
  • create views for most recent activity (per forum and for subforums), then simplify the big query for viewing a forum
ubq323 #244

this could occur. what tags would you like to see specifically? what kinds of animations?

and doesn't this count as an animation anyway

ubq323 #237

this is a test test

ubq323 #236

🐝 🐝 🐝 🐝

ubq323 #235

todo item: apionet integration and discord webhook support

ubq323 #232

ah yes

ubq323 #229

this is being sent from the lynx browser

ubq323 #219

<marquee> now works

ubq323 #195

wow!

ubq323 #194

A spectre is haunting Europe - the

ubq323 #193

once subforums exist all existing threads will be sent into one of the subforums. i haven't decided what kind of subforum that should be yet. deleting everything would be unfortunate, perhaps

ubq323 #188

sqlite is slightly annoying about what kinds of columns you are allowed to add to tables after already creating them. specifically i want to have the forum column on the threads table be NOT NULL DEFAULT 1 REFERENCES forums(id) but when adding columns with ALTER TABLE the default has to be NULL if the column includes a foreign key. it would therefore be slightly easier if i could delete all threads and create a new threads table.

however i can still just create a new threads table, with the column i want, and then copy all the existing rows into it, and that can all be done in pure sql so it will even still work with our exisitng migration thingy. so you're right this isn't even much of a big deal at all.

hmm there was something else involving moderators that i think would make this a bit more difficult but i have forgotten what that was about now. i'm sure i can figure out a way around it. and anyway, the worst case is that i have to manually run a python script on the server or something. there is only one deployed instance so this isn't that hard.

ubq323 #187

SO true

ubq323 #162

it is possible that the development of certain future apioforum features would be made easier if the database was wiped during certain updates, instead of performing complicated migrations to preserve everything. i would be interested to hear people's opinions for and against this, so that i can know whether people strongly want things on this site to not be deleted, or if they don't care that much.

it isn't guaranteed that wiping will ever be necessary, or preferable; i am just curious about how people feel about this, if it ever does become a thing that might be useful for us.

please deposit your opinions about this into this thread, where they will be ignored considered thoroughly.

ubq323 #156

i agree

ubq323 #151

so true

ubq323 #137

i didn't mention, but fenced code blocks are also enabled now

def bee():
    for i in range(12345):
        print("bee")

syntax highlighting isn't enabled, yet.

ubq323 #133

update: images are now enabled

ubq323 #132

actually i changed my mind. the apiology tag now exists.

ubq323 #131

i could allow the <img> tag i suppose. i might have to do some cssoids so it doesn't look terrible but i can't see any other reason not to do that.