Timelive

by aNNiMON
5
4
3
2
1
Score: 46/100

Description

The Timelive plugin transforms plain lists of dates into interactive, visually structured timelines without relying on code blocks. It automatically detects various date formats, supports time spans between two dates, and allows for rich content like links, images, videos, and even code snippets within each timeline entry. Users can mark an event as 'live' using keywords like now or today, making it ideal for tracking ongoing projects. The plugin simplifies timeline creation by integrating directly with regular markdown formatting.

Reviews

No reviews yet.

Stats

15
stars
1,385
downloads
0
forks
454
days
264
days
264
days
5
total PRs
0
open PRs
0
closed PRs
5
merged PRs
8
total issues
3
open issues
5
closed issues
5
commits

Latest Version

9 months ago

Changelog

What's Changed

  • Fixed internal links to notes and files aren't opening from the popup (#13).
    To open a link, just click (or ctrl+click to open in a new tab) it on the desktop, or long press it on a mobile device.

Full Changelog: https://github.com/aNNiMON/obsidian-timelive/compare/1.1.0...1.2.0

README file from

Github

Timelive Plugin

Plugin for Obsidian that turns a list of dates into a timeline.

timeline

Usage

The key difference from other timeline plugins is that Timelive doesn't use a code block. It's much easier to format any date event, provide a link or block of code, add an image or a video, etc.

To build a timeline, you need to define a list of dates, enclosed by the | symbol. The date format is automatically detected, but in case of ambiguity, the preferred format can be selected in the preferences. You can also generate a placeholder with the Timelive: New block action (accessible from Ctrl+P Command Palette).

There is also support for time spans. Just define two dates separated by - and they will be turned into a span.

The timeline will be rendered in Reading view, or in Live Editing mode in case you embed a note with a timeline.

Use now, today or present to indicate that the project is live and that today's marker should be added.

Examples

## Demo
- |2011-02-05| Start
- |2021/04/28| Second event
- |21 6 12| Third event
   It's also a valid date
- |2018-07-01 - 2021-11-14| Time span
- |2025-02-05| **bold**, *italic*, ~~strikethrough~~, link to another note [[Welcome]]
- |2025-02-06| Merged events
  Test links and multiline code:
  https://github.com/aNNiMON/obsidian-timelive
   ```css
   .tlv-years {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    column-gap: 0.5rem;
    color: var(--text-normal);
   }
   ```
- |now| Dynamic event, means that the timeline (e.g. your project) is **live**
- |2056-05-24| Some future event

preview

See info.md for a real use case.

Settings

Preview title date format

Date format for titles in the date preview popup. See Date format reference.

Examples:

Value Default? Result
YYYY-MM-DD YYYY-MM-DD
MM/DD/YYYY MM/DD/YYYY
MMMM DD, YYYY MMMM DD, YYYY
DD MMM YYYY DD MMM YYYY
ddd, DD MMM YYYY ddd, DD MMM YYYY

Calendar month format

Calendar row format for years and months only. See Date format reference.

Examples:

Value Default? Result
YYYY-MM YYYY-MM
YYYY/MM YYYY/MM
MMM YY MMM YY
MMM YYYY MMM YYYY

Parse date format

