{"id":24738684,"url":"https://github.com/zweifisch/vimwiki-assets","last_synced_at":"2025-10-10T08:30:24.690Z","repository":{"id":2813847,"uuid":"3815282","full_name":"zweifisch/vimwiki-assets","owner":"zweifisch","description":"basic styles and code hightlight for vimwiki exported markup","archived":false,"fork":false,"pushed_at":"2018-09-13T13:41:40.000Z","size":43,"stargazers_count":18,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-04-09T21:22:26.006Z","etag":null,"topics":["pkm","vim","vimwiki"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/zweifisch.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}},"created_at":"2012-03-24T05:27:19.000Z","updated_at":"2022-10-22T13:08:58.000Z","dependencies_parsed_at":"2022-09-11T20:51:06.390Z","dependency_job_id":null,"html_url":"https://github.com/zweifisch/vimwiki-assets","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fvimwiki-assets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fvimwiki-assets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fvimwiki-assets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fvimwiki-assets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zweifisch","download_url":"https://codeload.github.com/zweifisch/vimwiki-assets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235936106,"owners_count":19068828,"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":["pkm","vim","vimwiki"],"created_at":"2025-01-27T22:55:21.355Z","updated_at":"2025-10-10T08:30:19.403Z","avatar_url":"https://github.com/zweifisch.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nstyle([markdown.css](http://kevinburke.bitbucket.org/markdowncss/)) and code\nhighlight(through [highlight.js](http://softwaremaniacs.org/soft/highlight/)\nfor html exported from vimwiki, also an export template for vimwiki\n\nfirst, some setup in .vimrc\n```vim\nlet vimwiki_path='path/to/wiki/files/'\nlet vimwiki_export_path='path/to/export/folder/'\nlet wiki_settings={\n\\ 'template_path': vimwiki_export_path.'vimwiki-assets/',\n\\ 'template_default': 'default',\n\\ 'template_ext': '.html',\n\\ 'auto_export': 0,\n\\ 'nested_syntaxes': {\n\\ 'js':'javascript',\n\" more langs...\n\\ }}\n\nlet wikis=[\"your_wiki\",\"another_wiki\",\"more_topics...\"]\nlet g:vimwiki_list = []\nfor wiki_name in wikis\n\tlet wiki=copy(wiki_settings)\n\tlet wiki.path = vimwiki_path.wiki_name.'/'\n\tlet wiki.path_html = vimwiki_export_path.wiki_name.'/'\n\tlet wiki.diary_index = 'index'\n\tlet wiki.diary_rel_path = 'diary/'\n\tcall add(g:vimwiki_list, wiki)\nendfor\n```\n\nthen, get this repo\n```sh\nmkdir -p path/to/export/folder\ncd !$\ngit clone https://github.com/zweifisch/vimwiki-assets\n```\n\nfinally, open an wiki run `:VimwikiAll2HTML`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fvimwiki-assets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzweifisch%2Fvimwiki-assets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fvimwiki-assets/lists"}