Tikinang's digital 🌱🌳🌲

Search

Search IconIcon to open search

Quartz-Forest

Last updated: Dec 15, 2022 17:20:39

# Proposal

It would be so cool, to be able to navigate through Obsidian or Quartz not on 2D plane graph, but in 3D generated space with paths. You would really feel like on a visit in someones magical forest - ready to be explored. Like on a walk.

# Implementation

Well, it would be nice, if you could experience this in browser, because of universal compatibility and publicity (as a show case, as a hyped up quartz). On the other hand, it would be nice, if you could enter your own forest and just re-explore by your self on your local machine. Now that i think about it, you could the both in the browser. The latter with localy spawned server serving Quartz-Forest files on localhost. Well then, browser it is. The bad thing is javascript though :/

# The Javascript way

It looks like this library Three.js is fitting the purpose… There is a lot of mega-punk projects created with this library.

So I will basically procedurally render immediate surroundings (dark forest or whatever theme - make theme as a plugin) of a single note. There will be choices to go further (navigating either with mouse or wasd or up-left-down-right keys) in the notes graph. It will show rendered html text as in Quartz on a 2D plane in front. Use will be able to zoom in. There will also be a map in your hand (look down) with the graph already rendered with Quartz. There will be other navigation and search features hovering around you in space, such as search, go to Index, and so on…

# Notes

Please, draw inspiration from the projects on Three.js website.

Advice of ChatGTP. OpenAI ChatGPT Dialogue n.1

I want to create this defacto https://logartis.info/ !!!

# Tasks

# To be continued?