]> Lady’s Gitweb - GitWikiWeb/log
GitWikiWeb
6 months agoUpdate djot.js to 0.3.1 current
Lady [Wed, 20 Mar 2024 02:56:40 +0000 (22:56 -0400)]
Update djot.js to 0.3.1

12 months agoImprove timeline styling 0.4.1
Lady [Sun, 24 Sep 2023 22:19:58 +0000 (18:19 -0400)]
Improve timeline styling

12 months agoAllow negative years in timelines
Lady [Sat, 23 Sep 2023 23:48:30 +0000 (19:48 -0400)]
Allow negative years in timelines

12 months agoSupport “timeline” definition lists
Lady [Sat, 23 Sep 2023 23:19:59 +0000 (19:19 -0400)]
Support “timeline” definition lists

These make it easier to construct timelines by just doing

    {.timeline}
    : 1972-01-01

      - Here is a thing which happened on Jan 01 1972

    : 1972-12-31

      - Here is a thing which happened on Dec 31 1972

There’s a lot of work which could be done to style these, but it’s at
least semantically appropriate.

12 months agoList subpages in a see also section 0.4.0
Lady [Sat, 23 Sep 2023 22:06:47 +0000 (18:06 -0400)]
List subpages in a see also section

12 months agoDon’t add .sig links to the internal links list
Lady [Sat, 23 Sep 2023 22:06:26 +0000 (18:06 -0400)]
Don’t add .sig links to the internal links list

13 months agoFix djot warnings 0.3.1
Lady [Sat, 2 Sep 2023 19:40:53 +0000 (15:40 -0400)]
Fix djot warnings

The `reference` variable is used in printing the warnings and so needs
to be set prior to parsing the page.

13 months agoAdd styling for threads
Lady [Sat, 2 Sep 2023 19:26:19 +0000 (15:26 -0400)]
Add styling for threads

This supports threaded remarks using a

    ::: thread
    - This is a first comment.

      - This is a reply.

    - This is a second comment.
    ::::::::::

syntax.

13 months agoStyle definition list terms 0.3.0
Lady [Wed, 23 Aug 2023 19:44:20 +0000 (15:44 -0400)]
Style definition list terms

13 months agoStyle horizontal rules
Lady [Wed, 23 Aug 2023 19:43:58 +0000 (15:43 -0400)]
Style horizontal rules

13 months agoRemove unnecessary border on nav page disclosures
Lady [Wed, 23 Aug 2023 19:41:50 +0000 (15:41 -0400)]
Remove unnecessary border on nav page disclosures

13 months agoBasic support for subpages
Lady [Wed, 23 Aug 2023 19:15:59 +0000 (15:15 -0400)]
Basic support for subpages

Practically, this just allows `/` in page names. More advanced
functionality to come at a later time.

14 months agoRender footnotes inside of doc content 0.2.2
Lady [Sat, 29 Jul 2023 07:23:54 +0000 (00:23 -0700)]
Render footnotes inside of doc content

- Fixes adding nodes to document by cloning the array.

- Adds a `raw_block` sigil to the document and then overrides rendering
  to insert the footnotes at that point in time.

14 months agoAlso render the AST for debugging
Lady [Sat, 29 Jul 2023 06:50:35 +0000 (23:50 -0700)]
Also render the AST for debugging

14 months agoImprovements to styling
Lady [Sat, 29 Jul 2023 06:18:25 +0000 (23:18 -0700)]
Improvements to styling

14 months agoSupport arbitrary use of @as 0.2.1
Lady [Sat, 29 Jul 2023 00:18:15 +0000 (17:18 -0700)]
Support arbitrary use of @as

14 months agoAllow more git calls for Special:RecentlyChanged
Lady [Sat, 29 Jul 2023 00:17:58 +0000 (17:17 -0700)]
Allow more git calls for Special:RecentlyChanged

This is now configurable in `config.yaml` (`max_recency`) and defaults
to `7` instead of `5`.

14 months agoColour NotFound links red
Lady [Sat, 29 Jul 2023 00:17:49 +0000 (17:17 -0700)]
Colour NotFound links red

14 months agoAllow specifying the revision to pull files from 0.2.0
Lady [Fri, 28 Jul 2023 09:36:30 +0000 (02:36 -0700)]
Allow specifying the revision to pull files from

14 months agoMove symbol definition into external config file
Lady [Fri, 28 Jul 2023 09:24:29 +0000 (02:24 -0700)]
Move symbol definition into external config file

This file is planned to be used for other site configuration as well.

14 months agoFix old recently changed files 0.1.2
Lady [Fri, 28 Jul 2023 08:38:33 +0000 (01:38 -0700)]
Fix old recently changed files

The final comparison should be between the old commit and HEAD, not
between the old commit and its parent.

14 months agoAdd symbol substitutions
Lady [Fri, 28 Jul 2023 08:38:21 +0000 (01:38 -0700)]
Add symbol substitutions

14 months agoLet `@as` indicate the element to use for emphasis
Lady [Fri, 28 Jul 2023 08:17:05 +0000 (01:17 -0700)]
Let `@as` indicate the element to use for emphasis

14 months agoDon’t show date on old recent changes 0.1.1
Lady [Fri, 28 Jul 2023 05:09:21 +0000 (22:09 -0700)]
Don’t show date on old recent changes

If `recency` is `0`, then we don’t actually know when the change was
  made; this is a grab‐bag for everything else within the past week.

14 months agoLeave link details open
Lady [Fri, 28 Jul 2023 05:03:07 +0000 (22:03 -0700)]
Leave link details open

14 months agoUpdate navigation page styling
Lady [Fri, 28 Jul 2023 04:55:08 +0000 (21:55 -0700)]
Update navigation page styling

14 months agoSupport ranking recent changes by recency
Lady [Fri, 28 Jul 2023 04:42:33 +0000 (21:42 -0700)]
Support ranking recent changes by recency

This walks back the latest 5 commits to get the changes there before
  skipping back a week to get any remaining changes, then formats them
  all into a proper list.

14 months agoInitial commit 0.1.0
Lady [Fri, 28 Jul 2023 00:59:50 +0000 (17:59 -0700)]
Initial commit

There’s a lot more work to be done here, but this is enough to get
started with a *very* basic wiki.

This page took 0.041229 seconds and 4 git commands to generate.