A plugin to fix invalid date links after changing date format in Logseq.
-
Batch Convert Legacy Date Links
- Replace invalid date links with the new format
- Convert links even if the target page doesn't exist 🆕
- Support for Obsidian format (yyyy-MM-dd) and hierarchy format (yyyy/MM/dd)
-
Automatic Page Redirect
- Automatically redirects from old format pages to new format pages
Note
This plugin was created to solve Logseq's date format change issue (Logseq#4279)
Warning
Not compatible with Logseq db version
- Click [
---
] in the top right toolbar - Open [
Plugins
] - Search for "Legacy" in marketplace
- Click Install
- Always run re-index in Logseq after conversion
- Block UUIDs will change, which may affect embeds and references
- Non-journal pages will have their hidden "create-at" property updated
Go to the Discussions tab to ask and find this kind of things.
- Recommend
Date format | Today |
---|---|
E, d MMMM yyyy | Tue, 19 September 2023 |
E, MM/dd/yyyy | Tue, 09/19/2023 |
E, dd-MM-yyyy | Tue, 19-09-2023 |
E, dd.MM.yyyy | Tue, 19.09.2023 |
E, yyyy/MM/dd | Tue, 2023/09/19 |
EEE, MM/dd/yyyy | Tue, 09/19/2023 |
EEE, dd-MM-yyyy | Tue, 19-09-2023 |
EEE, dd.MM.yyyy | Tue, 19.09.2023 |
EEE, yyyy/MM/dd | Tue, 2023/09/19 |
EEEE, MM/dd/yyyy | Tuesday, 09/19/2023 |
EEEE, dd-MM-yyyy | Tuesday, 19-09-2023 |
EEEE, dd.MM.yyyy | Tuesday, 19.09.2023 |
EEEE, yyyy/MM/dd | Tuesday, 2023/09/19 |
MM-dd-yyyy | 09-19-2023 |
MM/dd/yyyy | 09/19/2023 |
dd-MM-yyyy | 19-09-2023 |
dd.MM.yyyy | 19.09.2023 |
yyyy/MM/dd | 2023/09/19 |
MM_dd_yyyy | 09_19_2023 |
do MMM yyyy | 19th Sep 2023 |
do MMMM yyyy | 19th September 2023 |
yyyy-MM-dd | 2023-09-19 |
yyyy-MM-dd EEEE | 2023-09-19 Tuesday |
yyyy/MM/dd | 2023/09/19 |
yyyyMMdd | 20230919 |
yyyy_MM_dd | 2023_09_19 |
yyyy年MM月dd日 | 2023年09月19日 |
- Author > @YU000jp