@@ -12,45 +12,6 @@ For an Emanote-specific zk configuration, see
12
12
[ Golumn] ( https://github.com/gollum/gollum ) is _ "a simple, Git-powered wiki with
13
13
a local frontend and support for many kinds of markup and content."_
14
14
15
- ## Neuron (stale)
15
+ ## Other Lists / Directories of Links
16
16
17
- Note: At the time of writing (2025-03-25) Neuron is seemingly no longer actively
18
- developed.
19
-
20
- [ Neuron] ( https://neuron.zettel.page/ ) is a command-line app for managing a
21
- plain-text [ Zettelkasten] ( https://zettelkasten.de/introduction/ ) .
22
-
23
- While there is some overlap with ` zk ` 's features, both tools are actually useful
24
- when paired together:
25
-
26
- - ` zk ` has powerful [ filtering] ( ../notes/note-filtering.md ) and
27
- [ note generation] ( ../notes/note-creation.md ) capabilities
28
- - Neuron shines with its static website generation
29
-
30
- Close integration with Neuron was thought through from the start when designing
31
- ` zk ` . For example, Neuron's
32
- [ Folgezettel] ( https://neuron.zettel.page/folgezettel.html ) syntax is supported:
33
- ` [[[link]]] ` , ` #[[link]] ` and ` [[link]]# ` .
34
-
35
- <!-- TODO: They automatically add a `from` or `to` link relation when used. -->
36
-
37
- But you can make your [ notebook] ( ../notes/notebook.md ) even more tightly
38
- integrated with Neuron by:
39
-
40
- - using the [ same settings as Neuron] ( https://neuron.zettel.page/id.html ) to
41
- generate the [ note IDs] ( ../notes/note-id.md ) in the
42
- [ note configuration] ( ../config/config-note.md )
43
- ``` toml
44
- [note ]
45
- filename = " {{id}}"
46
- id-charset = " hex"
47
- id-length = 8
48
- id-case = " lower"
49
- ```
50
- - adding [ command aliases] ( ../config/config-alias.md ) for your frequently used
51
- ` neuron ` commands
52
- ``` toml
53
- [alias ]
54
- serve = " neuron gen -wS"
55
- gen = " neuron gen -o public"
56
- ```
17
+ - [ Digital Gardener's repo - Building a Public Garden] ( https://github.com/MaggieAppleton/digital-gardeners?tab=readme-ov-file#building-a-public-garden )
0 commit comments