mirror of
https://github.com/glassflame/glassflame.github.io.git
synced 2024-11-22 16:14:26 +00:00
Change project name to Glassfire
This commit is contained in:
parent
16cf58f9d7
commit
fef40f8032
10 changed files with 74 additions and 9 deletions
1
.idea/.name
Normal file
1
.idea/.name
Normal file
|
@ -0,0 +1 @@
|
|||
Glassfire
|
26
.idea/icon.svg
Normal file
26
.idea/icon.svg
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg height="100%" id="emblematic-background" version="1.1" viewBox="0 0 512 512" width="100%" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" id="background" x2="512" y1="512">
|
||||
<stop offset="0" stop-color="#051436"/>
|
||||
<stop offset=".75" stop-color="#001553"/>
|
||||
<stop offset="1" stop-color="#010a4e"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect fill="url(#background)" height="512" width="512"/>
|
||||
</svg>
|
||||
<svg height="63%" id="emblematic-icon" preserveAspectRatio="xMidYMid meet" viewBox="0 0 640 512" width="63%" x="94.72" xmlns="http://www.w3.org/2000/svg" y="94.72">
|
||||
<defs>
|
||||
<filter color-interpolation-filters="sRGB" id="emblematic-filter">
|
||||
<feFlood flood-color="rgb(1,8,40)" in="SourceGraphic" result="flood"/>
|
||||
<feGaussianBlur in="SourceGraphic" result="blur" stdDeviation="10"/>
|
||||
<feOffset dx="-4" dy="8" in="blur" result="offset"/>
|
||||
<feComposite in="flood" in2="offset" operator="in" result="comp1"/>
|
||||
<feComposite in="SourceGraphic" in2="comp1" result="comp2"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<!--! Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc. -->
|
||||
<path d="M0 128L0 352c0 70.7 57.3 128 128 128l209.6 0c-16.5-18.6-29.6-40.3-38.1-64L128 416c-35.3 0-64-28.7-64-64s28.7-64 64-64l173.8 0c6.3-15.5 14.4-30.8 23.3-45.3c21.7-35.2 51.9-71.2 87.3-102.8c10-8.9 23-12.8 35.5-11.7l0-.2c0-53-43-96-96-96L96 32C43 32 0 75 0 128zM288 350.1c0-9.8 1.3-19.9 3.6-30.1L128 320c-17.7 0-32 14.3-32 32s14.3 32 32 32l163 0c-2-11.1-3-22.4-3-33.9zM505.7 208.3l-19-19.9c-2-2.1-4-4.4-6-6.7c0 0 0 0 0 0c-9-10.2-18.6-21.3-32.7-21.6c-7.3-.2-14.6 2.3-20.3 7.5c-23.4 21.1-50 48.9-70.9 80.2C336 278.8 320 314.8 320 352.2C320 440.7 390.4 512 480 512c88.7 0 160-71.2 160-159.8c0-30-11-60.9-26.2-88.1c-15.2-27.4-35.3-52.3-55-70.6c-5.6-5.2-12.8-7.8-19.9-7.8c-7.6 0-15.5 2.8-20.9 8.9l-12.3 13.8zM544 400.2c0 35.3-28.7 64-64 64s-64-28.7-64-64c0-36.5 37-73 54.8-88.4c5.4-4.7 13.1-4.7 18.5 0C507 327.1 544 363.6 544 400.2z" fill="#85c4ff" filter="url(#emblematic-filter)"/>
|
||||
</svg>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
|
@ -6,6 +6,7 @@
|
|||
<inspection_tool class="CssUnusedSymbol" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="DuplicatedCode" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="ES6PreferShortImport" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="HtmlDeprecatedAttribute" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="HtmlUnknownTag" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="myValues">
|
||||
<value>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JavaScriptLibraryMappings">
|
||||
<file url="PROJECT" libraries="{katex}" />
|
||||
<file url="file://$PROJECT_DIR$" libraries="{katex}" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_22">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
</project>
|
|
@ -2,7 +2,7 @@
|
|||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/../obsiview.iml" filepath="$PROJECT_DIR$/../obsiview.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/../glassfire.iml" filepath="$PROJECT_DIR$/../glassfire.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
26
.media/blanket-fire.svg
Normal file
26
.media/blanket-fire.svg
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg height="100%" id="emblematic-background" version="1.1" viewBox="0 0 512 512" width="100%" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" id="background" x2="512" y1="512">
|
||||
<stop offset="0" stop-color="#051436"/>
|
||||
<stop offset=".75" stop-color="#001553"/>
|
||||
<stop offset="1" stop-color="#010a4e"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect fill="url(#background)" height="512" width="512"/>
|
||||
</svg>
|
||||
<svg height="63%" id="emblematic-icon" preserveAspectRatio="xMidYMid meet" viewBox="0 0 640 512" width="63%" x="94.72" xmlns="http://www.w3.org/2000/svg" y="94.72">
|
||||
<defs>
|
||||
<filter color-interpolation-filters="sRGB" id="emblematic-filter">
|
||||
<feFlood flood-color="rgb(1,8,40)" in="SourceGraphic" result="flood"/>
|
||||
<feGaussianBlur in="SourceGraphic" result="blur" stdDeviation="10"/>
|
||||
<feOffset dx="-4" dy="8" in="blur" result="offset"/>
|
||||
<feComposite in="flood" in2="offset" operator="in" result="comp1"/>
|
||||
<feComposite in="SourceGraphic" in2="comp1" result="comp2"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<!--! Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc. -->
|
||||
<path d="M0 128L0 352c0 70.7 57.3 128 128 128l209.6 0c-16.5-18.6-29.6-40.3-38.1-64L128 416c-35.3 0-64-28.7-64-64s28.7-64 64-64l173.8 0c6.3-15.5 14.4-30.8 23.3-45.3c21.7-35.2 51.9-71.2 87.3-102.8c10-8.9 23-12.8 35.5-11.7l0-.2c0-53-43-96-96-96L96 32C43 32 0 75 0 128zM288 350.1c0-9.8 1.3-19.9 3.6-30.1L128 320c-17.7 0-32 14.3-32 32s14.3 32 32 32l163 0c-2-11.1-3-22.4-3-33.9zM505.7 208.3l-19-19.9c-2-2.1-4-4.4-6-6.7c0 0 0 0 0 0c-9-10.2-18.6-21.3-32.7-21.6c-7.3-.2-14.6 2.3-20.3 7.5c-23.4 21.1-50 48.9-70.9 80.2C336 278.8 320 314.8 320 352.2C320 440.7 390.4 512 480 512c88.7 0 160-71.2 160-159.8c0-30-11-60.9-26.2-88.1c-15.2-27.4-35.3-52.3-55-70.6c-5.6-5.2-12.8-7.8-19.9-7.8c-7.6 0-15.5 2.8-20.9 8.9l-12.3 13.8zM544 400.2c0 35.3-28.7 64-64 64s-64-28.7-64-64c0-36.5 37-73 54.8-88.4c5.4-4.7 13.1-4.7 18.5 0C507 327.1 544 363.6 544 400.2z" fill="#85c4ff" filter="url(#emblematic-filter)"/>
|
||||
</svg>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
BIN
.media/icon-128x128_round.png
Normal file
BIN
.media/icon-128x128_round.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
15
README.md
15
README.md
|
@ -1,2 +1,13 @@
|
|||
# obsiview
|
||||
WIP: View Obsidian Canvases online
|
||||
<div align="center">
|
||||
|
||||
![](.media/icon-128x128_round.png)
|
||||
|
||||
# Glassfire
|
||||
|
||||
Note vault viewer
|
||||
|
||||
</div>
|
||||
|
||||
## Links
|
||||
|
||||
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fglassfire.github.io%2F)](https://glassfire.github.io/)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Obsiview</title>
|
||||
<title>Glassfire</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>
|
||||
Obsiview is a web viewer for <a href="https://obsidian.md/">Obsidian</a> vaults!
|
||||
Glassfire 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>
|
||||
Obsiview, running on the web, does not have this ability, and needs to somehow learn about it.
|
||||
Glassfire, 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, Obsiview 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, Glassfire will be able to resolve Wikilinks.
|
||||
</p>
|
||||
</div></template>
|
||||
<template id="template-vault">
|
||||
|
|
Loading…
Reference in a new issue