Skip to content

Commit

Permalink
Updated Version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Reocin committed Jan 29, 2021
1 parent 7b15e52 commit be5fd37
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 1 deletion.
10 changes: 10 additions & 0 deletions build/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "obsidian-markdown-formatting-assistant-plugin",
"name": "Markdown Formatting Assistant",
"version": "0.1.2",
"minAppVersion": "0.10.9",
"description": "This Plugin provides a simple Editor for Markdown and in addition a command line interface. The command line interface facilitate a faster workflow.",
"author": "Reocin",
"authorUrl": "https://github.com/Reocin/obsidian-markdown-formatting-assistant-plugin",
"isDesktopOnly": false
}
42 changes: 42 additions & 0 deletions build/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
/* Sets all the text color to red! */
.nav-action-button {
color: var(--text-muted);
cursor: pointer;
padding: 0px;
margin: 5px;
border-radius: 4px;
}

.command-list-view-table {
border: 0px solid transparent !important;
}

.command-list-view-table tr {
cursor: pointer;
}

.command-list-view-table td {
padding: 6px !important;
}

.command-list-view-table tr td {
border: none !important;
}

.command-list-view-table tr:hover {
background-color: gray;
}

.command-list-view-row-selected {
background-color: gray;
}

.command-list-view-icon {
height: 24px;
max-height: 24px;
border: 1px solid gray;
}

.command-list-view-text {
color: #c7254e;
}
5 changes: 5 additions & 0 deletions build/versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"0.1.0": "0.10.9",
"0.1.1": "0.10.9",
"0.1.2": "0.10.9"
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.1.0": "0.10.9",
"0.1.1": "0.10.9"
"0.1.1": "0.10.9",
"0.1.2": "0.10.9"
}

0 comments on commit be5fd37

Please sign in to comment.