laenavesse: (Default)
laenavesse ([personal profile] laenavesse) wrote in [community profile] efryndiel2021-04-20 03:04 am

[ code ] thread tracker: notebook

tracker notebook


⌘ January 2021
1/01: thread type » blurb

1/02: toplevel » something something prompt liners, quick overview, list of people who responded if feeling detailed

1/03: character name » just giving a general feel of what a thread tracker might look like

1/04: log post » maybe will just have a bunch of one liners.

1/05: network » can pretty much do what you want and can also format stuff idk how detailed people actually get in their trackers. here have a
line break

1/06: open log » Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vestibulum euismod mi ac ornare. Etiam vulputate libero in felis feugiat, non hendrerit lorem commodo. Pellentesque id vestibulum nisi, fringilla faucibus orci. Ut at cursus arcu. Integer ex ligula, hendrerit at tincidunt at, luctus quis eros. Suspendisse nisl orci, porta eget feugiat sed, pulvinar a justo. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In venenatis tortor id dolor finibus commodo. Praesent ut orci ut elit malesuada iaculis. Nunc elementum purus in arcu consectetur fermentum.

1/07: » any extra stuff will be hidden, but good news! those using the automation script can adjust the overall height no problem

1/08: » you could also just have no line breaks and have everything single spaced

1/09: » don't forget to read the instructions

⌘ April 2021
4/02: thread type » blurb

4/10: thread type » blurb

⌘ May 2021
5/03: character name » blurb

5/22: event toplevel » blurb blurb blurb long blurb and then you can add html like a
line break and format things within the blrub like bold words or something idk

5/25: network » blurb blurb chatter accidental video

5/25: closed log » we know you're doing dirty things :shiftyeyes:

⌘ June 2021
6/05: character name » blurb

⌘ September 2021
9/01: character name » blurb

⌘ January 2020
date: thread type » blurb

⌘ February 2020
date: thread type » blurb

⌘ March 2020
date: thread type » blurb

⌘ April 2020
date: thread type » blurb

⌘ May 2020
date: thread type » blurb

⌘ June 2020
date: thread type » blurb

⌘ July 2020
date: thread type » blurb

⌘ August 2020
date: thread type » blurb

⌘ September 2020
date: thread type » blurb

⌘ October 2020
date: thread type » blurb

⌘ November 2020
date: thread type » blurb

⌘ December 2020
date: thread type » blurb

⌘ June 2019
date: thread type » blurb

⌘ July 2019
date: thread type » blurb

⌘ August 2019
date: thread type » blurb

⌘ September 2019
date: thread type » blurb

⌘ October 2019
date: thread type » blurb

⌘ November 2019
date: thread type » blurb

⌘ December 2019
date: thread type » blurb




about

This Thread Tracker is a simple notebook style that kind of matches my CR Notebook ie, I lifted all the default colors from it /cough

The code is pretty straightforward and easy to update, but with trackers trying to keep up with everything and update can be annoying. So for those interested, I have made an automated script for this particular tracker. I've made it as easy to use as possible so that all anyone has to do is input their data and run it, but there are ways to customize it a little more.

Further instructions are detailed below within the cuts.

A small credit code is included, but any credit goes to [personal profile] laenavesse @ [community profile] efryndiel. Once again I must honor DimensionSlip for providing a base and concept for the automations and fun fact, the sorting methods are actually based of a script we used for the Taken lists in [community profile] empatheias and [community profile] forgottentales.


raw code instructions
» Pastebin for the raw code. You can save or c/p the code and edit it as you see fit: Thread Tracker: Notebook

» The colors used are:

  • #866a4c: navigation year text; navigation border; page header bg
  • #f7f6f3: navigation month bg
  • #804024: navigation month text; page link
  • #efd2b2: navigation arrow; page header text
  • #f9f9f7: page bg
  • #d3cec0 : page bg line
  • #3e2f22: page text
  • #c2b59f: page border

» As mentioned the text will automatically "cut" or "hide" once it hits the limit.
» The symbols provided are completely random and can be whatever you want.
» To add more "Month Pages" use the code between "MONTH CONTAINER" and "END MONTH CONTAINER". Same for adding years to the navigation, only you're looking for the BOX: YEAR and corresponding END header.
» When adding or removing pages, make sure the anchor tag (ex; <a name="jan2021">) matches the links for the Month pages on the navigation (ex; <a href="#jan2021">).
» Use <br /> tags for line breaks!
» You can adjust the height of the main container to be longer or shorter to fit your needs. Just be sure you change in the height in both the first container and the Notebook Page Container. The default is ex; 650px for both.



automated script and instructions
After reading about the raw code, you may be tempted to have something that could reduce the work for you. Google Spreadsheets allows the user to create app scripts, and with this tool it can take the data in the sheet and generate the code. With the number of threads you might have, this will make maintaining and organizing everything a breeze. If you want to make certain modifications, it's not difficult and quite easy, but it does require a few extra steps that those unfamiliar with how spreadsheets and coding work might find a little daunting at first. But the payoff is worth it.