Value Default? Matches
Years Months Days 2008-02-09, 2008/02/09, 08/2/9, 2008/02-09, 8 2 9
Days Months Years 09-02-2008, 09/02/2008, 9/2/08, 09-02/2008, 9 2 8
Months Days Years 02-09-2008, 02/09/2008, 2/9/08, 02-09/2008, 2 9 8

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Advanced Canvas
3 years ago by Developer-Mike
⚡ Supercharge your canvas experience! Graph view integration and unlimited styling options empower flowcharts, dynamic presentations, and interconnected knowledge.
Markmind
5 years ago by Mark
A mind map, outline for obsidian,It support mobile and desktop
Heatmap Calendar
5 years ago by Richard Slettevoll
An Obsidian plugin for displaying data in a calendar similar to the github activity calendar
Map View
5 years ago by esm
Interactive map view for Obsidian.md
Timeline
5 years ago by George Butco
Obisdian.md plugin for creating timelines
Tasks Calendar Wrapper
3 years ago by zhuwenq
This plugin currently provides a timeline view to display your tasks from your obsidian valut, with customizable filters and renderring options.
Extended Graph
a year ago by Kapirklaa
Community plugin to add features to the graph view.
Chronology
4 years ago by Gabriele Cannata
April Automatic Timelines
3 months ago by april-gras
Simple timeline generator plugin for story tellers using obsidian
Contribution Graph
3 years ago by vran
generate interactive gitxxx style contribution graph for obsidian, use it to track your goals, habits, or anything else you want to track.
Maps
a year ago by Obsidian
Map layout for Obsidian Bases. Display your notes as an interactive map view.
Chronos Timeline
2 years ago by Claire Froelich
Render interactive timelines in your Obsidian notes from simple Markdown.
Heatmap Tracker
2 years ago by Maksim Rubanau
A customizable heatmap tracker plugin for Obsidian to visualize daily data trends with intuitive navigation and flexible settings.
Diagrams.Net
4 years ago by Jens M Gleditsch
This repository contains a plugin for Obsidian for inserting and editing diagrams.net (previously draw.io) diagrams.
Mehrmaid
2 years ago by huterguier
Rendering Obsidian Markdown inside Mermaid diagrams.
Note Gallery
3 years ago by Pash Shocky
A masonry note gallery for obsidian.
Smart Connections Visualizer
2 years ago by Evan Moscoso
Visualize your notes and see links to related content with AI embeddings. Use local models or 100+ via APIs like Claude, Gemini, ChatGPT & Llama 3
Day Planner OG
3 months ago by ebullient
An Obsidian plugin for day planning and managing pomodoro timers from a markdown task list.
Link Exploder
4 years ago by Ben Hughes
StoryLine
2 months ago by Jan Sandström
StoryLine transforms your Obsidian vault into a complete book planning and writing tool. Organize scenes, build characters, manage locations, track plotlines, and monitor your progress, all inside Obsidian.
InfraNodus AI Graph View
2 years ago by Nodus Labs
Advanced graph view for Obsidian: text analysis, topic modeling, and AI with InfraNodus AI text analysis tool: https://infranodus.com
Desmos
4 years ago by Nigecat
Embed graphs directly into your obsidian notes
Optimize Canvas Connections
4 years ago by Félix Chénier
An Obsidian plugin that declutters a canvas by reconnecting notes using their nearest edges
Graph Banner
2 years ago by ras0q
An Obsidian plugin to display a relation graph view on the note header.
Enhanced Canvas
2 years ago by RobertttBS
When editing on Canvas, properties and Markdown links to notes are automatically updated, enabling backlinks in Canvas.
New 3D Graph
a year ago by Aryan Gupta
Visualize your vault in 3D with a powerful, highly customizable, and filterable graph.
Timelines (Revamped)
3 months ago by seanlowe
Create a timeline view of all notes with the specified combination of tags
Mindmap
2 years ago by YunXiaoYi
An Obsidian plugin for creating Mindmaps.
Show Whitespace
3 years ago by Erin Schnabel
Show leading/trailing whitespace
D2
4 years ago by Terrastruct
The official D2 plugin for Obsidian. D2 is a modern diagram scripting language thats turns text to diagrams.
Habit Tracker
5 years ago by duo
This plguin for Obsidian creates a simple month view for visualizing your punch records.
Storyteller Suite
a year ago by Maws
Canvas Links
3 years ago by aqav
Show the links between "Canvas" and "File"
Recent Notes
2 years ago by Kamil Rudnicki
Recent Notes Plugin for Obsidian
Canvas Filter
4 years ago by Ivan Koshelev
Obsidian Canvas plugin that let's you show only pages / arrows with specific tags / colors / connections.
Gantt Calendar
2 months ago by Sugar
obsidian-gantt-calendar
Advanced Progress Bars
a year ago by cactuzhead
Obsidian plugin to create custom progress bars
CardNote
3 years ago by cycsd
Help you extract your thoughts more quickly in canvas
Tasks Map
a year ago by NicoKNL
A graph view of your tasks.
Graph Link Types
3 years ago by natefrisch01
Link types for Obsidian graph view.
Neo4j Graph View
6 years ago by Emile van Krieken
Chessboard Viewer
6 years ago by Davide Aversa
Plugin to render chessboards in Obsidian using chessboardjs
Canvas Mindmap Helper
3 years ago by Tim Smart
Release Timeline
4 years ago by cakechaser
Habit Tracker
4 years ago by David Moeller
A Plugin to display a Habit Tracker in Obsidian.
Timeline View
3 years ago by b.camphart
Obsidian plugin for viewing your notes linearly based on a given property
Nifty Links
3 years ago by x-Ai
Generating elegant, Notion-styled rich link cards to enhance your note-taking experience.
Export Graph View
2 years ago by Sean McGhee
Plugin to export your vault's graph view.
Arrows
3 years ago by artisticat
Draw arrows across different parts of your notes, similar to on paper
Galaxy View
a month ago by Rick
Argument Map with Argdown
5 years ago by amdecker
Dirtreeist
4 years ago by kasahala
Render a directory Structure Diagram from a markdown lists in codeblock.
MemoryLane
3 years ago by BangCa
Relive and celebrate your life's milestones on a personal, interactive timeline. A nostalgic journey through your history with anniversary reminders and cherished memories.
Content Cards
2 years ago by leo
Insert content cards in Markdown, such as timeline, highlightblock, target card, book information card, music information card, movie information card, photoes ablum, business card, content subfield, countdown, SWOT,BCG.
Chemical Structure Renderer
3 years ago by xaya1001
Render chemical structures from SMILES strings into PNG or SVG format using Ketcher and Indigo Service.
WaveDrom
5 years ago by Alex Stewart
Adamantine Pick
4 years ago by Urist McMiner
Embeddable Pikchr(https://pikchr.org) diagrams renderer plugin for Obsidian(https://obsidian.md)
Node Factor
a year ago by CalfMoon
Customize factors effecting node size in obsidian graph.
YourPulse - Your Writing Activity Visualised
2 years ago by Jiri Sifalda
YourPulse.cc - Obsidian.md plugin that turns your vault into a reflection of your creativity, and put your writing on steroids 💪
Lilypond
3 years ago by DOT-ASTERISK
Lilypond for Obsidian
Flowcharts
2 years ago by land0r
Flowchart Plugin for Obsidian – Create and customize flowcharts seamlessly within your Obsidian vault. Powered by Flowchart.js and designed for productivity
Mermaid Icons
7 months ago by toshs
Obsidian plugin enabling the use of icons in Mermaid diagrams.
Desk
3 years ago by David Landry
A desk for obsidian
Lineup Builder
5 years ago by James Fallon
An Obsidian plugin that lets you build football lineups
Markdown Timeline
2 years ago by Jiaheng Zhang
An Obsidian plugin to record the events in a Flashback timeline
Tier List
2 years ago by Mox Alehin
Obsidian plugin for visual ranking and organizing content into customizable Tier Lists.
Laws of Form
3 years ago by Kevin German
ASCII Tree Generator
2 years ago by Matěj Michálek
Timeline Schedule
3 years ago by Evan Bonsignori
Inline timelines generated from human-readable time strings, e.g. 'Walk dog (30min)' in a ```schedule codeblock.
Generate Timeline
a year ago by Shanshuimei
An obsidian plugin to generate timelines from tags, folders, files or metadata automatically. 根据标签,文件夹,文件或者属性自动生成时间轴的插件。
Easy Timeline
2 years ago by Romeliun
The Easy Timeline plugin for Obsidian allows you to create timelines easily.
Storyclock Viewer
3 years ago by Jonathan Fisher
Obsidian plugin for creating a storyclock
Folder Canvas
2 years ago by Nancy Lee
Generate a canvas view of your folder structure
Mathematica Plot
3 years ago by Marcos Nicolau
Insert functions on Obsidian using Wolfram Mathematica!
BattleSnake Board Viewer
3 years ago by EnderInvader
Plugin to render battlesnake boards in Obsidian
Vertical Timeline List
a year ago by Jalad
Utilizes task lists to create a timeline... or something like a timeline.
Weather Widget
7 months ago by mr-asa
Weather widget for display in notes, Canvas, and a separate tab.
Markline
3 years ago by 闲耘
Markline: Markdown timeline view in Obsidian.
Extended File Support
2 years ago by Nick de Bruin
Adds opening and embedding support for various filetypes to Obsidian
Alfonso Money Manager
3 years ago by SmartLifeGPT Innovation
This is the repository for the obsidian plugin of the Alfonso Money Manager mobile application
Mapbox Location Image
2 years ago by Aaron Czichon
Render a mapbox location image based on provided coordinates
Journal View
a month ago by RUverse
A Journal View for Obsidian
Timeline Canvas Creator
a year ago by chris-codes1
Quickly create timeline structured canvases in Obsidian.
Focus Tracker
2 years ago by Jeet Sukumaran
ReverySky Map
2 months ago by MoonSkorch Studio
Obsidian plugin rendering the vault graph as an interactive 3D star map with Unity WebGL
Canvas Explorer
2 years ago by Henri Jamet
A plugin that enables users to explore their vault by iteratively adding or ignoring linked notes, ultimately generating a customizable canvas that visually represents the preserved notes and their connections.
Inline Local Graph
7 months ago by TKOxff
Inline Local Graph of Obsidian
Magic Move
2 years ago by imfenghuang
Animating Code Blocks in Obsidian
Life in Weeks Calendar
10 months ago by Jeff Szuc
Plugin for the Obsidian markdown editor. Displays a calendar of your life in weeks with weekly Periodic Notes plugin integration. Includes options for the traditional Memento Mori/Stoic style calendar, as well as a Gregorian calendar accurate version.
Github Issues
a year ago by LonoxX
An Obsidian plugin that integrates with GitHub to track issues and pull requests directly in your vault.
NodeFlow
2 years ago by LincZero
Render node streams like `ComfyUi`, `UE`, `Houdini`, `Blender`, etc., to make it easy to write relevant notes. json describes the chart, compared to screenshots, making it easier to modify later. The plugin is also compatible with blogs.",
Markwhen File Sync
a year ago by rouvenjahnke
Synchronize properties from your Obsidian notes with a Markwhen timeline file.
Waveform Player
a year ago by Zhou Hua
Boardgame Search
2 years ago by Marlon May
A plugin to create notes for boardgames based on the BGG API
Every Day Calendar
2 years ago by QuBe
Obsidian plugin to create calendars inspired by Simone Giertz's Every Day Calendar
Visited Countries
a year ago by Ivan Peshykov
Obsidian plugin to mark and visualize the countries you've visited on an interactive world map.
NyanBar
2 years ago by xhyabunny
Give life to your Obsidian notes with NyanBar !
Power Bases
a month ago by Power Plugins
Add board, calendar, timeline, chart, gallery, and table views to Bases, with inline editing, colors, rollups, field types, formulas, and CSV import.
Kale Graph
2 years ago by Oli
Render mathematical graphs in Obsidian
Table List
a year ago by Akaswan
Gantt this
a month ago by Altarok
Obsidian plugin showing multiple TTRPG calendars at once in one gantt chart.
Square
2 months ago by Jiao Yingxing
Installable runtime artifacts for Square, a lightweight Obsidian habit tracker.
Inboxer
a year ago by Eoin Hurrell
Obsidian plugin to add an inbox to notes
GLSL Viewer
7 months ago by iY0Yi
Preview GLSL shaders on Obsidian.
Mahgen Renderer
2 years ago by Michael Francis Williams
Obsidian plugin to render mahgen automatically
Poker Range
2 years ago by marplek
Easily create, view, and interact with poker hand ranges in your obsidian.
ShaahMaat-md
2 years ago by Mihail Kovachev
Class Relation Visualization
2 years ago by Yong
GoBoard
8 months ago by Dmitry I. Sokolov
Obsidian plugin for rendering Go game diagrams from markdown code blocks
Abele
16 days ago by dudaanton
An Obsidian plugin that adds a lot of functionality I personally find missing.
Mahjong Renderer
2 years ago by hypersphere