mirror of
https://github.com/mark-when/obsidian-plugin.git
synced 2026-07-22 10:10:27 +00:00
No description
| .github/ISSUE_TEMPLATE | ||
| assets | ||
| docs | ||
| examples | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| CONTRIBUTING.md | ||
| copyAssets.sh | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| screenshot.png | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
| vite.config.ts | ||
Obsidian Markwhen
This plugin integrates Markwhen into Obsidian.md. You can use markwhen syntax to create timelines.
Note
Latest release: NaN
Document version: developer
Development
Ensure you first have Obsidian installed. 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 git@github.com:mark-when/obsidian-plugin.git
cd obsidian-plugin
npm i
npm run vite
Installation
Note
Make sure that you are not in the Restricted Mode.
The plugin is in active deveplopment.
Install the plugin manually
- Go to the repo's latest release page, and download
obsidian-markwhen.zip. - Copy these files to your local path
[yourvault]/.obsidian/plugins/. - Launch/restart Obsidian, or refresh the plugin list, you will see this plugin.
- In the plugin list, enable
Markwhenand enjoy!
Building the plugin from source code
Check our contributing instructions.
