Timur Ismagilov
49b94074d1
Reimplement empty hypha notice with go templates
2022-04-24 14:11:53 +03:00
Timur Ismagilov
79519f0a7d
Title search: Fix a bug and show No results instead of empty list when no results
2022-04-24 11:17:17 +03:00
Timur Ismagilov
4f50bd54fe
Title search: Fix a bug and show No results instead of empty list when no results
2022-04-24 11:15:25 +03:00
Timur Ismagilov
59deabd0d1
Reimplement Navititle with go templates
...
That was rough
2022-04-23 23:35:36 +03:00
Timur Ismagilov
d7b4ea9002
Embed data-rrh-addr attribute on all pages
...
You can define the attribute more precisely if you want to
2022-04-23 21:53:15 +03:00
Timur Ismagilov
9200739bf8
Align left sidebars properly on very wide screens
...
This is some ugly CSS
2022-04-21 19:19:20 +03:00
Timur Ismagilov
bbee985cd4
Get rid of div.layout, center header on two-columnar layout
2022-04-21 19:05:17 +03:00
Timur Ismagilov
fe360f582d
Replace bullet-less lists with numbered lists
2022-04-21 18:05:15 +03:00
Timur Ismagilov
cfe3ae4ff6
About: Make a little better
2022-04-21 17:56:18 +03:00
Timur Ismagilov
03fbf2f97f
Change version to 1.10.0
2022-04-21 17:39:23 +03:00
Timur Ismagilov
9c0cfccf0e
Viewutil: Fix the link to profile
2022-04-21 17:36:50 +03:00
Timur Ismagilov
b677f4137a
About: Recreate using <dl>
...
What a wonderful tag
=> https://www.w3.org/TR/2011/WD-html5-author-20110809/the-dl-element.html
2022-04-21 17:19:43 +03:00
Timur Ismagilov
8ffe4a44b9
Mycomarkup: Update to v4.0.1
...
* Transclusion fixed
2022-04-17 16:59:44 +03:00
Timur Ismagilov
6cf59f5e2d
Categories: Keep them sorted
...
* The input from the disk is sorted in-memory, because an admin might want to fiddle with categories.json directly and break the sorted order.
* Insertion/deletion preserve order, thanks to a new dependency.
* The dependency is an official golang package, so I think it's safe to have it.
2022-04-17 16:07:33 +03:00
Timur Ismagilov
8752278f29
Help: Horizontal line -> Thematic break
2022-04-17 15:14:06 +03:00
Timur Ismagilov
4713c1e569
Merge pull request #143 from bouncepaw/pkg-revolution
...
Pkg revolution
2022-04-09 15:14:16 +03:00
Timur Ismagilov
b90b36a5fa
Merge branch 'master' into pkg-revolution
2022-04-09 15:13:22 +03:00
Timur Ismagilov
a11c69027d
About: Wording
2022-04-09 15:01:03 +03:00
Timur Ismagilov
e2b570615e
Help: Bring the topic sidebar closer
2022-04-09 14:55:55 +03:00
Timur Ismagilov
8702660484
Help: Wording
2022-04-09 11:30:11 +03:00
Timur Ismagilov
a15eeca117
Isolate help
2022-04-09 11:28:57 +03:00
Timur Ismagilov
17e006322f
Mycomarkup: Migrate to v4
2022-04-07 20:17:59 +03:00
Timur Ismagilov
23bb12d573
Update README.md
...
It's callec categories, not tags
2022-04-03 15:34:31 +03:00
Umar Getagazov
00a1cbb696
help: update config file reference
2022-04-03 18:43:22 +07:00
Umar Getagazov
674fdf8ac3
Update README.md
2022-04-03 17:58:48 +07:00
Timur Ismagilov
2dcb1a5fe7
Backlinks: Isolate
2022-04-02 19:58:57 +03:00
Timur Ismagilov
75ded17a03
Please staticcheck
...
I ignored ST1005: error strings should not be capitalized and some others
2022-04-02 11:09:37 +03:00
Timur Ismagilov
cc01a3551d
Misc: Move more stuff here, including title search
2022-04-02 11:00:10 +03:00
Timur Ismagilov
5bf3808039
Misc: Move more stuff here
2022-04-02 10:22:26 +03:00
Timur Ismagilov
9eb92cfa6e
Misc: Port /list to the new approach
2022-04-02 10:10:32 +03:00
Timur Ismagilov
f8fbc23202
Misc: Make the new package
...
It contains things like hypha list or about wiki pages
2022-04-02 09:38:16 +03:00
Timur Ismagilov
f9857768b7
Categories: Rename exported functions
2022-04-02 01:01:54 +03:00
Timur Ismagilov
0ab4bb5846
Categories: Localized titles
2022-04-02 00:59:47 +03:00
Timur Ismagilov
9d971871eb
Categories: Log category mutations
2022-04-02 00:46:21 +03:00
Timur Ismagilov
e69c1dc2f9
Categories, views: Unexport stuff
2022-04-02 00:43:11 +03:00
Timur Ismagilov
686c329615
Categories, views: Give the card view its own file, make title a block
2022-04-02 00:35:40 +03:00
Timur Ismagilov
cbf416d7bb
Categories, views: Implement viewutil.Chain
2022-04-02 00:18:37 +03:00
Timur Ismagilov
ca3da43e53
Categories, views: Refactor the cat page view
2022-04-02 00:07:28 +03:00
Timur Ismagilov
c3fafb735f
Categories, views: Refactor the list view
2022-04-01 23:52:56 +03:00
Timur Ismagilov
3dad3a3a4f
Move package categories to the root level
2022-04-01 22:52:38 +03:00
Timur Ismagilov
78bae127b3
Use viewutil.Meta in many places
2022-04-01 22:51:15 +03:00
Timur Ismagilov
f55b372e07
Update README.md
2022-04-01 21:27:45 +03:00
Timur Ismagilov
78efcb8167
Mycomarkup: Update to v3.6.3
2022-04-01 21:11:29 +03:00
Timur Ismagilov
2769a096e5
Alias views.Base to a wrapper to viewutil.Base
2022-03-30 00:11:34 +03:00
Timur Ismagilov
a8b3e3d43a
Implement viewutil.Base
2022-03-29 23:59:36 +03:00
Timur Ismagilov
db943a97cb
Add shortcut for backlinks
...
Press b
2022-03-29 21:04:20 +03:00
Timur Ismagilov
b6cde49f9d
Categories: Clean up deleted category records
2022-03-29 19:53:08 +03:00
Timur Ismagilov
0446fc4794
Categories: Ignore empty hypha names and cat names in requests
2022-03-29 19:46:29 +03:00
Timur Ismagilov
3025aab445
Categories: Make /category/ and /category the same
2022-03-29 19:41:12 +03:00
Timur Ismagilov
bfaada494d
Remove #mycorrhiza-ru
2022-03-29 18:50:55 +03:00