No description
Find a file
2024-05-01 11:54:33 +08:00
.github/ISSUE_TEMPLATE Set up issue/pr templates 2023-09-12 00:31:44 +08:00
assets add oneview 2024-04-27 16:08:24 -07:00
docs Building views in iframe 2023-09-12 00:30:10 +08:00
examples Integrating localhost version 2023-08-26 05:22:14 +08:00
src more frame communication 2024-04-28 04:22:40 -07:00
.editorconfig Initial commit 2023-08-09 16:35:03 +08:00
.eslintignore Initial commit 2023-08-09 16:35:03 +08:00
.eslintrc Initial commit 2023-08-09 16:35:03 +08:00
.gitattributes Initial commit 2023-08-09 16:35:03 +08:00
.gitignore Initial commit 2023-08-09 16:35:03 +08:00
.npmrc Initial commit 2023-08-09 16:35:03 +08:00
.prettierignore Initial commit 2023-08-09 16:35:03 +08:00
.prettierrc Initial commit 2023-08-09 16:35:03 +08:00
CONTRIBUTING.md Building views in iframe 2023-09-12 00:30:10 +08:00
copyAssets.sh update readme 2024-04-28 08:35:24 -07:00
manifest.json kochrt -> Markwhen 2024-04-28 08:50:27 -07:00
package-lock.json clean up 2024-04-28 08:43:22 -07:00
package.json clean up 2024-04-28 08:43:22 -07:00
README.md add screenshot 2024-04-28 09:00:27 -07:00
screenshot.png add screenshot 2024-04-28 09:00:27 -07:00
styles.css use vite 2024-04-27 16:08:52 -07:00
tsconfig.json Make VSCode happy with vite static import 2024-05-01 11:54:33 +08:00
version-bump.mjs Initial commit 2023-08-09 16:35:03 +08:00
versions.json Initial commit 2023-08-09 16:35:03 +08:00
vite.config.ts clean up 2024-04-28 08:43:22 -07:00

Obsidian Markwhen

Obsidian Downloads

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

  1. Go to the repo's latest release page, and download obsidian-markwhen.zip.
  2. Copy these files to your local path [yourvault]/.obsidian/plugins/.
  3. Launch/restart Obsidian, or refresh the plugin list, you will see this plugin.
  4. In the plugin list, enable Markwhen and enjoy!

Building the plugin from source code

Check our contributing instructions.