Sequential Timeline
unlistedby Yonas Yanfa
Render sequential timelines with vertical connectors using ```timeline blocks.
★ 1 starsUpdated 1mo agoMIT
Sequential Timeline for Obsidian
Render beautiful sequential timelines with vertical connectors using simple Markdown syntax.
Syntax
```timeline
1. **Locate Anchor Node** *Hover interaction*
Hovering over any historical user prompt reveals the structural control menu.
2. **Execute Fork or Edit** *Action selection*
The user selects "Fork Path" to clone the context.
3. **Deploy Changes** *Production*
Run the final deployment script.
```
Features
- ✅ Vertical connector lines with dashed styling
- ✅ Numeric badges that respect your indices (1, 5, 10, etc.)
- ✅ Auto-conversion of
*or-to sequential numbers - ✅ XSS-safe sanitization
- ✅ Dark/light theme support
Installation
From Obsidian Community Plugins (coming soon)
- Open Settings → Community plugins
- Turn off Safe Mode
- Browse and search for "Markdown Timeline"
- Install and enable
Manual Installation
- Create folder
{your_vault}/.obsidian/plugins/obsidian-timeline-plugin/ - Copy
main.js,styles.css, andmanifest.jsonto that folder - Restart Obsidian
- Enable the plugin in Community plugins settings
Development
git clone https://github.com/Your Name/obsidian-timeline-plugin
cd obsidian-timeline-plugin
npm install
npm run dev
Example Timeline
```timeline
1. **First Step** *Getting started*
This is the first timeline step with a description.
3. **Jump to three** *Skip ahead*
The badge shows "3" not "2"
* **Auto-converted** *From asterisk*
This becomes step 3 (or next sequential)
```
License
MIT
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.