-
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
Load Content and Choose File buttons don't go away in fullscreen #4
Comments
What browser are you using? |
Edge... BTW: so glad to see Display will be light and nimble... Some wishlist items there likely to be popular: markdown, MathJax or liter, display an xxx.md file like RemarkPortable does instead of tinkering with html, ... |
Yep, I've thought all of those things @ooiikkjj, but keeping it lightweight is the challenge. MathJax (2.7) adds ~62 KB. Although, 64 KB is still ~11x smaller than RemarkPortable. I'm thinking about keeping modules as comments that can be commented out in the HTML document. <!-- MathJax support -->
<!--<script src="./assets/js/mathjax.min.js?config=TeX-MML-AM_CHTML"></script>--> But I'm not sure what people think when I say lightweight. Is this based on what the HTML document requires to work, or is this based on how much is downloaded? |
ok...thanks... (minislides by ThomasR also takes a code-golfing philosophy and has a very tiny footprint) |
I did not know about that, but it looks great! It sure is tiny, and it even supports showing things incrementally, although there are several things I would change about it.
|
some wishlist items, taken from RemarkPortable...
i don't know any programming (or html, or CSS, or such) so these may be not simple wishlists... thanks for reading |
They are good suggestions, with the most important ones being number 3 and 4. |
a suggestion for a new, tiny markdown would be that column 1 is reserved for 'instructions'...so the following conventions could work: new slide! big heading (e.g., h1)
some 'meta-commands' could be f fullscreen etc...Of course, you would be making the choices and these are just illustrations of what a markdown 'first-column for instructions' would look like. am able to do most of what i want by just using <iframe> in RemarkPortable, or Display, or Presenta, or minislides...or even, in markdeep...etc. thanks for reading. |
sorry...my suggestions got taken as markup, so it doens't read right...
|
still not right, but you get the idea |
I think I'll keep it closer to regular markdown, but allow the following: # h1
## h2
*italic*
**bold**
***bold and italic***
~~strikethrough~~
- list
- elements
[link here](www.stigsen.xyz) So only not all title sizes are allowed, and underscore is not used used for making things bold or italic. |
please keep the load xyz.md file option as that cleanly separates the content from the presenting engine from the styling... thanks for listening/responding... |
Yeah probably. |
oh no...is Display dead? hibernating? |
I've made Display private for now since I have a lot of unfinished projects that have no reason to be public. |
Load Content and Choose File buttons don't go away in fullscreen
The text was updated successfully, but these errors were encountered: