Rob Koch

Results 61 comments of Rob Koch

Thanks, I'm glad you like it :) I thought about nesting when making groups and sections, but then thought it could get cluttered or look bad with (potentially) so many...

Parser: https://github.com/mark-when/parser

[VS code extension](https://marketplace.visualstudio.com/items?itemName=Markwhen.markwhen) - it's quite basic right now (no editing from the timeline, only one page, no filtering) but it is a start

This is apparently a problem with server side rendering. Disabled SSR in the meantime so the page is accessible until I can figure out why it does this.

Your initial description sounds like sharing a cascade? Which would entail: 1. Creating an account by sending yourself a signin email (via the profile pane on the sidebar - icon...

@almereyda I've been thinking about doing something similar, either `cascade.page/from/https://raw.githubusercontent.com/...` or with a query param, so it could just try and parse whatever text is at the provided url.

So I have added the feature to [load files via url fragment](https://markwhen.com/docs#importing). The format is `#from={url}`, like `https://markwhen.com/#from=https://raw.githubusercontent.com/me/myfile.mw`. I have added a few other things related to local file editing...

Hi, I'm glad you like it! > import/export .md files There's a chance that it will at some point, but given how many changes I'm making to the underlying structure...