first commit
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"lang": "auto",
|
||||
"profiles": [
|
||||
{
|
||||
"name": "Happy Again",
|
||||
"apiType": "xml-rpc",
|
||||
"endpoint": "http://media.himan.cloud:1080",
|
||||
"xmlRpcPath": "/xmlrpc.php",
|
||||
"saveUsername": true,
|
||||
"savePassword": true,
|
||||
"isDefault": true,
|
||||
"lastSelectedCategories": [
|
||||
15
|
||||
],
|
||||
"username": "wpAdmin",
|
||||
"encryptedPassword": {
|
||||
"key": "{\"alg\":\"A256GCM\",\"ext\":true,\"k\":\"KFimLWRkXeJqZEm9jW3l6VM-cfOFDyIItjLUw5Mmrqw\",\"key_ops\":[\"encrypt\",\"decrypt\"],\"kty\":\"oct\"}",
|
||||
"vector": "daUM800uMbcC0K+D",
|
||||
"encrypted": "DvifwShLq74WBqBbj3+jDPARljwfupDl"
|
||||
}
|
||||
}
|
||||
],
|
||||
"showRibbonIcon": true,
|
||||
"defaultPostStatus": "publish",
|
||||
"defaultCommentStatus": "open",
|
||||
"rememberLastSelectedCategories": true,
|
||||
"showWordPressEditConfirm": false,
|
||||
"mathJaxOutputType": "svg",
|
||||
"commentConvertMode": "ignore",
|
||||
"enableHtml": false,
|
||||
"replaceMediaLinks": true,
|
||||
"version": "2",
|
||||
"defaultPostType": "post"
|
||||
}
|
||||
+83075
File diff suppressed because one or more lines are too long
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-wordpress",
|
||||
"name": "WordPress",
|
||||
"version": "0.18.0",
|
||||
"minAppVersion": "1.1.1",
|
||||
"description": "A plugin for publishing Obsidian documents to WordPress.",
|
||||
"author": "devbean",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://www.buymeacoffee.com/devbean"
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
.modal-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 16px 0;
|
||||
}
|
||||
.modal-header h1 {
|
||||
margin: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user