mirror of
https://github.com/glassflame/glassflame.github.io.git
synced 2024-11-21 15:44:27 +00:00
Change project name to Glassflame (sigh)
This commit is contained in:
parent
13eb015294
commit
92076a8dc3
4 changed files with 8 additions and 8 deletions
|
@ -1 +1 @@
|
|||
Glassfire
|
||||
Glassflame
|
|
@ -2,7 +2,7 @@
|
|||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/../glassfire.iml" filepath="$PROJECT_DIR$/../glassfire.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/../glassflame.iml" filepath="$PROJECT_DIR$/../glassflame.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
![](.media/icon-128x128_round.png)
|
||||
|
||||
# Glassfire
|
||||
# Glassflame
|
||||
|
||||
Note vault viewer
|
||||
|
||||
|
@ -10,4 +10,4 @@ Note vault viewer
|
|||
|
||||
## Links
|
||||
|
||||
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fglassfire.github.io%2F)](https://glassfire.github.io/)
|
||||
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fglassflame.github.io%2F)](https://glassflame.github.io/)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Glassfire</title>
|
||||
<title>Glassflame</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Interaction scripts -->
|
||||
<script type="module" src="src/index.mjs"></script>
|
||||
|
@ -55,7 +55,7 @@
|
|||
What is this?
|
||||
</h2>
|
||||
<p>
|
||||
Glassfire is a web viewer for <a href="https://obsidian.md/">Obsidian</a>-like vaults!
|
||||
Glassflame is a web viewer for <a href="https://obsidian.md/">Obsidian</a>-like vaults!
|
||||
</p>
|
||||
<p>
|
||||
It's currently in the Alpha development stage, so some features are still missing, but it's already functional!
|
||||
|
@ -97,10 +97,10 @@
|
|||
Obsidian does not include a list of files in a Vault anywhere in it, because it operates under the assumption that this would be trivial to do via the file system.
|
||||
</p>
|
||||
<p>
|
||||
Glassfire, running on the web, does not have this ability, and needs to somehow learn about it.
|
||||
Glassflame, running on the web, does not have this ability, and needs to somehow learn about it.
|
||||
</p>
|
||||
<p>
|
||||
To solve this problem, the <a href="https://github.com/Steffo99/obsidian-file-index"><code>file-index</code></a> plugin was developed; once installed in a given Vault, and once the <code>file-index.json</code> file it generates is published, Glassfire will be able to resolve Wikilinks.
|
||||
To solve this problem, the <a href="https://github.com/Steffo99/obsidian-file-index"><code>file-index</code></a> plugin was developed; once installed in a given Vault, and once the <code>file-index.json</code> file it generates is published, Glassflame will be able to resolve Wikilinks.
|
||||
</p>
|
||||
</div></template>
|
||||
<template id="template-vault">
|
||||
|
|
Loading…
Reference in a new issue