Skip to content

funny-cat-happy/joplin-plugin-TimelineRender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3de2ccf · May 31, 2024

History

7 Commits
May 29, 2024
Feb 3, 2023
Feb 7, 2023
May 31, 2024
May 29, 2024
Feb 3, 2023
Feb 3, 2023
May 29, 2024
Feb 3, 2023
May 31, 2024
May 29, 2024
May 31, 2024
May 30, 2024
May 29, 2024
Feb 3, 2023
Feb 3, 2023

Repository files navigation

joplin-plugin-TimelineRender

render the timeline in the markdown

Usage

```timeline
2023-1-1
build project
build folder
 
2023-2-2
develop map generate and basic AI
 
2023-2-3
test map

2023-2-7
test map

2023-2-8
test map

2023-2-9
test map
```

The block start with ```timeline,end with ```

Every node is composed of time and content and is split by space line between different node.

Plugin Config

open the menu above Tools->Options->Timeline

Acknowledgements

Hieu-Thi Luong's Life Calendar plugin,I refer to his code.

乔珂力的css时间轴教程

Joplin's offical tutorial.

ChatGPT 4o

License

GPL

Change Log

1.0.1

  • fix the error of time in different country
  • add the change style chapter to readme.md

1.0.2

  • fixed the problem of time reduction by one day in some countries

1.1.0

  • add time config menu
  • recover markdown function