{"id":27570873,"url":"https://github.com/thinreports/thinreports-editor","last_synced_at":"2025-04-21T02:01:58.432Z","repository":{"id":1593424,"uuid":"2116714","full_name":"thinreports/thinreports-basic-editor","owner":"thinreports","description":"A templte editor for Thinreports to edit Basic Format template.","archived":false,"fork":false,"pushed_at":"2023-10-05T18:08:21.000Z","size":68660,"stargazers_count":188,"open_issues_count":10,"forks_count":46,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-04-09T18:43:32.335Z","etag":null,"topics":["electron","pdf","thinreports"],"latest_commit_sha":null,"homepage":"https://github.com/thinreports/thinreports","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thinreports.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2011-07-28T04:04:56.000Z","updated_at":"2024-12-04T07:24:35.000Z","dependencies_parsed_at":"2024-05-07T14:57:17.411Z","dependency_job_id":null,"html_url":"https://github.com/thinreports/thinreports-basic-editor","commit_stats":{"total_commits":611,"total_committers":13,"mean_commits":47.0,"dds":0.6399345335515548,"last_synced_commit":"c06eec58e2a15bb45565c0d3020434fce6dcef4a"},"previous_names":["thinreports/thinreports-editor"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinreports%2Fthinreports-basic-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinreports%2Fthinreports-basic-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinreports%2Fthinreports-basic-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinreports%2Fthinreports-basic-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thinreports","download_url":"https://codeload.github.com/thinreports/thinreports-basic-editor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249985637,"owners_count":21356216,"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","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":["electron","pdf","thinreports"],"created_at":"2025-04-21T02:01:52.818Z","updated_at":"2025-04-21T02:01:58.413Z","avatar_url":"https://github.com/thinreports.png","language":"JavaScript","readme":"# Thinreports Basic Editor\n\n[![Test](https://github.com/thinreports/thinreports-basic-editor/actions/workflows/test.yml/badge.svg)](https://github.com/thinreports/thinreports-basic-editor/actions/workflows/test.yml)\n\nA templte editor for [Thinreports](https://github.com/thinreports/thinreports) to edit [Basic Format](https://github.com/thinreports/thinreports#basic-format) template.\n\n## Renamed to Basic Editor\n\nWith [the addition of the new template format Section Format and its editor Section Editor](https://github.com/thinreports/thinreports/issues/12), the editor has been renamed to Thinreports Basic Editor from Thinreports Editor.\n\nSee [Two Available Formats](https://github.com/thinreports/thinreports#two-available-formats) for more information.\n\n## Prerequisites\n\n### Supported Platforms\n\n * macOS 10.15+\n * Windows 10\n * Ubuntu 18.04+\n\n## Installation\n\nPlease download the package from [the Releases](https://github.com/thinreports/thinreports-basic-editor/releases) and install it.\n\n## Development\n\n### Requirements\n\n  * JDK 6+\n  * Python 2.7\n  * Node.js\n\n### Launching the development version app\n\nInstall dependencies:\n```\nnpm install\n```\n\nCompile javascript, css and templates:\n```\nnpm run compile\n```\n\nLaunch Editor on development:\n```\nnpm start\n```\n\n### Tips\n\nWatch and compile:\n```\nnpm run watch\n```\n\nBuild package for macOS, Windows, Ubuntu(linux):\n```\nnpm run build\n```\n\nRun compilation and building the production version app:\n```\nnpm run release\n```\n\n### Compiling using Docker Container\n\nOr if you can use docker, you can compile script and css:\n\n```\ndocker build -t thinreports-basic-editor:latest .\ndocker run --rm -v $PWD:/src:cached thinreports-basic-editor:latest\nCompiling JavaScript with SIMPLE_OPTIMIZATIONS...\n```\n\nAnd, launch electron on development:\n\n```\nnpm start\n```\n\n## Releasing\n\nThis steps are for releasing a new version of Editor.\n\n### 1. Update to the new version\n\nThe following two files need to be updated.\n\n- app/editor/version.js\n- app/package.json\n\n### 2. Update documents\n\n- CHANGELOG.md (required)\n- README.md (if needed)\n\n### 3. Push them to `build/release-x.x.x` branch and test the built packages for each platform\n\nPushing to `build/*` branch runs a job to build the package. Make sure that the built packages for each platform work properly. You can download the packages from the artifact of the build. For more information.\n\n### 4. Create pull request\n\nIf there is no problem, create a pull request.\n\n### 5. Merge pull request and push tag\n\nPushing a tag runs a job to build and release package. Check the followings:\n\n- Correct version and content of the release\n- All package files are attached to the release\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinreports%2Fthinreports-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinreports%2Fthinreports-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinreports%2Fthinreports-editor/lists"}