Fix some obsidian settings

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-07-28 10:55:29 +01:00
parent 4e041d1587
commit dac287f94c
3 changed files with 10 additions and 104 deletions

View File

@@ -22,7 +22,7 @@ in
app = {
defaultViewMode = "preview";
livePreview = false;
readableLineLength = false;
readableLineLength = true;
showLineNumber = true;
tabSize = 2;
promptDelete = false;
@@ -77,6 +77,7 @@ in
options = {
statusBar = [
{
prefix = "";
suffix = " words";
metric = {
type = 0;
@@ -86,6 +87,7 @@ in
];
altBar = [
{
prefix = "";
suffix = " files";
metric = {
type = 2;
@@ -189,10 +191,6 @@ in
default-array-style = "multi-line";
};
sort-yaml-array-values.enabled = true;
yaml-key-sort = {
enabled = true;
yaml-sort-order-for-other-keys = "Ascending Alphabetical";
};
capitalize-headings = {
enabled = true;
ignore-words = "";
@@ -649,12 +647,7 @@ in
};
};
}
{
pkg = import ./config/plugins/url-into-selection { inherit pkgs; };
options = {
nothingSelected = 2;
};
}
(import ./config/plugins/url-into-selection { inherit pkgs; })
];
cssSnippets = [ ./config/snippets/file-explorer-separators.css ];