1 minute read

Completed Tasks: Past Known Issue Notes

Summary

Notes

status

1

Convert URL based on titles and tree structure.

(readable URL)

Links link https://text.sickhack.net/c/35192906/ does not look fancy? better to have https://text.sickhack.net/c/…/Confluence+Site+Converter?

OPEN

2

Incremental Build

at least by a page id?

3

Some Macros needs special handling.

Process the page content properly.
We have some auto-generated pieces in content which appear to be some meaningless change. e.g.
https://github.com/haruki-sugarsun/text.sickhack.net/commit/2db9940db11533ef93647784d214faadda9adb09

OPEN

4

Convert content by label Macro

Some lable macro content are not working?

OPEN

5

Support highlight syntax

2021-08-30 CNAME と TXT の食べ合わせ

seems like we need to process <pre class="syntaxhighlighter-pre" data-syntaxhighlighter-params="brush: bash; gutter: false; theme: Confluence" data-theme="Confluence">$ dig TXT text.sickhack.net

OPEN

6

Output Last-modified time as part of the front matter?

OPEN

7

Support sitemap in robots.txt

https://developers.google.com/search/docs/advanced/sitemaps/build-sitemap

https://text.sickhack.net/sitemap.xml missing lastmod for Pages converted. we might need them in front matter?

also URL format 'https://text.sickhack.net//c/523534359/' looks a bit weird.

→ fixed by https://github.com/haruki-sugarsun/text.sickhack.net/commit/08680501c8d68bf98e5af3de7acc2f6d8e030dc5

OPEN

8

toc macro support

OPEN

9

tag processing for unnecessary attr

data-linked-resource-version="1" data-linked-resource-type="page" in https://github.com/haruki-sugarsun/text.sickhack.net/commit/938977c59f9fa1bf35bcd4a190cc5b5800af5ff0

issue might resides here https://github.com/haruki-sugarsun/confluenece_site_converter/blob/main/main.ml#L176 code structure looks confusing.

OPEN

10

Support breadcrumb and/or structure navigation

e.g.

  • Breadcrumb at article head

  • structural nav in side bar (parent+children?)

OPEN

11

Emoji Support/Conversion

like 🥺 (ペロリ) (疑問符)(ティック)(黄色い星)

OPEN

12

Support column layout

like in Notes - Investment

OPEN

13

Use proper build tool for OCaml

e.g. Dune?

Investigations - OCaml Development

OPEN

14

Embed page ID in the front matter

so that we can know the ID even after readable URL support.

Updated: