Markwhen

by Markwhen
5
4
3
2
1
Score: 40/100

Description

Category: Note Enhancements

The Markwhen plugin for Obsidian.md is a game-changer for timeline enthusiasts. This plugin integrates Markwhen, a powerful timeline creation tool, directly into your Obsidian vault. With Markwhen syntax, you can create complex timelines with ease, making it perfect for researchers, historians, and anyone who needs to visualize large amounts of information.

Reviews

No reviews yet.

Stats

429
stars
38,950
downloads
18
forks
720
days
88
days
294
days
12
total PRs
4
open PRs
1
closed PRs
7
merged PRs
59
total issues
55
open issues
4
closed issues
71
commits

Latest Version

10 months ago

Changelog

README file from

Github

Markwhen Obsidian Plugin

Markwhen docs

markwhen-obsidian-plugin

Instructions

instructions1 instructions2 instructions3

Obsidian Downloads

This plugin integrates Markwhen into Obsidian.md. You can use markwhen syntax to create timelines.

Main markwhen documentation.

[!Note]
Latest release: 0.0.4
Document version: 0.0.4

Installation

[!Note]
Make sure that you are not in the Restricted Mode.

Install from official plugin distribution

  1. In Obsidian, open Settings.
  2. Under Community plugins, click Browse.
  3. Search for "Markwhen" and then select it.
  4. Select Install, then enable it.

You can also find and install Markwhen plugin here: https://obsidian.md/plugins?search=Markwhen

Install via BRAT

Register https://github.com/mark-when/obsidian-plugin in BRAT to receive upcoming releases automatically before we got reviewed from Obsidian team!

Install the plugin manually

  1. Go to the repo's latest release page, and download main.js, manifest.json and styles.css (or the zip file).
  2. Copy these files to your local path [your vault]/.obsidian/plugins/markwhen/.
  3. Relaunch Obsidian, or refresh the plugin list, you will see this plugin.
  4. In the plugin list, enable Markwhen and enjoy!

Development

Ensure you first have Obsidian installed, and set up a development vault.

You can download and enable the Hot-Reload plugin in the dev vault to experience a smooth debugging workflow. Every time main.js, manifest.json or styles.css updates, it will trigger an auto-reload.

Linux / MacOS developers

If the path to your vault is something other than ~/Documents/Obsidian Vault, update copyAssets.sh to point to your vault's location.

git clone [email protected]:mark-when/obsidian-plugin.git
cd obsidian-plugin
npm i
npm run vite

Windows developers

Since there's no watch command out-of-the-box, you can place the repo right in the dev vault config directory (i.e. [your vault]/.obsidian/plugins/markwhen/), and set the outDir to ./ in vite.config.ts (vite complains about this).

cd your-dev-vault/.obsidian/plugins
git clone [email protected]:mark-when/obsidian-plugin.git markwhen
cd markwhen
npm i
npm run vite

[!Note] The plugin id in the manifest is markwhen, indicating users will find their plugin under the .obsidian/plugins/markwhen directory if they install this plugin from official Obsidian distribution.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.