parent
aa09cef3ed
commit
a4b7f09230
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"findText": "ad?co",
|
||||||
|
"findRegexp": "",
|
||||||
|
"regexpFlags": "",
|
||||||
|
"replace": "```ad-command~~~<>~~~```"
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "find-and-replace-in-selection",
|
||||||
|
"name": "Find and replace in selection",
|
||||||
|
"version": "1.0.1",
|
||||||
|
"minAppVersion": "0.9.12",
|
||||||
|
"description": "Finds what you are looking for in the selected text and replaces it with the specified text",
|
||||||
|
"author": "Dmitry Savosh",
|
||||||
|
"authorUrl": "https://github.com/derwish-pro/",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
Not Found
|
File diff suppressed because one or more lines are too long
@ -1,47 +0,0 @@
|
|||||||
{
|
|
||||||
"triggerChar": "\\",
|
|
||||||
"sidePaneSideLeft": false,
|
|
||||||
"savedColors": [
|
|
||||||
"#ff0000"
|
|
||||||
],
|
|
||||||
"aviabileRegions": [
|
|
||||||
"textEdit",
|
|
||||||
"tabels",
|
|
||||||
"html",
|
|
||||||
"latex",
|
|
||||||
"greekLetters",
|
|
||||||
"colors"
|
|
||||||
],
|
|
||||||
"regionSettings": [
|
|
||||||
{
|
|
||||||
"name": "textEdit",
|
|
||||||
"active": true,
|
|
||||||
"visible": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "tables",
|
|
||||||
"active": true,
|
|
||||||
"visible": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "html",
|
|
||||||
"active": true,
|
|
||||||
"visible": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "latex",
|
|
||||||
"active": true,
|
|
||||||
"visible": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "greekLetters",
|
|
||||||
"active": true,
|
|
||||||
"visible": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "colors",
|
|
||||||
"active": true,
|
|
||||||
"visible": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
File diff suppressed because one or more lines are too long
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "obsidian-markdown-formatting-assistant-plugin",
|
|
||||||
"name": "Markdown Formatting Assistant",
|
|
||||||
"version": "0.3.2",
|
|
||||||
"minAppVersion": "0.10.9",
|
|
||||||
"description": "This Plugin provides a simple Editor for Markdown, HTML and Colors 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
|
|
||||||
}
|
|
@ -1,76 +0,0 @@
|
|||||||
/* Sets all the text color to red! */
|
|
||||||
.nav-action-button {
|
|
||||||
color: var(--text-muted);
|
|
||||||
cursor: pointer;
|
|
||||||
padding: 0px;
|
|
||||||
margin: 5px;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-action-text-button {
|
|
||||||
color: var(--text-muted);
|
|
||||||
cursor: pointer;
|
|
||||||
padding: 5px;
|
|
||||||
margin: 4px;
|
|
||||||
border-radius: 4px;
|
|
||||||
text-align: center;
|
|
||||||
border: 1px solid;
|
|
||||||
}
|
|
||||||
.nav-action-text-button.is-active {
|
|
||||||
background-color: var(--interactive-accent);
|
|
||||||
color: var(--text-on-accent);
|
|
||||||
}
|
|
||||||
.nav-action-text-button.is-active:hover {
|
|
||||||
color: var(--text-on-accent);
|
|
||||||
}
|
|
||||||
.nav-action-text-button:hover {
|
|
||||||
color: var(--text-accent);
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-icon {
|
|
||||||
color: var(--text-muted);
|
|
||||||
cursor: pointer;
|
|
||||||
width: 16px;
|
|
||||||
min-width: 16px;
|
|
||||||
max-width: 16px;
|
|
||||||
height: 16px;
|
|
||||||
min-height: 16px;
|
|
||||||
max-height: 16px;
|
|
||||||
margin: 3px;
|
|
||||||
display: inline-block;
|
|
||||||
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;
|
|
||||||
}
|
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"folder": "Admin/Templates"
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
```ad-address
|
||||||
|
~~~
|
||||||
|
<% tp.file.selection() %>
|
||||||
|
~~~
|
||||||
|
```
|
@ -0,0 +1,5 @@
|
|||||||
|
```ad-code
|
||||||
|
~~~
|
||||||
|
<% tp.file.selection() %>
|
||||||
|
~~~
|
||||||
|
```
|
@ -0,0 +1,5 @@
|
|||||||
|
```ad-command
|
||||||
|
~~~
|
||||||
|
<% tp.file.selection() %>
|
||||||
|
~~~
|
||||||
|
```
|
@ -0,0 +1,5 @@
|
|||||||
|
```ad-path
|
||||||
|
~~~
|
||||||
|
<% tp.file.selection() %>
|
||||||
|
~~~
|
||||||
|
```
|
@ -0,0 +1,6 @@
|
|||||||
|
```dataview
|
||||||
|
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "<% tp.file.folder() %>"
|
||||||
|
where DocType = "Place"
|
||||||
|
where contains(Place.Type, "Hotel/Restaurant/Bar/Brunch")
|
||||||
|
where contains(Place.Location, "Marais")
|
||||||
|
```
|
@ -0,0 +1,5 @@
|
|||||||
|
```dataview
|
||||||
|
Table SourceLink as "Link", PriceValue as "Price Range" from "<% tp.link.folder() %>"
|
||||||
|
Where DocType = "Product"
|
||||||
|
Sort file.name ascending
|
||||||
|
```
|
@ -0,0 +1,5 @@
|
|||||||
|
```dataview
|
||||||
|
table Priority, Status, NextReviewDate as "Next Review Date", DueDate as "Due Date" from "<% tp.file.folder() %>"
|
||||||
|
where DocType = "Task"
|
||||||
|
sort DueDate ascending, NextReviewDate ascending
|
||||||
|
```
|
@ -0,0 +1,11 @@
|
|||||||
|
```tasks
|
||||||
|
done
|
||||||
|
path includes <% tp.file.folder() %>
|
||||||
|
description includes Ta
|
||||||
|
description does not include :gift:
|
||||||
|
description does not include :birthday:
|
||||||
|
is not recurring
|
||||||
|
sort by due
|
||||||
|
hide backlink
|
||||||
|
hide task count
|
||||||
|
```
|
@ -0,0 +1,11 @@
|
|||||||
|
```tasks
|
||||||
|
not done
|
||||||
|
path includes <% tp.file.folder() %>
|
||||||
|
description includes Ta
|
||||||
|
description does not include :gift:
|
||||||
|
description does not include :birthday:
|
||||||
|
is not recurring
|
||||||
|
sort by due
|
||||||
|
hide backlink
|
||||||
|
hide task count
|
||||||
|
```
|
@ -0,0 +1,11 @@
|
|||||||
|
```tasks
|
||||||
|
not done
|
||||||
|
path includes <% tp.file.folder() %>
|
||||||
|
description includes Ta
|
||||||
|
description does not include :gift:
|
||||||
|
description does not include :birthday:
|
||||||
|
is recurring
|
||||||
|
sort by due
|
||||||
|
hide backlink
|
||||||
|
hide task count
|
||||||
|
```
|
@ -0,0 +1,8 @@
|
|||||||
|
```tasks
|
||||||
|
not done
|
||||||
|
path includes <% tp.file.folder() %>
|
||||||
|
description includes :<% tp.file.selection() %>:
|
||||||
|
sort by due
|
||||||
|
hide backlink
|
||||||
|
hide task count
|
||||||
|
```
|
@ -0,0 +1,3 @@
|
|||||||
|
<mark class="blue">_**Aggregation**_</mark> | One-off Cost | Subscription p.m.
|
||||||
|
--------|:------------:|:-----------------:
|
||||||
|
_**Total**_ | £0 | £0
|
Loading…
Reference in new issue