There is even a script to let you preview the code within the spreadsheet! Handy.

Also, the generated code doesn't have any line breaks so it's...one giant mess. But since you're c/ping everything it shouldn't matter too much, ah ha... However, if it does matter to you there is HTML Formatter that will make it less of a giant blob! Just C/P the giant blob and it will reformat into something more legible.

Here is the spreadsheet. To save, Make a Copy of it for your own use: Thread Tracker: Notebook

It's already "pre-filled" with random data for up to three years so you can see how it works. You're free to remove any of those extra years, it'll work with just one year just fine. Should you ever need to make a new year, just duplicate the Year Template and you're good to go.

I have included detailed instructions on how to do practically everything you could possibly do with the code with minimum risk. But if you have any questions or need help with modifications, just comment and I'll take a poke, even customize it for you if possible. However, I am not a professional, so my own abilities are limited.

enduresurvive: (Default)

[personal profile] enduresurvive 2021-05-03 06:41 pm (UTC)(link)
Hello!

I'd like to use days instead of months on this tracker but I'm not sure how to add more than 12?
Like here's my preview:

boop

I'm using the spreadsheet automated tracker thing. Sorry if this is badly described or too complicated!
enduresurvive: (Default)

[personal profile] enduresurvive 2021-05-03 07:52 pm (UTC)(link)
I actually don't want months at all, just days. The game I'm using this for is set up by like log one was day 1-3 or whatever so I organised my threads just into days. My current tracker is here but I really like yours better (also it matches the notebook CR chart).

So the drop down month menu, I'd like that to just be days instead if possible? Which means enabling it to have more than 12. Does that make any sense?
enduresurvive: (Default)

[personal profile] enduresurvive 2021-05-04 03:05 am (UTC)(link)
OH GOSH thank you, it does! I realise there's probably a more elegant way to group it other than LONG LIST OF DAYS but I'm not that organised. I really appreciate the help! Do you have a ko-fi or anything I can donate to?
enduresurvive: (brighter days)

[personal profile] enduresurvive 2021-05-07 05:28 am (UTC)(link)
Thank you again! I'm sorry I can't afford more right now but I wanted to thank you for putting in work to personalise it for me. I truly appreciate it!
nmc0204: (Default)

[personal profile] nmc0204 2021-07-18 10:30 am (UTC)(link)
hello! i'm having a similar problem to the user above – i'd like to use this as an automated tracker for murdergame threads, so my plan was to just switch the 'years' out for 'weeks' and the 'months' out for 'days', but i'm pretty code illiterate and i'm not sure how it would work.

basically i would want the side navi to be like:

Week 1
- Sunday
- Monday
- Tuesday
... etc

Week 2
- Sunday
- Monday
- Tuesday
... etc

Is that doable with the automation sheet?
nmc0204: (ryokogameicons056)

[personal profile] nmc0204 2021-07-19 03:47 pm (UTC)(link)
oh this is exactly what I was trying to do, thank you!! i rly appreciate it!
multidisciplinary: (Default)

[personal profile] multidisciplinary 2021-09-09 02:57 am (UTC)(link)
I really love this tracker and finally have a reason to use it, but I keep going wrong somewhere. Here it is in my entry (with very little filled in because I've redone it a couple times). For some reason, I can't switch between different month pages. Here's a pastebin of the code. Where have I gone wrong?
multidisciplinary: (Default)

[personal profile] multidisciplinary 2021-09-13 04:33 am (UTC)(link)
Thank you!! I'm so glad it was an easy fix!
romeras: (ꕥ a perfectly good heart)

[personal profile] romeras 2023-03-13 04:27 am (UTC)(link)
Hi! I love this tracker so much and am using it on both my active characters right now. I was wondering, however - is there any way to please close the gap between tracker entries and have it so that each one falls onto the line below, instead of leaving a space of one line? I understand that this may make it look cramped, but with this month's entries here I already have enough going on that I'm starting to feel like I'm wasting space.

Would it be possible to make this fix? Thanks for your time.

PS: I was in the WK cast in Somarium about a bajillion years ago. No reason for mentioning this but to say thanks for the fun times!
scattershot: (✶ heavensward)

[personal profile] scattershot 2023-03-13 04:42 am (UTC)(link)
Brilliant, fixed on both journals. Thank you so much for that and for the quick reply - I suspected it was probably something really easy but it's always a worry when I start contemplating hacking bits out of someone else's code with my faulty knowledge of HTML/CSS: switching things up is one thing, but deleting it is quite another!

God, IT REALLY WAS! We were all so young and had so much energy... I still play that character sometimes though, and I'm still using the same journal I had back then. It's still got all the Somarium entries on it. MEMORIES.