{"id":21074908,"url":"https://github.com/nextlevelshit/biutiful-journals","last_synced_at":"2026-04-14T04:03:35.883Z","repository":{"id":88474962,"uuid":"96824399","full_name":"nextlevelshit/biutiful-journals","owner":"nextlevelshit","description":"Creating beautifully formated journals with pandoc, Markdown and LaTeX. The included nodejs scripts will support you, having a live preview of the compiled PDF file, you are working on.","archived":false,"fork":false,"pushed_at":"2017-07-10T22:44:48.000Z","size":214,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T03:29:26.851Z","etag":null,"topics":["gulp","latex","live-preview","markdown","nodejs","pandoc","pdf-converter","watch-changes"],"latest_commit_sha":null,"homepage":"http://www.dailysh.it","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nextlevelshit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-10T21:49:27.000Z","updated_at":"2018-04-26T16:54:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"27fe8666-beea-4505-8e43-3f5ac0041344","html_url":"https://github.com/nextlevelshit/biutiful-journals","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nextlevelshit/biutiful-journals","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextlevelshit%2Fbiutiful-journals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextlevelshit%2Fbiutiful-journals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextlevelshit%2Fbiutiful-journals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextlevelshit%2Fbiutiful-journals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextlevelshit","download_url":"https://codeload.github.com/nextlevelshit/biutiful-journals/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextlevelshit%2Fbiutiful-journals/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281969175,"owners_count":26591719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gulp","latex","live-preview","markdown","nodejs","pandoc","pdf-converter","watch-changes"],"created_at":"2024-11-19T19:18:36.895Z","updated_at":"2025-10-31T09:50:39.939Z","avatar_url":"https://github.com/nextlevelshit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![biutiful-logo](https://user-images.githubusercontent.com/10194510/28043034-4b5b380c-65d0-11e7-9369-6834d71645d8.PNG)\n\n# Biutiful Journals\n\nCreating beautifully formated journals with `pandoc`, `Markdown` and `LaTeX`. The included `nodejs` scripts will support you, having a live preview of the compiled PDF file, you are working on.\n\n## Pre-requirements\n\nIn the best case you are using a UNIX-like operating system like `macOS` oder `GNU/Linux`. You will need a `LaTeX` compiler like `pdflatex` and `nodejs` installed.\n\n### 1. Get `LaTeX` and `pandoc`\n\n### 2. Get `nodejs`\n\n`nodejs` is the *de facto* standard for server-side JavaScript programming and is used in our case to stay on track of any changes of the `Markdown` files.\n\n- [Install *nodejs* on Ubuntu](https://wiki.ubuntuusers.de/Node.js/)\n- [Install *nodejs* on any other operating system (OS)](https://nodejs.org/en/download/package-manager/)\n\n### 3. Get `yarn` (optional, but recommended)\n\n`yarn` is a node dependency manager that works as a substitute for `npm`, the native `nodejs` package manager. `yarn` includes many improved functionality, but is no must-have. You can also install all dependencies without `yarn` and use `npm` instead. All possibilities will be listed below.\n\n- [Install `yarn` on any OS](https://yarnpkg.com/lang/en/docs/install/)\n\n## Installation of `buitiful-journals`\n\n\n\n## Usage\n\n### Watch for changes\n\nStarting the *watch script* with `yarn`:\n\n```bash\nyarn start\n\n# equivalent to\nnpm run start\ngulp watch\n```\n\nFinally it will always start the gulp task `watch`. Inside the `package.json` there is a section with defined scripts to run.\n\n### Compile to PDF\n\nCompile all `Markdown`(.md) files to PDF:\n\n```bash\nyarn pdf\n\n# equivalent to\nnpm run pdf\ngulp pdf\n```\n\n## Screenshot\n\n![biutiful-screen](https://user-images.githubusercontent.com/10194510/28043373-e6b95328-65d1-11e7-9c88-9b27f4196432.png)\n\nFor a perfect usage, I recommend `atom` for developement with a  \n\n## Licence\n\nYeah, it is GPL v2.0. Feel free to use that piece to code!\n\n## Author\n\nI am Michael Czechowski ([www.dailysh.it](http://www.dailysh.it)) web developer from Stuttgart in the deep southern part of Germany. Do not hesitate to contact me: mail@dailysh.it\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextlevelshit%2Fbiutiful-journals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextlevelshit%2Fbiutiful-journals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextlevelshit%2Fbiutiful-journals/lists"}