Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for include() macro #6

Open
mckaygerhard opened this issue Feb 20, 2024 · 2 comments
Open

support for include() macro #6

mckaygerhard opened this issue Feb 20, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mckaygerhard
Copy link

The include macro allow to renders another page inside the same page as part of the same page:

example:

Page1.md

## this is the page 1 

loren ipsum etc etc 

include(page2.md)

PAge2.md

### this is page 2

lorem ipsum etc 

Result will be when invokes "page1" (and page2 is also another page apart of) :


this is the page 1

loren ipsum etc etc

this is page 2

lorem ipsum etc

@codeling codeling added enhancement New feature or request help wanted Extra attention is needed labels Dec 19, 2024
@codeling
Copy link
Owner

codeling commented Dec 19, 2024

I have no need for this currently, and little time, so I will not implement it any time soon.
I am open to pull requests though!

@mckaygerhard
Copy link
Author

I will try to explain exactly why you need this, based on your own words.

This project takes time from you that you don't have, and we can appreciate that collaboration is a breath of fresh air for that time that doesn't exist since you are just one man

Other wiki systems are smaller and offer much more, like raito which includes this feature that is requested... as well as many others that it doesn't have... by example git integration is implicit if you just put raito file in your git root and that's all!

With this statement of yours of "I don't need" and adding "I don't have time" it is clear that you make it seem like it is not an option but rather to play around a bit or use it as a base for new wiki systems

But if you manage to include this feature I could include another one, if I ask for it it is because I know more about how to make a permission system than how to render pages within pages, which is something very necessary to avoid duplicates in a wiki

i clone this git and check the code.. some pieces are too advanced for me cos i am not coder but i try to make an effor but if you dont have time i guess i can ask to no one else.. right ? cos i cant see other here ...

i hope you help.. i will try it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants