back
user profile
WolfOliver
1,735karma·725submissions·December 22, 2014
about
Socials:
- x.com/WolfOliver
recent activity (725 total)
comment
try MonsterWriter, it caters to exactly this group of users
comment
HN should have a like button for comments
comment
looking at the code side by side example: FILE0 does not provide authentication!? Everybody can upload files?
comment
You can insert narrative-citations: https://www.youtube.com/watch?v=vR8i-EY_UBk&t=220s …
comment
I use it with Grammarly Desktop
comment
It is the same problem with a pandoc-based workflow. You just end up yak-shaving and spending more time tuning the toolchain than with your writing work.
comment
I think there is a market for users who don't wanna bother with a "set of tools" as Manubot describes itself on the website. While MonsterWriter uses LaTeX in the background, you do not…
comment
The first version of a sync will be the browser (SaaS) version. You can sign up for the waiting list: https://getwaitlist.com/waitlist/5547 …
comment
Thanks for your feedback.
You can find the x-references when you insert a citation, there is an extra tab for this
comment
For now, it is only copy&paste To have some content, open any website and press cmd+a, just past it into the editor. depending on the size it might take a little but the editor tries to clean up y…
comment
Hi thank you for the feedback, we'll check out Paperpile and what possibilities it provides. For now you could check if Paperpile supports BibLaTeX export and just import the references using Bib…
comment
I like the docusaurus theme, you've build it yourself?
comment
What would be the benefit of using Stack compared to one of the existing OpenId Connect Providers like Auth0, Okta, Keycloak, Ory... ?
comment
> Writing any markup or markdown syntax in an IDE is a disaster for the creative process. I would like to quote this on a MonsterWriter landing page
comment
I guess it is to make it crash save, e.g. in case the server dies in the middle of a write, the database would be corrupt after restart, with the wal file it can recover.
comment
I'm not much into the details but I'm wondering why is it not always writing to "<database>-wal" once it is full, it is renamed to "<database>-wal-0" and it s…
comment
do you need to stop the db for the backup in order to ensure consistency of the snapshot?