Some of kookma plugins are used to facilitate the job and create a CV in a simple to use way such that a newbie can create professional CV in few steps in TiddlyWiki
Refnotes is used for generating publication section
Shiraz is used to beautify the output
I welcome contribution on all parts, but I call for help in creating css to print CV as pdf.
I have successfully generated tiddlers with a document like layout, then with open in new window, ctrl-p print to PDF I got decent outputs.
There is one aspect that is difficult, setting page breaks, especially for variable length content.
You can use a media statement for print @media print to display content only in print and use css to “break after” and “page break after” and you can.
I found tables are the best for variable content because they can break automatically, including not breaking mid row, and repeat headings, but this is not always want you want for non-table data.
I will be preparing a resume now, so I will be living through it now!
Also;
If you build multiple resumes, even over time its worth capturing them in a way you can clone and edit for a new release. As a result being able to Shapshot a resume as included in a particular “job application” is helpful to allow a permanent record, even once the underlying details change. My Shapshot tool could help here.
With over 30 years of IT experience I have too much for any one Job application, and almost insanely Resumes supposed to be somewhat brief.
A matter of clarification is a "Resume/CV summarises your skills and experience and is normally bundled with a “cover letter” to form an “Application”.
Sometimes one resume is insufficient for every possible application, sometimes you need to add/emphasise or remove something from your “Standard Resume” before inclusion in an application. This is more so the longer your career in a specific field.
This is why I may have more than one “Resume”, some with subtle differences some with more substantial changes. Eg I could apply for a number of different roles out there.
yes, Back on TiddlyWiki Classic I wrote a “Dynamic Resume” which was an interactive Resume as well as a generator. It seemed to me the future of resumes but now robots or unqualified people cull applications, and you don’t get the opportunity to show off to the employer if you get culled.
Of particular note here for the development of a Resume / CV edition
We need to also consider @Mohammad that now a lot of jobs are applied for through another service and there “Quick Application” processes such as is available in Seek and LinkedIn to name a couple.
This means such an edition should also facilitate access to your records such that it helps populate such “online resumes” as an alternative to a printed or digital resume in a application.
This also strengthens the argument of a TiddlyWiki to act as an evolving repository of work experience and skills so we can respond to any future job application processes.
This is quite common! so, any solution shall have feature to generate several CVs/Resumes based on some filters and also create frozen versions through a button (hardcod in a tiddler)
I promised earlier to share this but got waylaided trying to figure out JSON and out how to integrate with really cool resumake.io . I haven’t yet finished those things (and welcome help with those) due to the slight mismatch between my resume structure and theirs and figuring out the filter-magic to export arrays in JSON fields.
But rather than delay more, I will share what I have, such that it is, in the hopes that it will help some folks here or at least seed some ideas on how to handle the “ballooning experience while tailoring resumes to 2 pages” problem. That was definitely the itch that I was scratching with developing this for myself.
Just dragging the “Job Finder Tool” tag over to another TiddlyWiki should import everything (I caught a few dependent things that were not tagged properly in exporting this to my site so please let me know if you catch anything else). It shouldn’t transfer the silly examples since records built with this tool don’t get tagged with “Job Finder Tool”. That might be important for your future upgrading/backup.
The start of development of this was more than 8 years ago (while I was unemployed) using TW widget options available then. TiddlyWiki has gotten much more flexible and capable since then and I have not updated this tool to take advantage of some of the new functionality. So some things may be clunky due to that … or due to my lack of knowledge … probably a 50/50 split.
I added some very simple Application and Time Management tools in there since I found that was a very important aspect in job hunting.
Downloading of resumes is a dumb un-formatted text dump right now. I hope to get it into the JSONResume format ( Schema — JSON Resume ) some day but, as I mentioned above, that might require some restructuring and skill-building. If you want something semi-structured, use the pop-out window button and cut and paste into your editor of choice.
Hello community!
A year has past since @Mohammad published this thread.
Has there been any progress here I missed.
I think, building resumes is an ideal usecase for TW.
Seeing the state of this project we need some css-wizards to accomplish this.
Especially wizards with @media print {.superpowers { }} willing to wrap this witchcraft into a plugin.
Hello @Jan
Well, I did some effort and created a plugin called Negar!
It uses a TiddlyWIki approach to create a CV. The idea is as below
Every record is a tiddler, (so you have a tiddler for a course you passed, a tiddler for a certificate, a tiddler for a degree, a tiddler for your basic information, …)
Every CV/Resume is a well arranged set of records (tiddlers) all presented in a nice format (based on a template, also called theme)
There is Resume Builder (use filters to put together selected records (tiddlers)
In one TiddlyWiki you can have several resumes side by side, because they are based on separate standalone records
It support creating Academic CV and Non-Academic or professional one
You know, One CV Is Not Enough
TiddlyWiki Negar allows to have several CV, or create a new one in a second, when you have all your records (basic, education, experiences, certificates, courses, skills, awards, …) in a TiddlyWiki
You can add new record, once you have it
If you have the kooka plugin library (you can download from GitHub, or from Talk forum), you can install Negar! (see talk.tiddlywiki.org)
I need a few days to complete it (docs, examples, templates, record types,..). Of course, it works in the current state, but has some simple theme and common records.
I hope I can have free time this summer and publish it!
Thank you for your feedback. Yes we can think about an online reader/author mode and hide every unnecessary element in reader mode mode.
Once I can form it as a GitHub repository, I will push a demo.
I also tried to follow JSONResume partially!