

- #Boostnote nested checkboxes how to
- #Boostnote nested checkboxes manuals
- #Boostnote nested checkboxes download
You’d presumably need to add the backlink syntax which I believe is something like ] as well as any possible metadata like tags but just a #+ TITLE should be enough. I haven’t used it heavily myself but I have got it set up and it appears the focus is on backlinking rather than folder heirarchy.
#Boostnote nested checkboxes how to
It probably takes less time to write one from scratch than to figure out how to use my 200 lines of poor-taste, uncomented Python.
#Boostnote nested checkboxes download
If it’s anything else, it just lets you download it.md file, it builds the sidebar links (as above) and renders that + whatever it gets by running the file through markdown html file, it just builds the sidebar links (as above) and renders that + the HTML And finally it concatenates this with the blob of HTML above and drops it out.It then scans the directory for files and folders with names other than index.md and index.html, and builds the sidebar.

If it finds a file called index.html, it just takes that blob of HTML.If it finds a file called index.md, it runs it through markdown and gets out a blob of HTML.If it can’t find a file called index.md or index.html, it generates a “clean” directory listing.Translates the URL into a local path, makes sure said path is not /etc/passwd or something similarly harmful, and then:.That being said, it’s a completely trivial, 200-line CGI script that basically: It’s a little quirky and has a bunch of hardcoded things that probably make it useless for others, but I’ll see if I can find some time to clean it up. However, I do go through them periodically and sometimes throw away some of the stuff that I definitely suspect I won’t care about, not even for nostalgia. These are mostly on non-technical subjects, but there’s a bunch of tech stuff in there, too. A lot of this is obtained by distilling notes that I take on paper, but a lot of that doesn’t lend itself easily to wikifying, so I have a bunch of old-fashioned folders around. Editing that in a browser is hell.Įdit: ah, worth pointing out. Some of the materials I organize are really long – e.g.Without a “real” file structure behind it, this quickly becomes unmanageable.
#Boostnote nested checkboxes manuals

There were a bunch of WYSIWYG editor add-ons – like all in-browser WYSIWYG editors, all of them were really terrible. Spent quite some time migrating data from gitit to it. As soon as one of them isn’t packaged by whatever distribution I’m using, it’s bad. I don’t use Haskell, and don’t really care about it. Unfortunately, it drags a ton of Haskell-related dependencies. I loved it because it’s self-contained and Git-managed – I can write everything from a real text editor, not some in-browser thing.
