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">
|
<project version="4">
|
||||||
<component name="ProjectModuleManager">
|
<component name="ProjectModuleManager">
|
||||||
<modules>
|
<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>
|
</modules>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
![](.media/icon-128x128_round.png)
|
![](.media/icon-128x128_round.png)
|
||||||
|
|
||||||
# Glassfire
|
# Glassflame
|
||||||
|
|
||||||
Note vault viewer
|
Note vault viewer
|
||||||
|
|
||||||
|
@ -10,4 +10,4 @@ Note vault viewer
|
||||||
|
|
||||||
## Links
|
## 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="">
|
<html lang="">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>Glassfire</title>
|
<title>Glassflame</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<!-- Interaction scripts -->
|
<!-- Interaction scripts -->
|
||||||
<script type="module" src="src/index.mjs"></script>
|
<script type="module" src="src/index.mjs"></script>
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
What is this?
|
What is this?
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<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>
|
||||||
<p>
|
<p>
|
||||||
It's currently in the Alpha development stage, so some features are still missing, but it's already functional!
|
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.
|
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>
|
||||||
<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>
|
||||||
<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>
|
</p>
|
||||||
</div></template>
|
</div></template>
|
||||||
<template id="template-vault">
|
<template id="template-vault">
|
||||||
|
|
Loading…
Reference in a new issue