Merged
Conversation
Squashed commit of the following:
commit 05d64a06e8712bfc40ca3431e6567921cb23b6f5
Author: nomike <nomike@nomike.com>
Date: Sun May 11 03:21:00 2025 +0200
Add: Detect and properly render index.org files
commit 9b9bb76a50bed30f86e7940261a1f10d7dbec6c8
Author: nomike <nomike@nomike.com>
Date: Sun May 11 03:20:38 2025 +0200
Change: Do not list index.org files in directory listings
commit a501436e97e284247e6fc5fa660ef77e0291bc96
Author: nomike <nomike@nomike.com>
Date: Sun May 11 03:20:05 2025 +0200
Import orgpython in templatehelper
commit 020310de96d0836c042a7211d17e20a7ca868011
Author: nomike <nomike@nomike.com>
Date: Sun May 11 03:19:35 2025 +0200
Add org-python to requirements.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.1.0 - 2025-05-11
Compare with 1.0.0
This release adds support for org-files, which are a popular format for notes and task management.
So instead of 'index' or 'index.md' files, you can now also use 'index.org'.
This release adds
org-pythonas a requirement. Be sure to runpip install -r requirements.txt --upgradein your virtual environment to install the newdependency.
Depending on your setup, you might also want to
killall scms.fcgito force the webserver toreload the application.
Added