hidden files - Neuron

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Sergiu

Is there a way to make a file protected on the webui. I still want it to exist and be visible in the graph, however I am wondering if I can remove the hyperlink from it (while still seeing it in index) or even better, make it password accessible

Sridhar Ratnakumar

https://github.com/srid/neuron/issues/158 maybe

Add an unlisted metadata property to effectivley hide the zettel from the z-index, backlinks, etc. --- title: My blog post WIP unlisted: true -- ... This is mainly to allow writing of draft zettels...
Sridhar Ratnakumar

What's your original usecase?

Sridhar Ratnakumar

perhaps you want to keep a subset of notes private? cf. https://github.com/srid/neuron/issues/222#issuecomment-641510356

So I've been using neuron for a few days now and it seems perfect for note taking. I want to use a subset of my notes as a static blog. Can neuron do that currently? I would be happy to make an...
Sergiu

I want to be able to access my journal entries from a hosted instance of neuron. However I want those entries to be behind a password. The files will still appear in the graph and in the index.md if they're referenced there.

Sridhar Ratnakumar

Do you want your whole Zettelkasten be password protected ?

Sergiu

I want to have the ability to password protect specific files.