by koch on 7/31/23, 3:31 PM with 58 comments
I personally like tools that let you immediately start using them, and I set out to do that here with markwhen.
Let me know if you have any questions or feedback!
by floating-io on 8/1/23, 12:24 AM
- On an iPad Pro (iPadOS 16.1.1 - not sure how current that is offhand), the UI is extremely unintuitive and/or broken. Tapping the example landed me in an editor that then took far too long to figure out how to get out of.
- It remembers that the editor is up. Once up, getting out and back to the homepage is next to impossible until you figure out the UI (clearing cookies probably would have worked, but that’s not exactly convenient). Reloading just takes you back to the editor.
- The timeline and one other view (can’t remember which one offhand) just showed a black screen.
- One of the biggest draws for markdown for me is the fact that it, in general, reads like a formatted text file. The formatting “instructions” are almost transparent in that sense. Not completely, but almost. My initial view of the example timeline’s source did not feel that way.
For example, sections:
Section welcome #welcome
Blah blah blah
EndSection
Section foo #foo
Blah blah blah
EndSection
(Ignore my extra caps; iOS is annoying like that.)“Sections” in markdown would be written more naturally, and the end intuited based on the following content:
# Welcome
Blah blah blah
# foo
Blah blah blah
The extra wordy markup means little, and detracts from readability. Similar with groups. Date formats appear to get somewhat complicated as well. If that was resolved, I think it would be much better.This is just a surface reaction to what I see; I didn’t do a horribly deep dive. I love the idea. It just needs some work if it’s going to be as smooth as markdown.
JMHO, and good luck in any event. =)
by klardotsh on 7/31/23, 10:24 PM
UPDATE: There's also a related CLI tool?! Oh HELLS yes. https://github.com/mark-when/mw
by koch on 7/31/23, 9:41 PM
There's a promo code on the most recent blog entry (https://blog.markwhen.com) for those who are interested
by zakary on 8/1/23, 1:50 AM
I also currently use Omniplan for timelines and Gantt charts, so that is what I would be comparing Markwhen to, in terms of functionality. Omniplan is a very mature app and I recommend giving it a try if you haven't yet. There's a lot of ideas in there that you could import to Markwhen.
Thoughts: - The travel itinerary planning aspect is interesting. I've never found an itinerary planner I liked, and many of them cost a substantial amount. I'd like to see more about this from markwhen. - The syntax is somewhat confusing on first reading. I am used to using `###` to mark out headings and paragraphs and this conflicts with standard markdown in that sense. though I havent used Markwhen enough yet to climb over the learning curve.
Two biggest feature requests from me:
- release an Obsidian plugin for Markwhen so I can have Markwhen timelines inside my exisiting Obsidian notes. I'd be happy to pay a one off licence for this even though it would be locally run.
- Find a way to do automatic dependency levelling so that when one task is dependent on another, and I increase the time taken for the first task, then the dependent one is automatically moved forward appropriately.
by tony_cannistra on 7/31/23, 9:43 PM
by gcr on 7/31/23, 8:36 PM
Having structured timekeeping capability in plain text (due dates/deadlines, work estimates, time tracking) is also a core feature of org-mode. Do you have a sense for how your approach compares?
by jmisavage on 7/31/23, 9:37 PM
by danielvaughn on 8/1/23, 12:20 AM
by alberth on 8/1/23, 12:42 AM
Isn’t the real power of Timelines, is being able to adjust one task duration and then have it auto cascade down the impact to all the dependent tasks.
by rg111 on 7/31/23, 9:50 PM
by harlanji on 8/1/23, 12:06 AM
I'm working in Python land lately and a big fan of these plain text/markup like formats. I might've stumbled on this format before, definitely at least something similar and was excited. Can't promise I'll tackle the job but I do have great interest in looking closer at the format and seeing if I can load it into Python, and if I did then an ical import/export would probably be the first thing I hook up. Sorry if it's poor form to say I'll do it for dirt cheap if anyone wants to fund it, like $15/hour, might take under a week to get something working.
Thanks for the great work and demo that so powerfully illustrates it.
by Crowberry on 7/31/23, 9:28 PM
by murphyslab on 7/31/23, 10:40 PM
Zoom/Magnify feature doesn't feel intuitive with the zoom being centred on the middle of the layout and expanding both to the left and the right. It acts like a vecgtor image editor, rather than like a timeline which tends to have an explicit start point. That behaviour makes it difficult to interact with.
My preference would be to have it start at an anchor somewhere near the left/early edge of the page, then while zooming, to only expand toward the right, pushing the future further away to the right.
Overall really well done!
by jamesgeck0 on 8/1/23, 4:41 AM
by ddejohn on 7/31/23, 11:18 PM
by Terretta on 7/31/23, 6:52 PM
by asielen on 8/1/23, 4:40 AM
Looking forward to the desktop version.
by whyfor_butToBe on 8/1/23, 1:22 AM
I’m on mobile otherwise I’d link to the Gantt directly
You can find it in the docs here I believe:
by tminima on 8/1/23, 10:05 AM
Along with embed link, I was wondering if there is a way to download the HTML of the rendered timeline directly. I use static pages for my blog and would love a way to add the rendered output directly.
by pratio on 8/1/23, 8:52 AM
by vagab0nd on 8/1/23, 3:22 AM
When playing murder mystery games, frequently I need to construct a timeline of events. This would be the perfect tool if I can mark timestamps.
EDIT: yes it does! But looks like it needs to be in the ISO date format.
by javajosh on 8/1/23, 3:28 AM
by _kasper on 7/31/23, 11:30 PM
by ApolloRising on 7/31/23, 10:51 PM
by primitivesuave on 7/31/23, 11:46 PM
by delfaras on 8/1/23, 9:46 AM
by jbaber on 7/31/23, 9:41 PM
Thank you.
by byndlimitsfy on 8/1/23, 1:05 PM
by prydt on 7/31/23, 10:41 PM
by throwaway888abc on 7/31/23, 6:45 PM
by pologreen1978 on 7/31/23, 9:34 PM
This is what I needed for a current project!
Thank you!