-
Notifications
You must be signed in to change notification settings - Fork 10
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
Hosted documentation #69
Comments
GitHub Pages is a good choice. |
Yes, this is an issue that I've been sitting on for a long while. It's good to have it recorded. GitHub Pages may be a decent stopgap choice, but I would really like to have a set of tools that makes it easy to publish any collection of Tangent-authored notes to the internet via SvelteKit. |
How can this be accomplished? |
It will be a big lift. We'll want to separate out the note display/editing system from I'm currently working on pulling the note parser out. The node editor can be a client of that module. |
Separating out the workspace & indexing system would definitely be part of this as well. |
One idea is to try to create an app |
That's a pretty reasonable starting point. Use "packages" instead though. "Lib" is for semi-external dependencies. |
Currently, documentation is available in the repo, but it's unavailable on the internet. It's difficult for end-user to view the documentation. tangentnotes.com also currently does not have link to documentation.
The text was updated successfully, but these errors were encountered: