We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
現在 link[rel=alternate] から保存先を決めているが、このURLは下書き時は仮のもので、特にカスタムパスを定めていない場合、下書き保存時に毎回変更される(日付ベースになっているため)
link[rel=alternate]
https://github.com/hatena/hatenablog-workflows
はてな社のワークフローの場合、 draft_entries/ に $blogID.md で保存している。
カスタムパスが指定されているか否かを完全に判別するのは少し難しく、状況証拠的に区別するしか無い。
The text was updated successfully, but these errors were encountered:
resolved at #128
Sorry, something went wrong.
No branches or pull requests
現在
link[rel=alternate]
から保存先を決めているが、このURLは下書き時は仮のもので、特にカスタムパスを定めていない場合、下書き保存時に毎回変更される(日付ベースになっているため)https://github.com/hatena/hatenablog-workflows
はてな社のワークフローの場合、 draft_entries/ に $blogID.md で保存している。
カスタムパスが指定されているか否かを完全に判別するのは少し難しく、状況証拠的に区別するしか無い。
The text was updated successfully, but these errors were encountered: