Skip to content

Commit

Permalink
feat!: Remove ADFView. It adds a lot of complexity and size to Obsidi…
Browse files Browse the repository at this point in the history
…an Plugin

BREAKING CHANGE: Remove ADFView. It adds a lot of complexity and size to Obsidian Plugin. If you need it log an issue and I will create a separate plugin for that feature.
  • Loading branch information
andymac4182 committed May 2, 2023
1 parent 75c4781 commit 74c8436
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 131 deletions.
8 changes: 0 additions & 8 deletions packages/obsidian/package.json
Expand Up @@ -16,22 +16,14 @@
"license": "Apache 2.0",
"devDependencies": {
"@types/mime-types": "^2.1.1",
"@types/prosemirror-model": "1.16.2",
"@types/react-dom": "^18.0.11",
"@types/prosemirror-state": "^1.3.0",
"@types/prosemirror-transform": "^1.4.2",
"@types/prosemirror-view": "^1.23.1",
"obsidian": "1.1.1"
},
"dependencies": {
"@atlaskit/adf-utils": "^18.1.1",
"@atlaskit/editor-json-transformer": "^8.8.4",
"@atlaskit/renderer": "^107.3.3",
"confluence.js": "^1.6.3",
"mime-types": "^2.1.35",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-intl-next": "npm:react-intl@^5.18.1",
"@markdown-confluence/lib": "4.9.0",
"@markdown-confluence/mermaid-electron-renderer": "4.9.0"
},
Expand Down
123 changes: 0 additions & 123 deletions packages/obsidian/src/AdfView.ts

This file was deleted.

0 comments on commit 74c8436

Please sign in to comment.