implemented app.ed.edbuf and app.blog.bloged
This commit is contained in:
@@ -36,3 +36,7 @@ def blogpost(content=None):
|
||||
content = input_multi('> ')
|
||||
print('Sending the post...')
|
||||
return blogpost_str(content)
|
||||
|
||||
def bloged():
|
||||
from app.ed import edbuf
|
||||
return blogpost(edbuf())
|
||||
|
||||
Reference in New Issue
Block a user