Skip to content

Commit

Permalink
progresses required changes - obsidianmd/obsidian-releases#4616
Browse files Browse the repository at this point in the history
  • Loading branch information
damonsk committed Nov 16, 2024
1 parent fd8859b commit b672a58
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Obsidian Wardley Maps Plugin
# Wardley Maps Plugin

This is plugin for Obsidian (https://obsidian.md) that enables displaying and editing of Wardley Maps in the [OnlineWardleyMaps](https://onlinewardleymaps.com) format.
This is plugin enables displaying and editing of Wardley Maps in the [OnlineWardleyMaps](https://onlinewardleymaps.com) format.

## Usage

Expand Down
1 change: 0 additions & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default class WardleyMapsPlugin extends Plugin {
settings: WardleyMapsPluginSettings;

async onload() {
await this.loadSettings();
this.registerMarkdownCodeBlockProcessor('wardleymap', async (source, el, ctx) => {
el.appendChild(document.createTextNode(source));
let root: Root;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "wardley-maps",
"name": "Wardley Maps",
"version": "1.0.7",
"version": "1.0.8",
"minAppVersion": "0.15.0",
"description": "View and edit Wardley Maps in Obsidian using the Online Wardley Maps format.",
"author": "Damon Skelhorn",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"1.0.4": "0.15.0",
"1.0.5": "0.15.0",
"1.0.6": "0.15.0",
"1.0.7": "0.15.0"
"1.0.7": "0.15.0",
"1.0.8": "0.15.0"
}

0 comments on commit b672a58

Please sign in to comment.