Skip to content

Commit

Permalink
feat: Init website MoltenObsidian vault
Browse files Browse the repository at this point in the history
- Added .gitignore rule to ignore vault output files
- Added icon.png to public folder
- Added app.json, appearance.json, community-plugins.json, core-plugins.json, and hotkeys.json to the vault's .obsidian folder
- Created Index.md file with initial content for the MoltenObsidian website vault
  • Loading branch information
SakuraIsayeki committed Aug 14, 2023
1 parent 8dfb5a6 commit 21f7f76
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nodsoft_moltenobsidian_web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ pnpm-debug.log*

# macOS-specific files
.DS_Store

# Vault output
src/assets/vault/*
Binary file added nodsoft_moltenobsidian_web/public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions nodsoft_moltenobsidian_web/vault/.obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"showInlineTitle": false,
"readableLineLength": false
}
7 changes: 7 additions & 0 deletions nodsoft_moltenobsidian_web/vault/.obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"enabledCssSnippets": [
"site"
],
"textFontFamily": "Nunito",
"accentColor": ""
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
"obsidian-shellcommands"
]
22 changes: 22 additions & 0 deletions nodsoft_moltenobsidian_web/vault/.obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"properties",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"slash-command",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery"
]
1 change: 1 addition & 0 deletions nodsoft_moltenobsidian_web/vault/.obsidian/hotkeys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
20 changes: 20 additions & 0 deletions nodsoft_moltenobsidian_web/vault/Index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
cssclasses: []
order: 10
---

<div class="flex-row-xxl" style="align-items: center;">
<img src="/icon.png" alt="MoltenObsidian icon" style="height: 400px" />

<div>
<h1 class="text-gradient" style="margin: initial">MoltenObsidian</h1>
<h2>Obsidian-flavoured Markdown parsing library</h2>
<p>
</div>
</div>

Molten Obsidian is a high-performance library designed as an easily integrated and lightweight FOSS alternative to [Obsidian Publish](https://publish.obsidian.md).
With extensibility and integration-oriented conception, this library makes it perfect for integrating Obsidian-flavoured markdown notes on your Blazor App, but also importing entire vaults as a navigation-ready area, with full routing support.

Furthermore, Molten Obisidian extends past the original [Obsidian specifications](https://help.obsidian.md/), aiming to supercharge your documentation/wiki applications and websites needs, using a customizable data source interface, and supercharged YAML frontmatter capabilities.

Binary file added nodsoft_moltenobsidian_web/vault/_media/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 21f7f76

Please sign in to comment.