feature-list-children #36

Open
southerntofu wants to merge 4 commits from southerntofu/thunix-wiki:feature-list-children into master
Contributor
  • querying a folder as page lists children pages
  • children folders/pages are sorted alphanumerically
  • hidden files/folders (including . and ..) are filtered out of the children
  • when displaying children, section name is displayed
  • an empty section produces an "empty section" message
  • when a main.md file exists in a section, its children are not listed automatically ; main.md is loaded instead

Why? Because if you are on page wiki/system/tildegit.org and try to go up by removing tildegit.org so you try to load wiki/system it should just work

- [x] querying a folder as page lists children pages - [x] children folders/pages are sorted alphanumerically - [x] hidden files/folders (including `.` and `..`) are filtered out of the children - [x] when displaying children, section name is displayed - [x] an empty section produces an "empty section" message - [x] when a `main.md` file exists in a section, its children are not listed automatically ; `main.md` is loaded instead Why? Because if you are on page [wiki/system/tildegit.org](https://wiki.thunix.net/wiki/system/tildegit.org) and try to go up by removing `tildegit.org` so you try to load [wiki/system](https://wiki.thunix.net/wiki/system/) it should just work
southerntofu added 2 commits 2021-03-21 10:37:34 +00:00
southerntofu added 1 commit 2021-03-21 10:42:02 +00:00
southerntofu added 1 commit 2021-03-21 14:31:19 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b southerntofu-feature-list-children master
git pull feature-list-children

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff southerntofu-feature-list-children
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: thunix/wiki#36
No description provided.