Publishing
Publishing is the creation of documents using page layout skills on a personal computer primarily for print. Desktop publishing software can generate layouts and produce typographic quality text and images comparable to traditional typography and printing.
Here are 657 public repositories matching this topic...
-
Updated
Jun 22, 2022 - JavaScript
asciidoc checklists
Explain the problem.
Converting the following:
pandoc -f gfm -t asciidoctor <<EOF
- [ ] a
- [x] b
EOFproduces:
* ☐ a
* ☒ binstead of using the checklist syntax (see asciidoctor docs):
* [ ] a
* [x] b
This seems related to [the recently fixed org-mode r
-
Updated
Feb 16, 2022 - Kotlin
New blog theme
If you would like to contribute a second theme, do let me know over here - timlrx/pliny#25
The new project allows users to easily download and install themes so we can accept more variety and community contributions!
on latest develop, if I run:
go test
ERROR: 2020/10/09 16:43:21 oauth.go:148: viewOauthInit error: pretend unable to write state error
--- FAIL: TestViewOauthCallback (0.00s)
--- FAIL: TestViewOauthCallback/success (0.00s)
oauth_test.go:248:
Error Trace: oauth_test.go:248
Error: Received unexpected error:
/logi-
Updated
Dec 11, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
- Reduce the effort to add
autoto existing projects
Describe the solution you'd like
- A preset that stays up to date with the latest
autofeatures
mrm auto- Document gotchas (e.g. you may have issues with an auto TS config file if your TS settings are different, make sure you have a published
-
Updated
Jun 24, 2022 - Lua
-
Updated
Mar 26, 2022 - Java
-
Updated
Jun 20, 2022 - Ruby
-
Updated
Oct 8, 2018 - HTML
-
Updated
Jun 20, 2022 - Kotlin
-
Updated
Jun 9, 2022 - Shell
This means they're incorrect unless your local timezone is equal to UTC.
In general, any newly generated report will have a 'last run' time of
babel.dates.format_timedelta(datetime.datetime.utcnow() - datetime.datetime.now())
and will just show your difference from UTC.
-
Updated
Feb 3, 2021 - JavaScript
When the user saves a form it'd be nice to see some kind of visual feedback about what happened, instead of just reloading the page. The edit form notification box should be enabled by default for all the edit forms.
-
Updated
Oct 3, 2021 - JavaScript
-
Updated
Jun 21, 2022 - PHP
-
Updated
Jan 28, 2021 - Lua
-
Updated
Jun 23, 2022 - JavaScript
-
Updated
Apr 24, 2022 - HTML
Issue Summary
When setting up a dev env on windows,
yarn setupfails